Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c13649 #define TK_ILLEGAL 175 macro
83323 assert( n>0 && tokenType!=TK_ILLEGAL );
153722 *tokenType = TK_ILLEGAL;
153771 *tokenType = TK_ILLEGAL;
153816 *tokenType = TK_ILLEGAL;
153823 *tokenType = c==']' ? TK_ID : TK_ILLEGAL;
153848 *tokenType = TK_ILLEGAL;
153858 if( n==0 ) *tokenType = TK_ILLEGAL;
153880 *tokenType = TK_ILLEGAL;
153895 *tokenType = TK_ILLEGAL;
[all …]

Completed in 501 milliseconds