Home
last modified time | relevance | path

Searched refs:analyzeWindowKeyword (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/tokenizer/
H A Dtokenize_internal.c245 static int analyzeWindowKeyword(const unsigned char *z){ in analyzeWindowKeyword() function
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c176779 static int analyzeWindowKeyword(const unsigned char *z){
177186 tokenType = analyzeWindowKeyword((const u8*)&zSql[6]);
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c178733 static int analyzeWindowKeyword(const unsigned char *z){
179174 tokenType = analyzeWindowKeyword((const u8*)&zSql[6]);
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c182780 static int analyzeWindowKeyword(const unsigned char *z){
183187 tokenType = analyzeWindowKeyword((const u8*)&zSql[6]);
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c176763 static int analyzeWindowKeyword(const unsigned char *z){
177170 tokenType = analyzeWindowKeyword((const u8*)&zSql[6]);