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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
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 )
652 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
860 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
1086 h->req_contentoff = endheaders - h->req_buf + 4;
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.h71 int req_contentoff; /* header length */ 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,
[all...]
H A Dupnphttp.c206 if((h->req_buf == NULL) || (h->req_contentoff <= 0))
209 while(line < (h->req_buf + h->req_contentoff))
235 h->req_buflen, h->req_contentoff);*/
472 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
931 h->req_contentoff = endheaders - h->req_buf + 4;
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.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 )
652 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
860 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
1086 h->req_contentoff = endheaders - h->req_buf + 4;
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.h71 int req_contentoff; /* header length */ 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,
[all...]
H A Dupnphttp.c206 if((h->req_buf == NULL) || (h->req_contentoff <= 0))
209 while(line < (h->req_buf + h->req_contentoff))
235 h->req_buflen, h->req_contentoff);*/
472 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
931 h->req_contentoff = endheaders - h->req_buf + 4;
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.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 )
652 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
860 chunk = endbuf = chunkstart = h->req_buf + h->req_contentoff;
1086 h->req_contentoff = endheaders - h->req_buf + 4;
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.h71 int req_contentoff; /* header length */ 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,
[all...]
H A Dupnphttp.c206 if((h->req_buf == NULL) || (h->req_contentoff <= 0))
209 while(line < (h->req_buf + h->req_contentoff))
235 h->req_buflen, h->req_contentoff);*/
472 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)
931 h->req_contentoff = endheaders - h->req_buf + 4;
990 if((h->req_buflen - h->req_contentoff) >= h->req_contentlen)

Completed in 705 milliseconds