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

  /external/chromium_org/third_party/sqlite/src/src/
pragma.c 160 ** Check to see if zRight and zLeft refer to a pragma that queries
164 static int flagPragma(Parse *pParse, const char *zLeft, const char *zRight){
212 if( zRight==0 ){
222 if( getBoolean(zRight) ){
309 char *zRight = 0; /* Nul-terminated UTF-8 string <value>, or NULL */
336 zRight = sqlite3MPrintf(db, "-%T", pValue);
338 zRight = sqlite3NameFromToken(db, pValue);
343 if( sqlite3AuthCheck(pParse, SQLITE_PRAGMA, zLeft, zRight, zDb) ){
378 if( !zRight ){
387 int size = sqlite3AbsInt32(sqlite3Atoi(zRight));
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 317 milliseconds