HomeSort by relevance Sort by last modified time
    Searched refs:zRight (Results 1 - 6 of 6) 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...]
test1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
collate7.test 22 proc caseless_cmp {zLeft zRight} {
23 string compare -nocase $zLeft $zRight
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8inst1.c 73 static int stringcompare(const char *zLeft, const char *zRight){
75 for(ii=0; zLeft[ii] && zRight[ii]; ii++){
76 if( zLeft[ii]!=zRight[ii] ) return 0;
78 return( zLeft[ii]==zRight[ii] );
  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 385 const void *zRight
389 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 192 milliseconds