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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/sdb/sqlite/
H A Dzone2sqlite.c133 sql = sqlite3_mprintf(
213 sql = sqlite3_mprintf("DROP TABLE %q ", dbi.table);
225 sql = sqlite3_mprintf(sql, "BEGIN TRANSACTION");
235 sql = sqlite3_mprintf(
292 sql = sqlite3_mprintf(sql, "COMMIT TRANSACTION ");
H A Dsqlitedb.c139 sql = sqlite3_mprintf(
211 sql = sqlite3_mprintf(
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c160 schemasql = sqlite3_mprintf("PRAGMA user_version = %d",
522 query = sqlite3_mprintf("SELECT section, name, name_desc, machine,"
H A Dmakemandb.c1692 char *sql = sqlite3_mprintf("DELETE FROM mandb "
1760 str = sqlite3_mprintf("INSERT INTO mandb_links"
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c116 quoted_text = sqlite3_mprintf("%q", raw_text);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h329 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h1990 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2038 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2066 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2078 SQLITE_API char *sqlite3_mprintf(const char*,...);
4843 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5079 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5088 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.c2540 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2588 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2616 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2628 SQLITE_API char *sqlite3_mprintf(const char*,...);
5393 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5629 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5638 char *zErrMsg; /* Error message from sqlite3_mprintf() */
8490 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
20166 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ function
91176 #define sqlite3_mprintf macro
[all...]

Completed in 309 milliseconds