Home
last modified time | relevance | path

Searched refs:req_SIDLen (Results 1 – 10 of 10) sorted by relevance

/dports/net/minidlna/minidlna-4f6a473/
H A Dupnphttp.h98 int req_SIDLen; member
H A Dupnphttp.c224 h->req_SIDLen = n; in ParseHttpHeaders()
770 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID); in ProcessHTTPSubscribe_upnphttp()
787 h->req_SIDLen = strlen(sid); in ProcessHTTPSubscribe_upnphttp()
794 if (renewSubscription(h->req_SID, h->req_SIDLen, h->req_Timeout) < 0) in ProcessHTTPSubscribe_upnphttp()
820 DPRINTF(E_DEBUG, L_HTTP, "SID '%.*s'\n", h->req_SIDLen, h->req_SID); in ProcessHTTPUnSubscribe_upnphttp()
825 if(upnpevents_removeSubscriber(h->req_SID, h->req_SIDLen) < 0) in ProcessHTTPUnSubscribe_upnphttp()
1205 strcatf(&res, "SID: %.*s\r\n", h->req_SIDLen, h->req_SID); in BuildHeader_upnphttp()
/dports/net/miniupnpd/miniupnpd-2.1.20200510/
H A Dupnphttp.c340 h->req_SIDLen = n; in ParseHttpHeaders()
628 syslog(LOG_DEBUG, "SID '%.*s'", h->req_SIDLen, h->req_buf + h->req_SIDOff); in ProcessHTTPSubscribe_upnphttp()
700 h->req_SIDLen, h->req_Timeout); in ProcessHTTPSubscribe_upnphttp()
720 syslog(LOG_DEBUG, "SID '%.*s'", h->req_SIDLen, h->req_buf + h->req_SIDOff); in ProcessHTTPUnSubscribe_upnphttp()
723 if(h->req_SIDOff <= 0 || h->req_SIDLen == 0) { in ProcessHTTPUnSubscribe_upnphttp()
731 if(upnpevents_removeSubscriber(h->req_buf + h->req_SIDOff, h->req_SIDLen) < 0) { in ProcessHTTPUnSubscribe_upnphttp()
H A Dupnphttp.h78 int req_SIDLen; member
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dupnphttp.c340 h->req_SIDLen = n; in ParseHttpHeaders()
628 syslog(LOG_DEBUG, "SID '%.*s'", h->req_SIDLen, h->req_buf + h->req_SIDOff); in ProcessHTTPSubscribe_upnphttp()
700 h->req_SIDLen, h->req_Timeout); in ProcessHTTPSubscribe_upnphttp()
720 syslog(LOG_DEBUG, "SID '%.*s'", h->req_SIDLen, h->req_buf + h->req_SIDOff); in ProcessHTTPUnSubscribe_upnphttp()
723 if(h->req_SIDOff <= 0 || h->req_SIDLen == 0) { in ProcessHTTPUnSubscribe_upnphttp()
731 if(upnpevents_removeSubscriber(h->req_buf + h->req_SIDOff, h->req_SIDLen) < 0) { in ProcessHTTPUnSubscribe_upnphttp()
H A Dupnphttp.h78 int req_SIDLen; member
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dupnphttp.c340 h->req_SIDLen = n; in ParseHttpHeaders()
628 syslog(LOG_DEBUG, "SID '%.*s'", h->req_SIDLen, h->req_buf + h->req_SIDOff); in ProcessHTTPSubscribe_upnphttp()
700 h->req_SIDLen, h->req_Timeout); in ProcessHTTPSubscribe_upnphttp()
720 syslog(LOG_DEBUG, "SID '%.*s'", h->req_SIDLen, h->req_buf + h->req_SIDOff); in ProcessHTTPUnSubscribe_upnphttp()
723 if(h->req_SIDOff <= 0 || h->req_SIDLen == 0) { in ProcessHTTPUnSubscribe_upnphttp()
731 if(upnpevents_removeSubscriber(h->req_buf + h->req_SIDOff, h->req_SIDLen) < 0) { in ProcessHTTPUnSubscribe_upnphttp()
H A Dupnphttp.h78 int req_SIDLen; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dupnphttp.c340 h->req_SIDLen = n; in ParseHttpHeaders()
628 syslog(LOG_DEBUG, "SID '%.*s'", h->req_SIDLen, h->req_buf + h->req_SIDOff); in ProcessHTTPSubscribe_upnphttp()
700 h->req_SIDLen, h->req_Timeout); in ProcessHTTPSubscribe_upnphttp()
720 syslog(LOG_DEBUG, "SID '%.*s'", h->req_SIDLen, h->req_buf + h->req_SIDOff); in ProcessHTTPUnSubscribe_upnphttp()
723 if(h->req_SIDOff <= 0 || h->req_SIDLen == 0) { in ProcessHTTPUnSubscribe_upnphttp()
731 if(upnpevents_removeSubscriber(h->req_buf + h->req_SIDOff, h->req_SIDLen) < 0) { in ProcessHTTPUnSubscribe_upnphttp()
H A Dupnphttp.h78 int req_SIDLen; member