Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c13648 #define TK_SPACE 174 macro
153560 }while( t==TK_SPACE );
153643 *tokenType = TK_SPACE;
153649 *tokenType = TK_SPACE; /* IMP: R-22934-25134 */
153682 *tokenType = TK_SPACE; /* IMP: R-22934-25134 */
153969 assert( tokenType==TK_SPACE || tokenType==TK_OVER || tokenType==TK_FILTER
153973 if( tokenType>=TK_SPACE ){
153974 assert( tokenType==TK_SPACE || tokenType==TK_ILLEGAL );
153980 if( tokenType==TK_SPACE ){
154129 if( tokenType!=TK_SPACE ){
[all …]

Completed in 345 milliseconds