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

  /external/chromium_org/third_party/sqlite/src/src/
parse.y 274 ccons ::= DEFAULT term(X). {sqlite3AddDefaultValue(pParse,&X);}
275 ccons ::= DEFAULT LP expr(X) RP. {sqlite3AddDefaultValue(pParse,&X);}
276 ccons ::= DEFAULT PLUS term(X). {sqlite3AddDefaultValue(pParse,&X);}
282 sqlite3AddDefaultValue(pParse,&v);
287 sqlite3AddDefaultValue(pParse,&v);
    [all...]
sqliteInt.h     [all...]
build.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 55 milliseconds