Searched refs:req_contentlen (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnphttp.h86 int req_contentlen; member in struct:upnphttp
H A Dupnphttp.c164 h->req_contentlen = atoi(p);
165 if(h->req_contentlen < 0) {
166 DPRINTF(E_WARN, L_HTTP, "Invalid Content-Length %d", h->req_contentlen);
167 h->req_contentlen = 0;
652 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
877 h->req_contentlen = endbuf - chunkstart;
1087 h->req_contentlen = h->req_buflen - h->req_contentoff;
1118 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
H A Dupnpsoap.c197 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, XML_STORE_EMPTY_FL);
347 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, XML_STORE_EMPTY_FL);
1205 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
1693 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
1842 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
1924 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnphttp.h70 int req_contentlen; member in struct:upnphttp
H A Dupnpsoap.c325 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
489 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
615 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
690 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
784 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
861 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
967 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1102 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1159 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1212 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen,
[all...]
H A Dupnphttp.c228 h->req_contentlen = atoi(p);
229 if(h->req_contentlen < 0) {
230 syslog(LOG_WARNING, "ParseHttpHeaders() invalid Content-Length %d", h->req_contentlen);
231 h->req_contentlen = 0;
233 /*printf("*** Content-Lenght = %d ***\n", h->req_contentlen);
472 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
990 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnphttp.h86 int req_contentlen; member in struct:upnphttp
H A Dupnphttp.c164 h->req_contentlen = atoi(p);
165 if(h->req_contentlen < 0) {
166 DPRINTF(E_WARN, L_HTTP, "Invalid Content-Length %d", h->req_contentlen);
167 h->req_contentlen = 0;
652 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
877 h->req_contentlen = endbuf - chunkstart;
1087 h->req_contentlen = h->req_buflen - h->req_contentoff;
1118 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
H A Dupnpsoap.c197 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, XML_STORE_EMPTY_FL);
347 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, XML_STORE_EMPTY_FL);
1205 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
1693 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
1842 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
1924 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnphttp.h70 int req_contentlen; member in struct:upnphttp
H A Dupnpsoap.c325 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
489 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
615 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
690 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
784 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
861 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
967 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1102 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1159 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1212 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen,
[all...]
H A Dupnphttp.c228 h->req_contentlen = atoi(p);
229 if(h->req_contentlen < 0) {
230 syslog(LOG_WARNING, "ParseHttpHeaders() invalid Content-Length %d", h->req_contentlen);
231 h->req_contentlen = 0;
233 /*printf("*** Content-Lenght = %d ***\n", h->req_contentlen);
472 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
990 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnphttp.h86 int req_contentlen; member in struct:upnphttp
H A Dupnphttp.c164 h->req_contentlen = atoi(p);
165 if(h->req_contentlen < 0) {
166 DPRINTF(E_WARN, L_HTTP, "Invalid Content-Length %d", h->req_contentlen);
167 h->req_contentlen = 0;
652 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
877 h->req_contentlen = endbuf - chunkstart;
1087 h->req_contentlen = h->req_buflen - h->req_contentoff;
1118 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
H A Dupnpsoap.c197 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, XML_STORE_EMPTY_FL);
347 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, XML_STORE_EMPTY_FL);
1205 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
1693 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
1842 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
1924 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnphttp.h70 int req_contentlen; member in struct:upnphttp
H A Dupnpsoap.c325 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
489 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
615 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
690 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
784 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
861 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
967 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1102 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1159 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1212 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen,
[all...]
H A Dupnphttp.c228 h->req_contentlen = atoi(p);
229 if(h->req_contentlen < 0) {
230 syslog(LOG_WARNING, "ParseHttpHeaders() invalid Content-Length %d", h->req_contentlen);
231 h->req_contentlen = 0;
233 /*printf("*** Content-Lenght = %d ***\n", h->req_contentlen);
472 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
990 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)

Completed in 164 milliseconds