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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
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;
650 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
875 h->req_contentlen = endbuf - chunkstart;
1083 h->req_contentlen = h->req_buflen - h->req_contentoff;
1114 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h43 int req_contentlen; member in struct:upnphttp
H A Dupnphttp.c143 h->req_contentlen = atoi(p);
544 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
701 h->req_contentlen = endbuf - chunkstart;
874 h->req_contentlen = h->req_buflen - h->req_contentoff;
898 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
H A Dupnpsoap.c871 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1045 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);
1284 ParseNameValue(h->req_buf + h->req_contentoff, h->req_contentlen, &data);

Completed in 113 milliseconds