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

/freebsd-10.2-release/contrib/sqlite3/
H A Dshell.c1291 zIns = sqlite3_mprintf(
1883 zSql = sqlite3_mprintf("SELECT * FROM %s", zTable);
2348 zSql = sqlite3_mprintf(
2357 zSql = sqlite3_mprintf(
2364 zSql = sqlite3_mprintf(
2373 zSql = sqlite3_mprintf("%z ORDER BY 1", zSql);
2396 azResult[nRow] = sqlite3_mprintf("%s", sqlite3_column_text(pStmt, 0));
2877 zBuf = sqlite3_mprintf("%s/.sqliterc",home_dir);
H A Dsqlite3ext.h343 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h865 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2150 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2198 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2226 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2238 SQLITE_API char *sqlite3_mprintf(const char*,...);
4614 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
5108 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5344 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5353 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.c1436 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2721 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2769 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2797 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2809 SQLITE_API char *sqlite3_mprintf(const char*,...);
5185 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
5679 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5915 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5924 char *zErrMsg; /* Error message from sqlite3_mprintf() */
8864 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
20418 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ function
92520 #define sqlite3_mprintf macro
[all...]
/freebsd-10.2-release/crypto/heimdal/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...]
/freebsd-10.2-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c405 char *ret = sqlite3_mprintf("%q", arg);

Completed in 645 milliseconds