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

/external/sqlite/android/
H A Dsqlite3_android.cpp343 char * sql = sqlite3_mprintf("INSERT INTO %s (token, source%s%s) VALUES (?, ?%s%s);",
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h286 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h1546 ** The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1592 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1620 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1635 char *sqlite3_mprintf(const char*,...);
4225 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4230 ** that sqlite3_mprintf() and sqlite3_free() are used on the zErrMsg field
4240 char *zErrMsg; /* Error message from sqlite3_mprintf() */
/external/sqlite/dist/orig/
H A Dsqlite3ext.h329 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h824 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2025 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2073 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2101 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2113 SQLITE_API char *sqlite3_mprintf(const char*,...);
4892 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5128 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5137 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.c1374 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2575 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2623 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2651 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2663 SQLITE_API char *sqlite3_mprintf(const char*,...);
5442 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5678 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5687 char *zErrMsg; /* Error message from sqlite3_mprintf() */
8534 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
20230 SQLITE_API char *sqlite3_mprintf(cons function
91302 #define sqlite3_mprintf macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h329 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h824 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2025 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2073 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2101 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2113 SQLITE_API char *sqlite3_mprintf(const char*,...);
4892 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5128 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5137 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.c1374 ** of the char** argument point to a string obtained from [sqlite3_mprintf()]
2575 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2623 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2651 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2663 SQLITE_API char *sqlite3_mprintf(const char*,...);
5442 ** point to an appropriate error message (obtained from [sqlite3_mprintf()])
5678 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5687 char *zErrMsg; /* Error message from sqlite3_mprintf() */
8534 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
20230 SQLITE_API char *sqlite3_mprintf(cons function
91315 #define sqlite3_mprintf macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1541 char *s = sqlite3_mprintf(sqlstr.result,
1627 char *s = sqlite3_mprintf(sqlstr.result,
3284 char *s = sqlite3_mprintf(sqlstr.result,

Completed in 599 milliseconds