Searched refs:req_command (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.h88 enum httpCommands req_command; member in struct:upnphttp
H A Dupnphttp.c883 h->req_command = EPost;
905 h->req_command = EGet;
909 h->req_command = EHead;
1018 h->req_command = ESubscribe;
1023 h->req_command = EUnSubscribe;
1198 if( h->req_command == EHead )
1382 if( h->req_command != EHead )
1436 if( h->req_command != EHead )
1482 if( h->req_command != EHead )
1547 if( h->req_command !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h45 enum httpCommands req_command; member in struct:upnphttp
H A Dupnphttp.c709 h->req_command = EPost;
732 h->req_command = EGet;
736 h->req_command = EHead;
823 h->req_command = ESubscribe;
828 h->req_command = EUnSubscribe;
1006 if( h->req_command == EHead )
1140 if( (send_data(h, header, strlen(header)) == 0) && (h->req_command != EHead) )
1217 if( (send_data(h, header, strlen(header)) == 0) && (h->req_command != EHead) && (sendfh > 0) )
1275 if( (send_data(h, header, strlen(header)) == 0) && (h->req_command != EHead) && (sendfh > 0) )
1355 if( (send_data(h, header, strlen(header)) == 0) && (h->req_command !
[all...]

Completed in 116 milliseconds