Searched refs:req_Timeout (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.h96 int req_Timeout; member in struct:upnphttp
H A Dupnphttp.c246 h->req_Timeout = atoi(p+7);
732 h->req_CallbackLen, h->req_Callback, h->req_Timeout);
743 h->req_CallbackLen, h->req_Timeout);
757 if (renewSubscription(h->req_SID, h->req_SIDLen, h->req_Timeout) < 0)
769 h->req_Timeout = 300;
1168 if(h->req_Timeout) {
1169 strcatf(&res, "%d\r\n", h->req_Timeout);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h51 int req_Timeout; member in struct:upnphttp
H A Dupnphttp.c210 h->req_Timeout = atoi(p+7);
579 h->req_CallbackLen, h->req_Callback, h->req_Timeout);
595 h->req_CallbackLen, h->req_Timeout);
610 if(renewSubscription(h->req_SID, h->req_SIDLen, h->req_Timeout) < 0) {
615 h->req_Timeout = 300;
961 if(h->req_Timeout) {
964 "%d\r\n", h->req_Timeout);

Completed in 164 milliseconds