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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11285 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3*,const char*, ...);
19751 SQLITE_PRIVATE char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ function
19761 ** Like sqlite3MPrintf(), but call sqlite3DbFree() on zStr after formatting
19765 ** x = sqlite3MPrintf(db, x, "prefix %s suffix", x);
[all...]

Completed in 469 milliseconds