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.c10994 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...);
19373 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ function
19383 ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting
19387 ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11542 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...);
20181 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ function
20191 ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting
20195 ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11542 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...);
20181 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ function
20191 ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting
20195 ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x);
[all...]

Completed in 558 milliseconds