Searched refs:FLAG_TIMESEEK (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.h123 #define FLAG_TIMESEEK 0x00000200 macro
H A Dupnphttp.c349 h->reqflags |= FLAG_TIMESEEK;
895 else if( (h->reqflags & (FLAG_TIMESEEK|FLAG_PLAYSPEED)) &&
899 h->reqflags&FLAG_TIMESEEK ? "TimeSeek" : "PlaySpeed");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h77 #define FLAG_TIMESEEK 0x00000200 macro
H A Dupnphttp.c313 h->reqflags |= FLAG_TIMESEEK;
721 else if( ((h->reqflags & FLAG_TIMESEEK) || (h->reqflags & FLAG_PLAYSPEED)) &&
725 h->reqflags&FLAG_TIMESEEK ? "TimeSeek" : "PlaySpeed");

Completed in 114 milliseconds