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

  /external/chromium_org/third_party/sqlite/src/src/
tokenize.c 202 *tokenType = TK_ILLEGAL;
253 *tokenType = TK_ILLEGAL;
293 *tokenType = TK_ILLEGAL;
300 *tokenType = c==']' ? TK_ID : TK_ILLEGAL;
338 *tokenType = TK_ILLEGAL;
348 if( n==0 ) *tokenType = TK_ILLEGAL;
358 *tokenType = TK_ILLEGAL;
361 if( i%2 || !c ) *tokenType = TK_ILLEGAL;
377 *tokenType = TK_ILLEGAL;
438 case TK_ILLEGAL:
    [all...]
vdbetrace.c 35 assert( n>0 && tokenType!=TK_ILLEGAL );
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 67 milliseconds