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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnphttp.h88 enum httpCommands req_command; member in struct:upnphttp
H A Dupnphttp.c997 h->req_command = EPost;
1019 h->req_command = EGet;
1023 h->req_command = EHead;
1124 h->req_command = ESubscribe;
1129 h->req_command = EUnSubscribe;
1299 if( h->req_command == EHead )
1462 if( h->req_command != EHead )
1524 if( h->req_command != EHead )
1576 if( h->req_command != EHead )
1649 if( h->req_command !
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnphttp.h45 enum httpCommands req_command; member in struct:upnphttp
H A Dupnphttp.c710 h->req_command = EPost;
733 h->req_command = EGet;
737 h->req_command = EHead;
824 h->req_command = ESubscribe;
829 h->req_command = EUnSubscribe;
1007 if( h->req_command == EHead )
1195 if( (send_data(h, header, ret, MSG_MORE) == 0) && (h->req_command != EHead) )
1272 if( (send_data(h, header, strlen(header), MSG_MORE) == 0) && (h->req_command != EHead) && (sendfh > 0) )
1330 if( (send_data(h, header, ret, MSG_MORE) == 0) && (h->req_command != EHead) && (sendfh > 0) )
1410 if( (send_data(h, header, strlen(header), MSG_MORE) == 0) && (h->req_command !
[all...]

Completed in 100 milliseconds