Home
last modified time | relevance | path

Searched refs:FLAG_TIMESEEK (Results 1 – 2 of 2) sorted by relevance

/dports/net/minidlna/minidlna-4f6a473/
H A Dupnphttp.h123 #define FLAG_TIMESEEK 0x00000200 macro
H A Dupnphttp.c354 h->reqflags |= FLAG_TIMESEEK; in ParseHttpHeaders()
926 else if( (h->reqflags & (FLAG_TIMESEEK|FLAG_PLAYSPEED)) && in ProcessHttpQuery_upnphttp()
930 h->reqflags&FLAG_TIMESEEK ? "TimeSeek" : "PlaySpeed"); in ProcessHttpQuery_upnphttp()