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

/external/chromium_org/third_party/sqlite/src/src/
H A Dfkey.c991 sqlite3PExpr(pParse, TK_DOT,
1006 sqlite3PExpr(pParse, TK_DOT,
1010 sqlite3PExpr(pParse, TK_DOT,
1021 pNew = sqlite3PExpr(pParse, TK_DOT,
H A Dtokenize.c262 *tokenType = TK_DOT;
H A Dresolve.c489 case TK_DOT: {
502 assert( pRight->op==TK_DOT );
H A Dselect.c1250 while( pColExpr->op==TK_DOT ) pColExpr = pColExpr->pRight;
3254 assert( pE->op!=TK_DOT || pE->pRight!=0 );
3255 assert( pE->op!=TK_DOT || (pE->pLeft!=0 && pE->pLeft->op==TK_ID) );
3256 if( pE->op==TK_DOT && pE->pRight->op==TK_ALL ) break;
3272 assert( pE->op!=TK_DOT || pE->pRight!=0 );
3273 if( pE->op!=TK_ALL && (pE->op!=TK_DOT || pE->pRight->op!=TK_ALL) ){
3289 if( pE->op==TK_DOT ){
3343 pExpr = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight, 0);
H A Dalter.c177 ** preceded by either TK_ON or TK_DOT and immediatedly followed by one
202 ** recent TK_DOT or TK_ON. This means that when a WHEN, FOR or BEGIN
211 if( token==TK_DOT || token==TK_ON ){
H A Dparse.y459 Expr *pDot = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight, 0);
751 A.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp2, 0);
758 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3, 0);
759 A.pExpr = sqlite3PExpr(pParse, TK_DOT, temp1, temp4, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7242 #define TK_DOT 118 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8320 #define TK_DOT 122 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8320 #define TK_DOT 122 macro
[all...]

Completed in 731 milliseconds