/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){ 206 if( sqlite3StrICmp(zLeft, p->zName)==0 ){ 308 char *zLeft = 0; /* Nul-terminated UTF-8 string <id> */ 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_delete")==0 ) [all...] |
test1.c | [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
showdb.c | 501 char *zLeft; 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[0]=='b' ) [all...] |
showwal.c | 307 char *zLeft; 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[0]=='b' ) [all...] |
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/test/ |
collate7.test | 22 proc caseless_cmp {zLeft zRight} { 23 string compare -nocase $zLeft $zRight
|
/external/chromium_org/third_party/sqlite/src/ext/icu/ |
icu.c | 383 const void *zLeft, 389 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_tritemp.h | 504 GLuint zLeft = 0; 619 zLeft = (GLfixed) tmp; 621 zLeft = MAX_GLUINT / 2; 627 zLeft = (GLuint) (z0 + span.attrStepX[FRAG_ATTRIB_WPOS][2] * FixedToFloat(adjx) [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_tritemp.h | 504 GLuint zLeft = 0; 619 zLeft = (GLfixed) tmp; 621 zLeft = MAX_GLUINT / 2; 627 zLeft = (GLuint) (z0 + span.attrStepX[FRAG_ATTRIB_WPOS][2] * FixedToFloat(adjx) [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |