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

/macosx-10.10/bind9-45.101/bind9/contrib/sdb/sqlite/
H A Dzone2sqlite.c131 sql = sqlite3_mprintf(
211 sql = sqlite3_mprintf("DROP TABLE %q ", dbi.table);
223 sql = sqlite3_mprintf(sql, "BEGIN TRANSACTION");
233 sql = sqlite3_mprintf(
290 sql = sqlite3_mprintf(sql, "COMMIT TRANSACTION ");
H A Dsqlitedb.c127 sql = sqlite3_mprintf(
199 sql = sqlite3_mprintf(
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddict_sqlite.c114 quoted_text = sqlite3_mprintf("%q", raw_text);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h308 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h1951 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1999 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2027 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2039 SQLITE_API char *sqlite3_mprintf(const char*,...);
4713 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
4949 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4958 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.c2504 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2552 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2580 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2592 SQLITE_API char *sqlite3_mprintf(const char*,...);
5266 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5502 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5511 char *zErrMsg; /* Error message from sqlite3_mprintf() */
8279 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
19800 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ function
89200 #define sqlite3_mprintf macro
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c405 char *ret = sqlite3_mprintf("%q", arg);

Completed in 402 milliseconds