Searched refs:sqlite_int64 (Results 26 - 37 of 37) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h204 ** KEYWORDS: sqlite_int64 sqlite_uint64
210 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
213 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
219 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
222 typedef __int64 sqlite_int64; typedef
225 typedef long long int sqlite_int64; typedef
228 typedef sqlite_int64 sqlite3_int64;
H A Dshell.c165 sqlite_int64 i64Start = *((sqlite_int64 *) pStart);
166 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
424 static int schemaRowid(sqlite3_vtab_cursor *cur, sqlite_int64 *pRowid){
H A Dsqlite3.c728 ** KEYWORDS: sqlite_int64 sqlite_uint64
734 ** The sqlite_int64 and sqlite_uint64 types are supported for backwards
737 ** ^The sqlite3_int64 and sqlite_int64 types can store integer values
743 typedef SQLITE_INT64_TYPE sqlite_int64; typedef
746 typedef __int64 sqlite_int64; typedef
749 typedef long long int sqlite_int64; typedef
752 typedef sqlite_int64 sqlite3_int64;
6464 # define double sqlite_int64
6465 # define LONGDOUBLE_TYPE sqlite_int64
6589 typedef sqlite_int64 i6
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dinotify.c530 sqlite_int64 detailID = 0;
608 sqlite_int64 detailID = 0;
H A Dtivo_commands.c290 SendItemDetails(struct upnphttp * h, sqlite_int64 item)
623 sqlite_int64 detailItem=0;
H A Dupnphttp.c1383 sqlite_int64 id;
1588 sqlite_int64 id;
1590 static struct { sqlite_int64 id; char path[PATH_MAX]; char mime[32]; char dlna[64]; } last_file = { 0 };
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dinotify.c520 sqlite_int64 detailID;
598 sqlite_int64 detailID = 0;
H A Dtivo_commands.c278 SendItemDetails(struct upnphttp * h, sqlite_int64 item)
654 sqlite_int64 detailItem=0;
H A Dupnphttp.c1678 sqlite_int64 id;
1906 sqlite_int64 id;
1910 static struct { sqlite_int64 id;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dinotify.c529 sqlite_int64 detailID = 0;
607 sqlite_int64 detailID = 0;
H A Dtivo_commands.c310 SendItemDetails(struct upnphttp * h, sqlite_int64 item)
643 sqlite_int64 detailItem=0;
H A Dupnphttp.c1438 sqlite_int64 id;
1663 sqlite_int64 id;
1665 static struct { sqlite_int64 id; char path[PATH_MAX]; char mime[32]; char dlna[64]; } last_file = { 0 };

Completed in 496 milliseconds

12