Searched defs:sqlite3MPrintf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c875 char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ function
885 ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting
889 ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10979 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...);
19358 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ function
19368 ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting
19372 ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12452 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...);
21425 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ function
21435 ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting
21439 ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12452 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...);
21425 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ function
21435 ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting
21439 ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x);
[all...]

Completed in 1116 milliseconds