Home
last modified time | relevance | path

Searched defs:tokenType (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dtokenize.c273 int sqlite3GetToken(const unsigned char *z, int *tokenType){ in sqlite3GetToken()
571 int tokenType; /* type of the next token */ local
744 int tokenType; /* type of current token */ local
H A Dvdbetrace.c30 int tokenType; in findNextHostParameter() local
/sqlite-3.40.0/ext/misc/
H A Dnormalize.c300 static int sqlite3GetToken(const unsigned char *z, int *tokenType){ in sqlite3GetToken()
561 int tokenType; /* Type of the next token */ in sqlite3_normalize() local
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1566 static int getToken(const char *z, int *tokenType){ in getToken()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2434 static int getToken(const char *z, int *tokenType){ in getToken()