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

/freebsd-10-stable/contrib/sqlite3/
H A Dshell.c1078 z = sqlite3_mprintf("%s", azArg[0]);
1912 zEQP = sqlite3_mprintf("EXPLAIN QUERY PLAN %s", zStmtSql);
1926 zEQP = sqlite3_mprintf("EXPLAIN %s", zStmtSql);
2024 zIns = sqlite3_mprintf(
2732 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\"", zTable);
2806 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\" ORDER BY rowid DESC;",
2842 zQuery = sqlite3_mprintf("SELECT name, sql FROM sqlite_master"
2869 zQuery = sqlite3_mprintf("SELECT name, sql FROM sqlite_master"
3033 zSchemaTab = sqlite3_mprintf("main.sqlite_master");
3035 zSchemaTab = sqlite3_mprintf("
[all...]
H A Dsqlite3ext.h385 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.c1178 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2633 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2681 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2709 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2727 SQLITE_API char *SQLITE_CDECL sqlite3_mprintf(const char*,...);
5431 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
5967 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
6272 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
6281 char *zErrMsg; /* Error message from sqlite3_mprintf() */
12477 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
25637 SQLITE_API char *SQLITE_CDECL sqlite3_mprintf(const char *zFormat, ...){ function
109211 #define sqlite3_mprintf macro
[all...]
H A Dsqlite3.h918 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2373 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2421 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2449 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2467 SQLITE_API char *SQLITE_CDECL sqlite3_mprintf(const char*,...);
5171 ** sqlite3_temp_directory = sqlite3_mprintf("%s", zPathBuf);
5707 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
6012 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
6021 char *zErrMsg; /* Error message from sqlite3_mprintf() */
/freebsd-10-stable/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-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c405 char *ret = sqlite3_mprintf("%q", arg);
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2272 zSql = sqlite3_mprintf("SELECT * FROM '%q'", zTable);
3420 zErrMsg = sqlite3_mprintf("%s", sqlite3_errmsg(p->db));
3425 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc));

Completed in 861 milliseconds