HomeSort by relevance Sort by last modified time
    Searched refs:TK_DOT (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
fkey.c     [all...]
tokenize.c 262 *tokenType = TK_DOT;
resolve.c 489 case TK_DOT: {
502 assert( pRight->op==TK_DOT );
    [all...]
select.c     [all...]
alter.c 177 ** 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 ){
parse.y 459 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);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 262 milliseconds