Searched refs:sql (Results 1 - 25 of 66) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dsql.c22 #include "sql.h"
31 char *sql; local
33 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
36 sql = sqlite3_vmprintf(fmt, ap);
38 ret = sqlite3_exec(db, sql, 0, 0, &errMsg);
41 DPRINTF(E_ERROR, L_DB_SQL, "SQL ERROR %d [%s]\n%s\n", ret, errMsg, sql);
45 sqlite3_free(sql);
51 sql_get_table(sqlite3 *db, const char *sql, char ***pazResult, int *pnRow, int *pnColumn) argument
55 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
57 ret = sqlite3_get_table(db, sql, pazResul
73 char *sql; local
132 char *sql; local
191 char *sql; local
[all...]
H A Dtivo_commands.c32 #include "sql.h"
292 char *sql; local
305 xasprintf(&sql, SELECT_COLUMNS
308 DPRINTF(E_DEBUG, L_TIVO, "%s\n", sql);
309 ret = sqlite3_exec(db, sql, callback, (void *) &args, &zErrMsg);
310 free(sql);
328 char *sql, *item, *saveptr; local
581 sql = sqlite3_mprintf("SELECT %s from OBJECTS o left join DETAILS d on (o.DETAIL_ID = d.ID)"
585 DPRINTF(E_DEBUG, L_TIVO, "%s\n", sql);
586 if( (sql_get_table(db, sql,
[all...]
H A DMakefile61 sql.o utils.o metadata.o scanner.o inotify.o \
136 upnphttp.o: upnpevents.h image_utils.h sql.h log.h sendfile.h icons.c
139 upnpsoap.o: config.h upnpglobalvars.h minidlnatypes.h log.h utils.h sql.h
155 scanner.o: upnpglobalvars.h metadata.h utils.h sql.h scanner.h log.h playlist.h scanner_sqlite.h
156 metadata.o: upnpglobalvars.h metadata.h albumart.h utils.h sql.h log.h
157 albumart.o: upnpglobalvars.h albumart.h utils.h image_utils.h sql.h log.h
169 sql.o: sql.h
H A DMakefile.am28 sql.c utils.c metadata.c scanner.c inotify.c \
H A Dinotify.c46 #include "sql.h"
553 char sql[128]; local
585 snprintf(sql, sizeof(sql), "SELECT PARENT_ID from OBJECTS where DETAIL_ID = %lld"
588 if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) )
631 char * sql; local
644 sql = sqlite3_mprintf("SELECT ID from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')"
646 if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) )
660 sqlite3_free(sql);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dsql.c22 #include "sql.h"
31 char *sql; local
33 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
36 sql = sqlite3_vmprintf(fmt, ap);
38 ret = sqlite3_exec(db, sql, 0, 0, &errMsg);
41 DPRINTF(E_ERROR, L_DB_SQL, "SQL ERROR %d [%s]\n%s\n", ret, errMsg, sql);
45 sqlite3_free(sql);
51 sql_get_table(sqlite3 *db, const char *sql, char ***pazResult, int *pnRow, int *pnColumn) argument
55 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
57 ret = sqlite3_get_table(db, sql, pazResul
73 char *sql; local
132 char *sql; local
191 char *sql; local
[all...]
H A Dtivo_commands.c32 #include "sql.h"
292 char *sql; local
305 xasprintf(&sql, SELECT_COLUMNS
308 DPRINTF(E_DEBUG, L_TIVO, "%s\n", sql);
309 ret = sqlite3_exec(db, sql, callback, (void *) &args, &zErrMsg);
310 free(sql);
328 char *sql, *item, *saveptr; local
581 sql = sqlite3_mprintf("SELECT %s from OBJECTS o left join DETAILS d on (o.DETAIL_ID = d.ID)"
585 DPRINTF(E_DEBUG, L_TIVO, "%s\n", sql);
586 if( (sql_get_table(db, sql,
[all...]
H A DMakefile61 sql.o utils.o metadata.o scanner.o inotify.o \
136 upnphttp.o: upnpevents.h image_utils.h sql.h log.h sendfile.h icons.c
139 upnpsoap.o: config.h upnpglobalvars.h minidlnatypes.h log.h utils.h sql.h
155 scanner.o: upnpglobalvars.h metadata.h utils.h sql.h scanner.h log.h playlist.h scanner_sqlite.h
156 metadata.o: upnpglobalvars.h metadata.h albumart.h utils.h sql.h log.h
157 albumart.o: upnpglobalvars.h albumart.h utils.h image_utils.h sql.h log.h
169 sql.o: sql.h
H A DMakefile.am28 sql.c utils.c metadata.c scanner.c inotify.c \
H A Dinotify.c46 #include "sql.h"
553 char sql[128]; local
585 snprintf(sql, sizeof(sql), "SELECT PARENT_ID from OBJECTS where DETAIL_ID = %lld"
588 if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) )
631 char * sql; local
644 sql = sqlite3_mprintf("SELECT ID from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')"
646 if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) )
660 sqlite3_free(sql);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dsql.c22 #include "sql.h"
31 char *sql; local
33 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
36 sql = sqlite3_vmprintf(fmt, ap);
38 ret = sqlite3_exec(db, sql, 0, 0, &errMsg);
41 DPRINTF(E_ERROR, L_DB_SQL, "SQL ERROR %d [%s]\n%s\n", ret, errMsg, sql);
45 sqlite3_free(sql);
51 sql_get_table(sqlite3 *db, const char *sql, char ***pazResult, int *pnRow, int *pnColumn) argument
55 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
57 ret = sqlite3_get_table(db, sql, pazResul
73 char *sql; local
132 char *sql; local
191 char *sql; local
[all...]
H A Dtivo_commands.c32 #include "sql.h"
292 char *sql; local
305 xasprintf(&sql, SELECT_COLUMNS
308 DPRINTF(E_DEBUG, L_TIVO, "%s\n", sql);
309 ret = sqlite3_exec(db, sql, callback, (void *) &args, &zErrMsg);
310 free(sql);
328 char *sql, *item, *saveptr; local
581 sql = sqlite3_mprintf("SELECT %s from OBJECTS o left join DETAILS d on (o.DETAIL_ID = d.ID)"
585 DPRINTF(E_DEBUG, L_TIVO, "%s\n", sql);
586 if( (sql_get_table(db, sql,
[all...]
H A DMakefile61 sql.o utils.o metadata.o scanner.o inotify.o \
136 upnphttp.o: upnpevents.h image_utils.h sql.h log.h sendfile.h icons.c
139 upnpsoap.o: config.h upnpglobalvars.h minidlnatypes.h log.h utils.h sql.h
155 scanner.o: upnpglobalvars.h metadata.h utils.h sql.h scanner.h log.h playlist.h scanner_sqlite.h
156 metadata.o: upnpglobalvars.h metadata.h albumart.h utils.h sql.h log.h
157 albumart.o: upnpglobalvars.h albumart.h utils.h image_utils.h sql.h log.h
169 sql.o: sql.h
H A DMakefile.am28 sql.c utils.c metadata.c scanner.c inotify.c \
H A Dinotify.c46 #include "sql.h"
553 char sql[128]; local
585 snprintf(sql, sizeof(sql), "SELECT PARENT_ID from OBJECTS where DETAIL_ID = %lld"
588 if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) )
631 char * sql; local
644 sql = sqlite3_mprintf("SELECT ID from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')"
646 if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) )
660 sqlite3_free(sql);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dsql.c27 #include "sql.h"
40 char *sql; local
42 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
46 sql = sqlite3_vmprintf(fmt, ap);
47 ret = sqlite3_exec(db, sql, 0, 0, &errMsg);
50 //DPRINTF(E_ERROR, L_DB_SQL, "SQL ERROR %d [%s]\n%s\n", ret, errMsg, sql);
54 sqlite3_free(sql);
60 sql_get_table(sqlite3 *db, const char *sql, char ***pazResult, int *pnRow, int *pnColumn) argument
64 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
66 ret = sqlite3_get_table(db, sql, pazResul
82 char *sql; local
141 char *sql; local
[all...]
H A Dmod_smbdav.h66 sqlite3 *sql; member in struct:__anon4564
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dsql.c27 #include "sql.h"
40 char *sql; local
42 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
46 sql = sqlite3_vmprintf(fmt, ap);
47 ret = sqlite3_exec(db, sql, 0, 0, &errMsg);
50 //DPRINTF(E_ERROR, L_DB_SQL, "SQL ERROR %d [%s]\n%s\n", ret, errMsg, sql);
54 sqlite3_free(sql);
60 sql_get_table(sqlite3 *db, const char *sql, char ***pazResult, int *pnRow, int *pnColumn) argument
64 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
66 ret = sqlite3_get_table(db, sql, pazResul
82 char *sql; local
141 char *sql; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dsql.c27 #include "sql.h"
40 char *sql; local
42 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
46 sql = sqlite3_vmprintf(fmt, ap);
47 ret = sqlite3_exec(db, sql, 0, 0, &errMsg);
50 //DPRINTF(E_ERROR, L_DB_SQL, "SQL ERROR %d [%s]\n%s\n", ret, errMsg, sql);
54 sqlite3_free(sql);
60 sql_get_table(sqlite3 *db, const char *sql, char ***pazResult, int *pnRow, int *pnColumn) argument
64 //DPRINTF(E_DEBUG, L_DB_SQL, "SQL: %s\n", sql);
66 ret = sqlite3_get_table(db, sql, pazResul
82 char *sql; local
141 char *sql; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr038/data/
H A Dcomments_at_the_end.sql6 /* This is the end of sql. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr038/data/
H A Dcomments_at_the_end.sql6 /* This is the end of sql. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr038/data/
H A Dcomments_at_the_end.sql6 /* This is the end of sql. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr038/
H A Dchk.bdb6 $BDB_DIR/db_sql -i data/all_data_types.sql -o sample.c -v sample_verify.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr038/
H A Dchk.bdb6 $BDB_DIR/db_sql -i data/all_data_types.sql -o sample.c -v sample_verify.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr038/
H A Dchk.bdb6 $BDB_DIR/db_sql -i data/all_data_types.sql -o sample.c -v sample_verify.c

Completed in 125 milliseconds

123