Searched refs:sqlite3MPrintf (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 11542 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 D | sqlite3.c | 11542 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 347 milliseconds