Searched refs:TK_ILLEGAL (Results 1 – 3 of 3) sorted by relevance
367 *tokenType = TK_ILLEGAL; in sqlite3GetToken()416 *tokenType = TK_ILLEGAL; in sqlite3GetToken()462 *tokenType = TK_ILLEGAL; in sqlite3GetToken()469 *tokenType = c==']' ? TK_ID : TK_ILLEGAL; in sqlite3GetToken()494 *tokenType = TK_ILLEGAL; in sqlite3GetToken()504 if( n==0 ) *tokenType = TK_ILLEGAL; in sqlite3GetToken()526 *tokenType = TK_ILLEGAL; in sqlite3GetToken()551 *tokenType = TK_ILLEGAL; in sqlite3GetToken()555 *tokenType = TK_ILLEGAL; in sqlite3GetToken()623 || tokenType==TK_ILLEGAL || tokenType==TK_WINDOW [all …]
37 assert( n>0 && tokenType!=TK_ILLEGAL ); in findNextHostParameter()
282 #define TK_ILLEGAL TK_ERROR macro386 *tokenType = TK_ILLEGAL; in sqlite3GetToken()435 *tokenType = TK_ILLEGAL; in sqlite3GetToken()470 *tokenType = TK_ILLEGAL; in sqlite3GetToken()477 *tokenType = c==']' ? TK_ID : TK_ILLEGAL; in sqlite3GetToken()501 *tokenType = TK_ILLEGAL; in sqlite3GetToken()510 if( n==0 ) *tokenType = TK_ILLEGAL; in sqlite3GetToken()531 *tokenType = TK_ILLEGAL; in sqlite3GetToken()546 *tokenType = TK_ILLEGAL; in sqlite3GetToken()