Searched defs:zLeft (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dspeedtest8inst1.c73 static int stringcompare(const char *zLeft, const char *zRight){ argument
75 for(ii=0; zLeft[ii] && zRight[ii]; ii++){
76 if( zLeft[ii]!=zRight[ii] ) return 0;
78 return( zLeft[ii]==zRight[ii] );
H A Dshowwal.c307 char *zLeft; local
316 iStart = strtol(argv[i], &zLeft, 0);
317 if( zLeft && strcmp(zLeft,"..end")==0 ){
319 }else if( zLeft && zLeft[0]=='.' && zLeft[1]=='.' ){
320 iEnd = strtol(&zLeft[2], 0, 0);
322 }else if( zLeft && zLeft[
[all...]
H A Dshowdb.c501 char *zLeft; local
510 iStart = strtol(argv[i], &zLeft, 0);
511 if( zLeft && strcmp(zLeft,"..end")==0 ){
513 }else if( zLeft && zLeft[0]=='.' && zLeft[1]=='.' ){
514 iEnd = strtol(&zLeft[2], 0, 0);
515 }else if( zLeft && zLeft[
[all...]
/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c383 const void *zLeft,
389 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
380 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dpragma.c160 ** 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){ argument
206 if( sqlite3StrICmp(zLeft, p->zName)==0 ){
308 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
333 zLeft = sqlite3NameFromToken(db, pId);
334 if( !zLeft ) return;
343 if( sqlite3AuthCheck(pParse, SQLITE_PRAGMA, zLeft, zRight, zDb) ){
364 if( sqlite3StrICmp(zLeft,"default_cache_size")==0 ){
406 if( sqlite3StrICmp(zLeft,"page_size")==0 ){
431 if( sqlite3StrICmp(zLeft,"secure_delet
[all...]
H A Dutil.c225 int sqlite3StrICmp(const char *zLeft, const char *zRight){ argument
227 a = (unsigned char *)zLeft;
232 int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
234 a = (unsigned char *)zLeft;
H A Dtest1.c1825 const void *zLeft,
1834 Tcl_ListObjAppendElement(0, pScript, Tcl_NewStringObj((char *)zLeft, nLeft));
1822 testCreateCollationCmp( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_tritemp.h504 GLuint zLeft = 0; local
619 zLeft = (GLfixed) tmp;
621 zLeft = MAX_GLUINT / 2;
627 zLeft = (GLuint) (z0 + span.attrStepX[FRAG_ATTRIB_WPOS][2] * FixedToFloat(adjx)
778 span.z = zLeft;
846 zLeft += fdzOuter;
878 zLeft += fdzInner;
/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h504 GLuint zLeft = 0; local
619 zLeft = (GLfixed) tmp;
621 zLeft = MAX_GLUINT / 2;
627 zLeft = (GLuint) (z0 + span.attrStepX[FRAG_ATTRIB_WPOS][2] * FixedToFloat(adjx)
778 span.z = zLeft;
846 zLeft += fdzOuter;
878 zLeft += fdzInner;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c20460 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){ argument
20462 a = (unsigned char *)zLeft;
20467 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
20469 a = (unsigned char *)zLeft;
87907 flagPragma(Parse *pParse, const char *zLeft, const char *zRight) argument
88051 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
128077 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c21270 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ argument
21272 a = (unsigned char *)zLeft;
21277 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
21279 a = (unsigned char *)zLeft;
92230 flagPragma(Parse *pParse, const char *zLeft, const char *zRight) argument
92373 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
133779 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c21270 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ argument
21272 a = (unsigned char *)zLeft;
21277 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
21279 a = (unsigned char *)zLeft;
92266 flagPragma(Parse *pParse, const char *zLeft, const char *zRight) argument
92409 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
133827 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]

Completed in 814 milliseconds