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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnphttp.h101 long int req_chunklen; member in struct:upnphttp
H A Dupnphttp.c421 h->req_chunklen = -1;
425 (h->req_chunklen = strtol(line, &endptr, 16)) &&
433 line = endptr+h->req_chunklen+2;
438 h->req_chunklen = -1;
849 if( h->req_chunklen == -1)
854 if( h->req_chunklen )
862 while( (h->req_chunklen = strtol(chunk, &endptr, 16)) && (endptr != chunk) )
872 memmove(endbuf, endptr, h->req_chunklen);
874 endbuf += h->req_chunklen;
875 chunk = endptr + h->req_chunklen;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnphttp.h101 long int req_chunklen; member in struct:upnphttp
H A Dupnphttp.c421 h->req_chunklen = -1;
425 (h->req_chunklen = strtol(line, &endptr, 16)) &&
433 line = endptr+h->req_chunklen+2;
438 h->req_chunklen = -1;
849 if( h->req_chunklen == -1)
854 if( h->req_chunklen )
862 while( (h->req_chunklen = strtol(chunk, &endptr, 16)) && (endptr != chunk) )
872 memmove(endbuf, endptr, h->req_chunklen);
874 endbuf += h->req_chunklen;
875 chunk = endptr + h->req_chunklen;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnphttp.h101 long int req_chunklen; member in struct:upnphttp
H A Dupnphttp.c421 h->req_chunklen = -1;
425 (h->req_chunklen = strtol(line, &endptr, 16)) &&
433 line = endptr+h->req_chunklen+2;
438 h->req_chunklen = -1;
849 if( h->req_chunklen == -1)
854 if( h->req_chunklen )
862 while( (h->req_chunklen = strtol(chunk, &endptr, 16)) && (endptr != chunk) )
872 memmove(endbuf, endptr, h->req_chunklen);
874 endbuf += h->req_chunklen;
875 chunk = endptr + h->req_chunklen;
[all...]

Completed in 140 milliseconds