Searched refs:chunked (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dhttp.c73 int chunked = 0, len = 0; local
160 if (!strncasecmp(s, "chunked", 7))
161 chunked = 1;
165 if (chunked && fgets(line, sizeof(line), fp))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c37 static bool chunked; /* chunked transfer encoding */ variable
118 "content-length\0""transfer-encoding\0""chunked\0""location\0";
248 got_clen = chunked = 0;
340 chunked = got_clen = 1;
445 if (chunked) {
461 if (content_len < sizeof(buf) && (chunked || got_clen))
477 if (chunked) {
482 chunked = 0; /* all done! */
489 } while (chunked);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Drtspd.c317 bool chunked = FALSE; local
602 else if(curlx_strnequal("Transfer-Encoding: chunked", line,
603 strlen("Transfer-Encoding: chunked"))) {
604 /* chunked data coming in */
605 chunked = TRUE;
608 if(chunked) {
H A Dsws.c309 bool chunked = FALSE; local
595 else if(curlx_strnequal("Transfer-Encoding: chunked", line,
596 strlen("Transfer-Encoding: chunked"))) {
597 /* chunked data coming in */
598 chunked = TRUE;
601 if(chunked) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnphttp.c459 if(strncasecmp(p, "chunked", 7)==0)
1681 int rows=0, chunked, ret; local
1835 chunked = 0;
1840 chunked = 1;
1841 strcatf(&str, "Transfer-Encoding: chunked\r\n\r\n");
1844 if( !chunked )
1861 if( chunked )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnphttp.c298 if(strncasecmp(p, "chunked", 7)==0)
1384 int rows=0, chunked=0, ret; local
1522 chunked = 1;
1523 strcat(header, "Transfer-Encoding: chunked\r\n\r\n");
1526 if( !chunked )
1543 if( chunked )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnphttp.c299 if(strncasecmp(p, "chunked", 7)==0)
1439 int rows=0, chunked=0, ret; local
1595 chunked = 1;
1596 strcat(header, "Transfer-Encoding: chunked\r\n\r\n");
1599 if( !chunked )
1617 if( chunked )

Completed in 183 milliseconds