/external/chromium_org/third_party/sqlite/src/tool/ |
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...] |
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...] |
/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...] |
/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...] |