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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnphttp.h123 #define FLAG_TIMESEEK 0x00000200 macro
H A Dupnphttp.c349 h->reqflags |= FLAG_TIMESEEK;
897 else if( (h->reqflags & (FLAG_TIMESEEK|FLAG_PLAYSPEED)) &&
901 h->reqflags&FLAG_TIMESEEK ? "TimeSeek" : "PlaySpeed");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnphttp.h123 #define FLAG_TIMESEEK 0x00000200 macro
H A Dupnphttp.c349 h->reqflags |= FLAG_TIMESEEK;
897 else if( (h->reqflags & (FLAG_TIMESEEK|FLAG_PLAYSPEED)) &&
901 h->reqflags&FLAG_TIMESEEK ? "TimeSeek" : "PlaySpeed");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnphttp.h123 #define FLAG_TIMESEEK 0x00000200 macro
H A Dupnphttp.c349 h->reqflags |= FLAG_TIMESEEK;
897 else if( (h->reqflags & (FLAG_TIMESEEK|FLAG_PLAYSPEED)) &&
901 h->reqflags&FLAG_TIMESEEK ? "TimeSeek" : "PlaySpeed");

Completed in 80 milliseconds