Home
last modified time | relevance | path

Searched refs:zLeft (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dpragma.c160 char *zLeft = 0; in sqlitePragma() local
166 zLeft = sqliteStrNDup(pLeft->z, pLeft->n); in sqlitePragma()
167 sqliteDequote(zLeft); in sqlitePragma()
176 sqliteFree(zLeft); in sqlitePragma()
242 if( sqliteStrICmp(zLeft,"cache_size")==0 ){ in sqlitePragma()
333 if( sqliteStrICmp(zLeft,"synchronous")==0 ){ in sqlitePragma()
362 if( flagPragma(pParse, zLeft, zRight) ){ in sqlitePragma()
366 if( sqliteStrICmp(zLeft, "table_info")==0 ){ in sqlitePragma()
395 if( sqliteStrICmp(zLeft, "index_info")==0 ){ in sqlitePragma()
419 if( sqliteStrICmp(zLeft, "index_list")==0 ){ in sqlitePragma()
[all …]
H A Dutil.c501 int sqliteStrICmp(const char *zLeft, const char *zRight){ in sqliteStrICmp() argument
503 a = (unsigned char *)zLeft; in sqliteStrICmp()
508 int sqliteStrNICmp(const char *zLeft, const char *zRight, int N){ in sqliteStrNICmp() argument
510 a = (unsigned char *)zLeft; in sqliteStrNICmp()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c20752 a = (unsigned char *)zLeft; in sqlite3StrICmp()
20759 a = (unsigned char *)zLeft; in sqlite3_strnicmp()
88417 zLeft = sqlite3NameFromToken(db, pId);
88418 if( !zLeft ) return;
88552 if( zLeft[0]=='p' ){
88928 if( flagPragma(pParse, zLeft, zRight) ){
89163 int isQuick = (zLeft[0]=='q');
89411 switch( zLeft[0] ){
89567 if( (zLeft[3] & 0xf)==0xb ){
89604 sqlite3DbFree(db, zLeft);
[all …]

Completed in 304 milliseconds