Searched refs:req_contentoff (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.h87 int req_contentoff; /* header length */ member in struct:upnphttp
H A Dupnphttp.c154 while(line < (h->req_buf + h->req_contentoff))
422 if( h->req_buflen <= h->req_contentoff )
650 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
858 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
1082 h->req_contentoff = endheaders - h->req_buf + 4;
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.h44 int req_contentoff; /* header length */ member in struct:upnphttp
H A Dupnphttp.c133 while(line < (h->req_buf + h->req_contentoff))
355 if( h->req_buflen <= h->req_contentoff )
544 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
686 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
873 h->req_contentoff = endheaders - h->req_buf + 4;
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 177 milliseconds