Home
last modified time | relevance | path

Searched refs:sqlite3_mprintf (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/bind/dist/contrib/sdb/sqlite/
H A Dzone2sqlite.c133 sql = sqlite3_mprintf( in addrdata()
213 sql = sqlite3_mprintf("DROP TABLE %Q ", dbi.table); in main()
225 sql = sqlite3_mprintf(sql, "BEGIN TRANSACTION"); in main()
235 sql = sqlite3_mprintf( in main()
292 sql = sqlite3_mprintf(sql, "COMMIT TRANSACTION "); in main()
H A Dsqlitedb.c139 sql = sqlite3_mprintf( in sqlitedb_lookup()
211 sql = sqlite3_mprintf( in sqlitedb_allnodes()
/minix3/external/public-domain/sqlite/dist/
H A Dshell.c1434 zIns = sqlite3_mprintf( in dump_callback()
2171 zSql = sqlite3_mprintf("SELECT * FROM %s", zTable); in do_meta_command()
2180 char *zCreate = sqlite3_mprintf("CREATE TABLE %s", zTable); in do_meta_command()
2183 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCsv.z); in do_meta_command()
2194 zCreate = sqlite3_mprintf("%z\n)", zCreate); in do_meta_command()
2421 p->zDbFilename = zNewFilename = sqlite3_mprintf("%s", azArg[1]); in do_meta_command()
2682 zSql = sqlite3_mprintf( in do_meta_command()
2691 zSql = sqlite3_mprintf( in do_meta_command()
2698 zSql = sqlite3_mprintf( in do_meta_command()
2707 zSql = sqlite3_mprintf("%z ORDER BY 1", zSql); in do_meta_command()
[all …]
H A Dsqlite3ext.h343 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h2288 SQLITE_API char *sqlite3_mprintf(const char*,...);
H A Dsqlite3.c2316 SQLITE_API char *sqlite3_mprintf(const char*,...);
20875 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ in sqlite3_mprintf() function
27397 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName);
34402 *(char**)pArg = sqlite3_mprintf("%s", pFile->pVfs->zName);
65336 zErr = sqlite3_mprintf(
90080 zBuf = sqlite3_mprintf("%.*f",n,r);
95419 #define sqlite3_mprintf sqlite3_api->mprintf
95754 sqlite3_mprintf,
95992 *pzErrMsg = sqlite3_mprintf("not authorized");
96002 char *zAltFile = sqlite3_mprintf("%s.%s", zFile, azEndings[ii]);
[all …]