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

/external/sqlite/dist/
H A Dshell.c468 zSql = sqlite3_mprintf(
474 zSql = sqlite3_mprintf(
493 zSql = sqlite3_mprintf(pVtab->pType->zPragma,
622 p->zBuf = sqlite3_mprintf("%s", sqlite3_value_text(argv[0]));
625 p->zBuf = sqlite3_mprintf("%s%s%s",
748 zDel = sqlite3_mprintf("Error in table %s: %s", zTab, zMessage);
752 zDel = sqlite3_mprintf(
1979 zIns = sqlite3_mprintf(
2513 zSql = sqlite3_mprintf("SELECT * FROM '%q'", zTable);
H A Dsqlite3.h.orig1679 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1725 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1753 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1765 SQLITE_API char *sqlite3_mprintf(const char*,...);
4313 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4322 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.h1679 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1725 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1753 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1765 SQLITE_API char *sqlite3_mprintf(const char*,...);
4313 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4322 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.c.orig2203 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2249 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2277 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2289 SQLITE_API char *sqlite3_mprintf(const char*,...);
4837 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4846 char *zErrMsg; /* Error message from sqlite3_mprintf() */
7180 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
17227 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){
[all...]
H A Dsqlite3.c2203 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2249 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2277 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2289 SQLITE_API char *sqlite3_mprintf(const char*,...);
4837 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4846 char *zErrMsg; /* Error message from sqlite3_mprintf() */
7185 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
17232 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ function
76263 #define sqlite3_mprintf macro
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h233 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h590 ** The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
636 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
665 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
673 char *sqlite3_mprintf(const char*,...);
919 ** an error code (examples: [sqlite3_data_count()] or [sqlite3_mprintf()]) do
2504 ** string obtained from sqlite3_mprintf() to zErrMsg. The method should
2509 ** that sqlite3_mprintf() and sqlite3_free() are used on the zErrMsg field
2516 char *zErrMsg; /* Error message from sqlite3_mprintf() */
/external/sqlite/android/
H A Dsqlite3_android.cpp305 char * sql = sqlite3_mprintf("INSERT INTO %s (token, source%s%s) VALUES (?, ?%s%s);",

Completed in 378 milliseconds