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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnphttp.h97 const char * req_SID; /* For UNSUBSCRIBE */ member in struct:upnphttp
H A Dupnphttp.c218 h->req_SID = p;
688 if (h->req_SID || !h->req_NT)
706 else if (h->req_SID)
735 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
751 h->req_SID = sid;
759 if (renewSubscription(h->req_SID, h->req_SIDLen, h->req_Timeout) < 0)
785 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
790 if(upnpevents_removeSubscriber(h->req_SID, h->req_SIDLen) < 0)
1179 strcatf(&res, "SID: %.*s\r\n", h->req_SIDLen, h->req_SID);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnphttp.h97 const char * req_SID; /* For UNSUBSCRIBE */ member in struct:upnphttp
H A Dupnphttp.c218 h->req_SID = p;
688 if (h->req_SID || !h->req_NT)
706 else if (h->req_SID)
735 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
751 h->req_SID = sid;
759 if (renewSubscription(h->req_SID, h->req_SIDLen, h->req_Timeout) < 0)
785 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
790 if(upnpevents_removeSubscriber(h->req_SID, h->req_SIDLen) < 0)
1179 strcatf(&res, "SID: %.*s\r\n", h->req_SIDLen, h->req_SID);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnphttp.h97 const char * req_SID; /* For UNSUBSCRIBE */ member in struct:upnphttp
H A Dupnphttp.c218 h->req_SID = p;
688 if (h->req_SID || !h->req_NT)
706 else if (h->req_SID)
735 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
751 h->req_SID = sid;
759 if (renewSubscription(h->req_SID, h->req_SIDLen, h->req_Timeout) < 0)
785 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
790 if(upnpevents_removeSubscriber(h->req_SID, h->req_SIDLen) < 0)
1179 strcatf(&res, "SID: %.*s\r\n", h->req_SIDLen, h->req_SID);

Completed in 86 milliseconds