Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c13608 #define TK_DOT 134 macro
29017 case TK_DOT: zBinOp = "DOT"; break;
95801 case TK_DOT: {
95818 assert( pRight->op==TK_DOT );
116252 sqlite3PExpr(pParse, TK_DOT,
116266 sqlite3PExpr(pParse, TK_DOT,
116269 sqlite3PExpr(pParse, TK_DOT,
126586 while( pColExpr->op==TK_DOT ){
129574 assert( pE->op!=TK_DOT || pRight!=0 );
129593 if( pE->op==TK_DOT ){
[all …]

Completed in 386 milliseconds