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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dsql.h31 #define sqlite3_malloc(size) sqlite3_mprintf("%*s", size, "")
H A Dtivo_commands.c405 which = sqlite3_mprintf("OBJECT_ID glob '%q$*'", objectID);
410 which = sqlite3_mprintf("PARENT_ID = '%q'", objectID);
581 sql = sqlite3_mprintf("SELECT %s from OBJECTS o left join DETAILS d on (o.DETAIL_ID = d.ID)"
616 sql = sqlite3_mprintf(SELECT_COLUMNS
H A Dinotify.c426 id = sqlite3_mprintf("%s", BROWSEDIR_ID);
478 id = sqlite3_mprintf("%s", BROWSEDIR_ID);
644 sql = sqlite3_mprintf("SELECT ID from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')"
H A Dupnpsoap.c1280 sql = sqlite3_mprintf("SELECT %s, %s, %s, " COLUMNS
1357 sql = sqlite3_mprintf("SELECT %s, %s, %s, " COLUMNS
1788 sql = sqlite3_mprintf( SELECT_COLUMNS
1795 sqlite3_mprintf("UNION ALL " SELECT_COLUMNS
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dsql.h31 #define sqlite3_malloc(size) sqlite3_mprintf("%*s", size, "")
H A Dtivo_commands.c405 which = sqlite3_mprintf("OBJECT_ID glob '%q$*'", objectID);
410 which = sqlite3_mprintf("PARENT_ID = '%q'", objectID);
581 sql = sqlite3_mprintf("SELECT %s from OBJECTS o left join DETAILS d on (o.DETAIL_ID = d.ID)"
616 sql = sqlite3_mprintf(SELECT_COLUMNS
H A Dinotify.c426 id = sqlite3_mprintf("%s", BROWSEDIR_ID);
478 id = sqlite3_mprintf("%s", BROWSEDIR_ID);
644 sql = sqlite3_mprintf("SELECT ID from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')"
H A Dupnpsoap.c1280 sql = sqlite3_mprintf("SELECT %s, %s, %s, " COLUMNS
1357 sql = sqlite3_mprintf("SELECT %s, %s, %s, " COLUMNS
1788 sql = sqlite3_mprintf( SELECT_COLUMNS
1795 sqlite3_mprintf("UNION ALL " SELECT_COLUMNS
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dsql.h31 #define sqlite3_malloc(size) sqlite3_mprintf("%*s", size, "")
H A Dtivo_commands.c405 which = sqlite3_mprintf("OBJECT_ID glob '%q$*'", objectID);
410 which = sqlite3_mprintf("PARENT_ID = '%q'", objectID);
581 sql = sqlite3_mprintf("SELECT %s from OBJECTS o left join DETAILS d on (o.DETAIL_ID = d.ID)"
616 sql = sqlite3_mprintf(SELECT_COLUMNS
H A Dinotify.c426 id = sqlite3_mprintf("%s", BROWSEDIR_ID);
478 id = sqlite3_mprintf("%s", BROWSEDIR_ID);
644 sql = sqlite3_mprintf("SELECT ID from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')"
H A Dupnpsoap.c1280 sql = sqlite3_mprintf("SELECT %s, %s, %s, " COLUMNS
1357 sql = sqlite3_mprintf("SELECT %s, %s, %s, " COLUMNS
1788 sql = sqlite3_mprintf( SELECT_COLUMNS
1795 sqlite3_mprintf("UNION ALL " SELECT_COLUMNS
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h284 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h1811 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1857 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1885 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1897 SQLITE_API char *sqlite3_mprintf(const char*,...);
4482 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4491 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.c2348 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2394 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2422 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2434 SQLITE_API char *sqlite3_mprintf(const char*,...);
5019 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5028 char *zErrMsg; /* Error message from sqlite3_mprintf() */
7473 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
18754 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ function
83581 #define sqlite3_mprintf macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h284 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h1811 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1857 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1885 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1897 SQLITE_API char *sqlite3_mprintf(const char*,...);
4482 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4491 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.c2348 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2394 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2422 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2434 SQLITE_API char *sqlite3_mprintf(const char*,...);
5019 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5028 char *zErrMsg; /* Error message from sqlite3_mprintf() */
7473 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
18754 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ function
83581 #define sqlite3_mprintf macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h284 #define sqlite3_mprintf sqlite3_api->mprintf macro
H A Dsqlite3.h1811 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1857 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1885 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1897 SQLITE_API char *sqlite3_mprintf(const char*,...);
4482 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
4491 char *zErrMsg; /* Error message from sqlite3_mprintf() */
H A Dsqlite3.c2348 ** ^The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
2394 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2422 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2434 SQLITE_API char *sqlite3_mprintf(const char*,...);
5019 ** string obtained from [sqlite3_mprintf()] to zErrMsg. The method should
5028 char *zErrMsg; /* Error message from sqlite3_mprintf() */
7473 #define P4_MPRINTF (-11) /* P4 is a string obtained from sqlite3_mprintf() */
18754 SQLITE_API char *sqlite3_mprintf(const char *zFormat, ...){ function
83581 #define sqlite3_mprintf macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h330 ** allocated using the equivalent of [sqlite3_mprintf()] and
1324 ** The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1370 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1399 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1413 ** {F17403} The [sqlite3_mprintf()] and [sqlite3_vmprintf()] interfaces
1429 char *sqlite3_mprintf(const char*,...);
2133 ** [sqlite3_mprintf()] or [sqlite3_enable_shared_cache()]
5036 ** string obtained from sqlite3_mprintf() to zErrMsg. The method should
5041 ** that sqlite3_mprintf() and sqlite3_free() are used on the zErrMsg field
5048 char *zErrMsg; /* Error message from sqlite3_mprintf() */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h330 ** allocated using the equivalent of [sqlite3_mprintf()] and
1324 ** The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1370 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1399 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1413 ** {F17403} The [sqlite3_mprintf()] and [sqlite3_vmprintf()] interfaces
1429 char *sqlite3_mprintf(const char*,...);
2133 ** [sqlite3_mprintf()] or [sqlite3_enable_shared_cache()]
5036 ** string obtained from sqlite3_mprintf() to zErrMsg. The method should
5041 ** that sqlite3_mprintf() and sqlite3_free() are used on the zErrMsg field
5048 char *zErrMsg; /* Error message from sqlite3_mprintf() */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h330 ** allocated using the equivalent of [sqlite3_mprintf()] and
1324 ** The sqlite3_mprintf() and sqlite3_vmprintf() routines write their
1370 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
1399 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
1413 ** {F17403} The [sqlite3_mprintf()] and [sqlite3_vmprintf()] interfaces
1429 char *sqlite3_mprintf(const char*,...);
2133 ** [sqlite3_mprintf()] or [sqlite3_enable_shared_cache()]
5036 ** string obtained from sqlite3_mprintf() to zErrMsg. The method should
5041 ** that sqlite3_mprintf() and sqlite3_free() are used on the zErrMsg field
5048 char *zErrMsg; /* Error message from sqlite3_mprintf() */
[all...]

Completed in 1169 milliseconds