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

/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 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/sqlite/src/tool/
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...]
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 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] );
/external/chromium_org/third_party/sqlite/src/test/
H A Dcollate7.test22 proc caseless_cmp {zLeft zRight} {
23 string compare -nocase $zLeft $zRight
/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/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.c20445 SQLITE_PRIVATE int sqlite3StrICmp(const char *zLeft, const char *zRight){ argument
20447 a = (unsigned char *)zLeft;
20452 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
20454 a = (unsigned char *)zLeft;
87700 flagPragma(Parse *pParse, const char *zLeft, const char *zRight) argument
87844 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
127875 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c22480 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ argument
22482 a = (unsigned char *)zLeft;
22487 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
22489 a = (unsigned char *)zLeft;
98913 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
148494 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c22480 SQLITE_API int sqlite3_stricmp(const char *zLeft, const char *zRight){ argument
22482 a = (unsigned char *)zLeft;
22487 SQLITE_API int sqlite3_strnicmp(const char *zLeft, const char *zRight, int N){ argument
22489 a = (unsigned char *)zLeft;
98933 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ local
148526 icuCollationColl( void *pCtx, int nLeft, const void *zLeft, int nRight, const void *zRight ) argument
[all...]

Completed in 543 milliseconds