Home
last modified time | relevance | path

Searched defs:zLeft (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
Dspeedtest8inst1.c73 static int stringcompare(const char *zLeft, const char *zRight){ in stringcompare()
Dshowwal.c307 char *zLeft; in main() local
Dshowdb.c501 char *zLeft; in main() local
/external/chromium_org/third_party/sqlite/src/src/
Dutil.c225 int sqlite3StrICmp(const char *zLeft, const char *zRight){ in sqlite3StrICmp()
232 int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ in sqlite3_strnicmp()
Dpragma.c164 static int flagPragma(Parse *pParse, const char *zLeft, const char *zRight){ in flagPragma()
308 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ in sqlite3Pragma() local
Dtest1.c1825 const void *zLeft, in testCreateCollationCmp()
/external/chromium_org/third_party/sqlite/src/ext/icu/
Dicu.c383 const void *zLeft, in icuCollationColl()
/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h504 GLuint zLeft = 0; in NAME() local
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_tritemp.h504 GLuint zLeft = 0; in NAME() local
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c20445 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){ in sqlite3StrICmp()
20452 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ in sqlite3_strnicmp()