Home
last modified time | relevance | path

Searched refs:zConstant (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dalter.c264 static char *whereOrName(sqlite3 *db, char *zWhere, char *zConstant){ in whereOrName() argument
267 zNew = sqlite3MPrintf(db, "name=%Q", zConstant); in whereOrName()
269 zNew = sqlite3MPrintf(db, "%s OR name=%Q", zWhere, zConstant); in whereOrName()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c74758 static char *whereOrName(sqlite3 *db, char *zWhere, char *zConstant){
74761 zNew = sqlite3MPrintf(db, "name=%Q", zConstant);
74763 zNew = sqlite3MPrintf(db, "%s OR name=%Q", zWhere, zConstant);
/external/sqlite/dist/
Dsqlite3.c82893 static char *whereOrName(sqlite3 *db, char *zWhere, char *zConstant){
82896 zNew = sqlite3MPrintf(db, "name=%Q", zConstant);
82898 zNew = sqlite3MPrintf(db, "%s OR name=%Q", zWhere, zConstant);
/external/sqlite/dist/orig/
Dsqlite3.c82873 static char *whereOrName(sqlite3 *db, char *zWhere, char *zConstant){
82876 zNew = sqlite3MPrintf(db, "name=%Q", zConstant);
82878 zNew = sqlite3MPrintf(db, "%s OR name=%Q", zWhere, zConstant);