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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h52 const char * req_SID; /* For UNSUBSCRIBE */ member in struct:upnphttp
H A Dupnphttp.c193 h->req_SID = p;
580 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
581 if(!h->req_Callback && !h->req_SID) {
600 h->req_SID = sid;
610 if(renewSubscription(h->req_SID, h->req_SIDLen, h->req_Timeout) < 0) {
629 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
631 if(upnpevents_removeSubscriber(h->req_SID, h->req_SIDLen) < 0) {
975 "SID: %.*s\r\n", h->req_SIDLen, h->req_SID);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnphttp.h97 const char * req_SID; /* For UNSUBSCRIBE */ member in struct:upnphttp
H A Dupnphttp.c269 h->req_SID = p;
791 if (h->req_SID || !h->req_NT)
809 else if (h->req_SID)
838 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
839 if((!h->req_Callback && !h->req_SID) ||
848 else if(h->req_SID && strncmp(h->req_SID,"uuid",strlen("uuid")) && strncmp(h->req_SID,"12345",strlen("12345"))) {
869 h->req_SID = sid;
880 if((renewSubscription(h->req_SID,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnphttp.h52 const char * req_SID; /* For UNSUBSCRIBE */ member in struct:upnphttp
H A Dupnphttp.c193 h->req_SID = p;
581 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
582 if(!h->req_Callback && !h->req_SID) {
601 h->req_SID = sid;
611 if(renewSubscription(h->req_SID, h->req_SIDLen, h->req_Timeout) < 0) {
630 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID);
632 if(upnpevents_removeSubscriber(h->req_SID, h->req_SIDLen) < 0) {
976 "SID: %.*s\r\n", h->req_SIDLen, h->req_SID);

Completed in 180 milliseconds