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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dplaylist.c122 int64_t plID, detailID; local
150 detailID = GetFolderMetadata(plname, NULL, NULL, NULL, 0);
155 MUSIC_PLIST_ID, plID, MUSIC_PLIST_ID, detailID, class, plname);
176 detailID = sql_get_int_field(db, "SELECT ID from DETAILS where PATH = '%q/%q'", last_dir, fname);
179 detailID = -1;
180 if( detailID <= 0 )
208 detailID = sql_get_int_field(db, "SELECT ID from DETAILS where PATH like '%%%q'", fname);
209 if( detailID > 0 )
220 detailID);
223 last_dir = sql_get_text_field(db, "SELECT PATH from DETAILS where ID = %lld", detailID);
[all...]
H A Dscanner.c115 int64_t detailID = 0; local
122 detailID = strtoll(result, NULL, 10);
124 if( !detailID )
126 detailID = GetFolderMetadata(item, NULL, artist, genre, (album_art ? strtoll(album_art, NULL, 10) : 0));
133 refID, (long long)detailID, class, item);
141 insert_containers(const char *name, const char *path, const char *refID, const char *class, int64_t detailID) argument
157 snprintf(sql, sizeof(sql), "SELECT DATE, CREATOR from DETAILS where ID = %lld", (long long)detailID);
188 last_date.parentID, (long long)last_date.objectID, last_date.parentID, refID, class, (long long)detailID, name);
215 last_camdate.parentID, last_camdate.objectID, last_camdate.parentID, refID, class, (long long)detailID, name);
225 last_all_objectID++, refID, class, (long long)detailID, nam
390 int64_t detailID = 0; local
454 int64_t detailID = 0; local
[all...]
H A Dinotify.c558 int64_t detailID; local
571 detailID = strtoll(id, NULL, 10);
575 sql_exec(db, "DELETE from PLAYLISTS where ID = %lld", detailID);
578 MUSIC_PLIST_ID, detailID);
580 MUSIC_PLIST_ID, detailID, MUSIC_PLIST_ID, detailID);
587 (long long int)detailID);
619 sql_exec(db, "DELETE from DETAILS where ID = %lld", detailID);
620 sql_exec(db, "DELETE from OBJECTS where DETAIL_ID = %lld", detailID);
633 int64_t detailID local
[all...]
H A Dmetadata.h89 check_for_captions(const char *path, int64_t detailID);
H A Dupnpsoap.c667 char *detailID, struct Response *args)
692 detailID, dstw, dsth);
698 char *detailID, const char *ext, struct Response *args)
730 lan_addr[args->iface].str, runtime_vars.port, detailID);
737 runtime_vars.port, detailID, ext);
777 char *id = argv[0], *parent = argv[1], *refID = argv[2], *detailID = argv[3], *class = argv[4], *size = argv[5], *title = argv[6], local
860 if( sql_get_int_field(db, "SELECT ID from CAPTIONS where ID = '%s'", detailID) > 0 )
942 title, sql_get_int_field(db, "SELECT SEC from BOOKMARKS where ID = '%s'", detailID));
967 resolution, dlna_buf, mime, detailID, ext, passed_args);
973 add_resized_res(srcw, srch, 4096, 4096, "JPEG_LRG", detailID, passed_arg
666 add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, char *detailID, struct Response *args) argument
696 add_res(char *size, char *duration, char *bitrate, char *sampleFrequency, char *nrAudioChannels, char *resolution, char *dlna_pn, char *mime, char *detailID, const char *ext, struct Response *args) argument
[all...]
H A Dtivo_commands.c137 char *id = argv[0], *class = argv[1], *detailID = argv[2], *size = argv[3], *title = argv[4], *duration = argv[5], local
241 detailID, mime_to_ext(mime),
H A Dmetadata.c121 check_for_captions(const char *path, int64_t detailID) argument
133 if (!detailID)
135 detailID = sql_get_int64_field(db, "SELECT ID from DETAILS where (PATH > '%q.' and PATH <= '%q.z')"
137 if (detailID <= 0)
157 " (%lld, %Q)", detailID, file);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dplaylist.c122 int64_t plID, detailID; local
150 detailID = GetFolderMetadata(plname, NULL, NULL, NULL, 0);
155 MUSIC_PLIST_ID, plID, MUSIC_PLIST_ID, detailID, class, plname);
176 detailID = sql_get_int_field(db, "SELECT ID from DETAILS where PATH = '%q/%q'", last_dir, fname);
179 detailID = -1;
180 if( detailID <= 0 )
208 detailID = sql_get_int_field(db, "SELECT ID from DETAILS where PATH like '%%%q'", fname);
209 if( detailID > 0 )
220 detailID);
223 last_dir = sql_get_text_field(db, "SELECT PATH from DETAILS where ID = %lld", detailID);
[all...]
H A Dscanner.c115 int64_t detailID = 0; local
122 detailID = strtoll(result, NULL, 10);
124 if( !detailID )
126 detailID = GetFolderMetadata(item, NULL, artist, genre, (album_art ? strtoll(album_art, NULL, 10) : 0));
133 refID, (long long)detailID, class, item);
141 insert_containers(const char *name, const char *path, const char *refID, const char *class, int64_t detailID) argument
157 snprintf(sql, sizeof(sql), "SELECT DATE, CREATOR from DETAILS where ID = %lld", (long long)detailID);
188 last_date.parentID, (long long)last_date.objectID, last_date.parentID, refID, class, (long long)detailID, name);
215 last_camdate.parentID, last_camdate.objectID, last_camdate.parentID, refID, class, (long long)detailID, name);
225 last_all_objectID++, refID, class, (long long)detailID, nam
390 int64_t detailID = 0; local
454 int64_t detailID = 0; local
[all...]
H A Dinotify.c558 int64_t detailID; local
571 detailID = strtoll(id, NULL, 10);
575 sql_exec(db, "DELETE from PLAYLISTS where ID = %lld", detailID);
578 MUSIC_PLIST_ID, detailID);
580 MUSIC_PLIST_ID, detailID, MUSIC_PLIST_ID, detailID);
587 (long long int)detailID);
619 sql_exec(db, "DELETE from DETAILS where ID = %lld", detailID);
620 sql_exec(db, "DELETE from OBJECTS where DETAIL_ID = %lld", detailID);
633 int64_t detailID local
[all...]
H A Dmetadata.h89 check_for_captions(const char *path, int64_t detailID);
H A Dupnpsoap.c667 char *detailID, struct Response *args)
692 detailID, dstw, dsth);
698 char *detailID, const char *ext, struct Response *args)
730 lan_addr[args->iface].str, runtime_vars.port, detailID);
737 runtime_vars.port, detailID, ext);
777 char *id = argv[0], *parent = argv[1], *refID = argv[2], *detailID = argv[3], *class = argv[4], *size = argv[5], *title = argv[6], local
860 if( sql_get_int_field(db, "SELECT ID from CAPTIONS where ID = '%s'", detailID) > 0 )
942 title, sql_get_int_field(db, "SELECT SEC from BOOKMARKS where ID = '%s'", detailID));
967 resolution, dlna_buf, mime, detailID, ext, passed_args);
973 add_resized_res(srcw, srch, 4096, 4096, "JPEG_LRG", detailID, passed_arg
666 add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, char *detailID, struct Response *args) argument
696 add_res(char *size, char *duration, char *bitrate, char *sampleFrequency, char *nrAudioChannels, char *resolution, char *dlna_pn, char *mime, char *detailID, const char *ext, struct Response *args) argument
[all...]
H A Dtivo_commands.c137 char *id = argv[0], *class = argv[1], *detailID = argv[2], *size = argv[3], *title = argv[4], *duration = argv[5], local
241 detailID, mime_to_ext(mime),
H A Dmetadata.c121 check_for_captions(const char *path, int64_t detailID) argument
133 if (!detailID)
135 detailID = sql_get_int64_field(db, "SELECT ID from DETAILS where (PATH > '%q.' and PATH <= '%q.z')"
137 if (detailID <= 0)
157 " (%lld, %Q)", detailID, file);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dplaylist.c122 int64_t plID, detailID; local
150 detailID = GetFolderMetadata(plname, NULL, NULL, NULL, 0);
155 MUSIC_PLIST_ID, plID, MUSIC_PLIST_ID, detailID, class, plname);
176 detailID = sql_get_int_field(db, "SELECT ID from DETAILS where PATH = '%q/%q'", last_dir, fname);
179 detailID = -1;
180 if( detailID <= 0 )
208 detailID = sql_get_int_field(db, "SELECT ID from DETAILS where PATH like '%%%q'", fname);
209 if( detailID > 0 )
220 detailID);
223 last_dir = sql_get_text_field(db, "SELECT PATH from DETAILS where ID = %lld", detailID);
[all...]
H A Dscanner.c115 int64_t detailID = 0; local
122 detailID = strtoll(result, NULL, 10);
124 if( !detailID )
126 detailID = GetFolderMetadata(item, NULL, artist, genre, (album_art ? strtoll(album_art, NULL, 10) : 0));
133 refID, (long long)detailID, class, item);
141 insert_containers(const char *name, const char *path, const char *refID, const char *class, int64_t detailID) argument
157 snprintf(sql, sizeof(sql), "SELECT DATE, CREATOR from DETAILS where ID = %lld", (long long)detailID);
188 last_date.parentID, (long long)last_date.objectID, last_date.parentID, refID, class, (long long)detailID, name);
215 last_camdate.parentID, last_camdate.objectID, last_camdate.parentID, refID, class, (long long)detailID, name);
225 last_all_objectID++, refID, class, (long long)detailID, nam
390 int64_t detailID = 0; local
454 int64_t detailID = 0; local
[all...]
H A Dinotify.c558 int64_t detailID; local
571 detailID = strtoll(id, NULL, 10);
575 sql_exec(db, "DELETE from PLAYLISTS where ID = %lld", detailID);
578 MUSIC_PLIST_ID, detailID);
580 MUSIC_PLIST_ID, detailID, MUSIC_PLIST_ID, detailID);
587 (long long int)detailID);
619 sql_exec(db, "DELETE from DETAILS where ID = %lld", detailID);
620 sql_exec(db, "DELETE from OBJECTS where DETAIL_ID = %lld", detailID);
633 int64_t detailID local
[all...]
H A Dmetadata.h89 check_for_captions(const char *path, int64_t detailID);
H A Dupnpsoap.c667 char *detailID, struct Response *args)
692 detailID, dstw, dsth);
698 char *detailID, const char *ext, struct Response *args)
730 lan_addr[args->iface].str, runtime_vars.port, detailID);
737 runtime_vars.port, detailID, ext);
777 char *id = argv[0], *parent = argv[1], *refID = argv[2], *detailID = argv[3], *class = argv[4], *size = argv[5], *title = argv[6], local
860 if( sql_get_int_field(db, "SELECT ID from CAPTIONS where ID = '%s'", detailID) > 0 )
942 title, sql_get_int_field(db, "SELECT SEC from BOOKMARKS where ID = '%s'", detailID));
967 resolution, dlna_buf, mime, detailID, ext, passed_args);
973 add_resized_res(srcw, srch, 4096, 4096, "JPEG_LRG", detailID, passed_arg
666 add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, char *detailID, struct Response *args) argument
696 add_res(char *size, char *duration, char *bitrate, char *sampleFrequency, char *nrAudioChannels, char *resolution, char *dlna_pn, char *mime, char *detailID, const char *ext, struct Response *args) argument
[all...]
H A Dtivo_commands.c137 char *id = argv[0], *class = argv[1], *detailID = argv[2], *size = argv[3], *title = argv[4], *duration = argv[5], local
241 detailID, mime_to_ext(mime),
H A Dmetadata.c121 check_for_captions(const char *path, int64_t detailID) argument
133 if (!detailID)
135 detailID = sql_get_int64_field(db, "SELECT ID from DETAILS where (PATH > '%q.' and PATH <= '%q.z')"
137 if (detailID <= 0)
157 " (%lld, %Q)", detailID, file);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dmod_smbdav.c5675 sqlite_int64 plID, detailID;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dmod_smbdav.c5675 sqlite_int64 plID, detailID;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/src/
H A Dmod_smbdav.c5675 sqlite_int64 plID, detailID;

Completed in 318 milliseconds