Searched defs:sqlite3_mprintf (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h286 #define sqlite3_mprintf sqlite3_api->mprintf macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h329 #define sqlite3_mprintf sqlite3_api->mprintf macro
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.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
91338 #define sqlite3_mprintf macro
[all...]

Completed in 423 milliseconds