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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
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;
847 if( h->req_chunklen == -1)
852 if( h->req_chunklen )
860 while( (h->req_chunklen = strtol(chunk, &endptr, 16)) && (endptr != chunk) )
870 memmove(endbuf, endptr, h->req_chunklen);
872 endbuf += h->req_chunklen;
873 chunk = endptr + h->req_chunklen;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h56 long int req_chunklen; member in struct:upnphttp
H A Dupnphttp.c354 h->req_chunklen = -1;
358 (h->req_chunklen = strtol(line, &endptr, 16)) &&
365 line = endptr+h->req_chunklen+2;
370 h->req_chunklen = -1;
680 if( h->req_chunklen )
688 while( (h->req_chunklen = strtol(chunk, &endptr, 16)) && (endptr != chunk) )
696 memmove(endbuf, endptr, h->req_chunklen);
698 endbuf += h->req_chunklen;
699 chunk = endptr + h->req_chunklen;

Completed in 114 milliseconds