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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/include/event2/
H A Dhttp_struct.h108 unsigned chunked:1, /* a chunked request */ member in struct:evhttp_request
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/include/event2/
H A Dhttp_struct.h108 unsigned chunked:1, /* a chunked request */ member in struct:evhttp_request
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/include/event2/
H A Dhttp_struct.h108 unsigned chunked:1, /* a chunked request */ member in struct:evhttp_request
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/wps/
H A Dhttpread.c26 * -- transfer encoding other than chunked
38 * HTTP/1.1, especially chunked data.
88 int chunked; /* nonzero for chunked data */ member in struct:httpread
98 /* The following apply if data is chunked: */
102 int in_trailer; /* in header fields after data (chunked only)*/
216 * other than chunked...
219 h->chunked = 1;
348 /* chunked overrides content-length always */
349 if (h->chunked)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/wps/
H A Dhttpread.c26 * -- transfer encoding other than chunked
38 * HTTP/1.1, especially chunked data.
88 int chunked; /* nonzero for chunked data */ member in struct:httpread
98 /* The following apply if data is chunked: */
102 int in_trailer; /* in header fields after data (chunked only)*/
216 * other than chunked...
219 h->chunked = 1;
348 /* chunked overrides content-length always */
349 if (h->chunked)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/wps/
H A Dhttpread.c26 * -- transfer encoding other than chunked
38 * HTTP/1.1, especially chunked data.
88 int chunked; /* nonzero for chunked data */ member in struct:httpread
98 /* The following apply if data is chunked: */
102 int in_trailer; /* in header fields after data (chunked only)*/
216 * other than chunked...
219 h->chunked = 1;
348 /* chunked overrides content-length always */
349 if (h->chunked)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dhttp.c82 int chunked = 0, len = 0; local
164 if (!strncasecmp(s, "chunked", 7))
165 chunked = 1;
169 if (chunked && fgets(line, sizeof(line), fp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dhttp.c82 int chunked = 0, len = 0; local
164 if (!strncasecmp(s, "chunked", 7))
165 chunked = 1;
169 if (chunked && fgets(line, sizeof(line), fp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/
H A Dhttp.c82 int chunked = 0, len = 0; local
164 if (!strncasecmp(s, "chunked", 7))
165 chunked = 1;
169 if (chunked && fgets(line, sizeof(line), fp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Dcompress.c107 int chunked, int expect_fail)
134 sfargs.chunks = chunked;
179 static int fetch(const char *realfn, const char *gzipfn, int chunked) argument
181 return do_fetch(realfn, gzipfn, chunked, 0);
106 do_fetch(const char *realfn, const char *gzipfn, int chunked, int expect_fail) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Dcompress.c107 int chunked, int expect_fail)
134 sfargs.chunks = chunked;
179 static int fetch(const char *realfn, const char *gzipfn, int chunked) argument
181 return do_fetch(realfn, gzipfn, chunked, 0);
106 do_fetch(const char *realfn, const char *gzipfn, int chunked, int expect_fail) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Dcompress.c107 int chunked, int expect_fail)
134 sfargs.chunks = chunked;
179 static int fetch(const char *realfn, const char *gzipfn, int chunked) argument
181 return do_fetch(realfn, gzipfn, chunked, 0);
106 do_fetch(const char *realfn, const char *gzipfn, int chunked, int expect_fail) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dwget.c74 smallint chunked; /* chunked transfer encoding */ member in struct:globals
123 (G.chunked || !G.got_clen) ? 0 : G.beg_range + G.transferred + G.content_len
455 if (G.chunked)
458 /* Loops only if chunked */
544 if (!G.chunked)
558 G.chunked = 0; /* makes it show 100% even for chunked download */
646 G.chunked = 0;
890 if (strcmp(str_tolower(str), "chunked") !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dwget.c74 smallint chunked; /* chunked transfer encoding */ member in struct:globals
123 (G.chunked || !G.got_clen) ? 0 : G.beg_range + G.transferred + G.content_len
455 if (G.chunked)
458 /* Loops only if chunked */
544 if (!G.chunked)
558 G.chunked = 0; /* makes it show 100% even for chunked download */
646 G.chunked = 0;
890 if (strcmp(str_tolower(str), "chunked") !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dwget.c74 smallint chunked; /* chunked transfer encoding */ member in struct:globals
123 (G.chunked || !G.got_clen) ? 0 : G.beg_range + G.transferred + G.content_len
455 if (G.chunked)
458 /* Loops only if chunked */
544 if (!G.chunked)
558 G.chunked = 0; /* makes it show 100% even for chunked download */
646 G.chunked = 0;
890 if (strcmp(str_tolower(str), "chunked") !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiwget.c75 int chunked = 0; local
167 && 0==strncasecmp(header_buf+valuestart, "chunked", 7))
170 printf("chunked transfer-encoding!\n");
172 chunked = 1;
210 if(chunked)
280 /* not chunked */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiwget.c75 int chunked = 0; local
167 && 0==strncasecmp(header_buf+valuestart, "chunked", 7))
170 printf("chunked transfer-encoding!\n");
172 chunked = 1;
210 if(chunked)
280 /* not chunked */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dmtd_sflash.c213 int chunked = 0, len = 0; local
298 if (!strncasecmp(s, "chunked", 7))
299 chunked = 1;
303 if (chunked && fgets(line, sizeof(line), fp))
H A Dmtd.c520 int chunked = 0, len = 0; local
605 if (!strncasecmp(s, "chunked", 7))
606 chunked = 1;
610 if (chunked && fgets(line, sizeof(line), fp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dmtd_sflash.c213 int chunked = 0, len = 0; local
298 if (!strncasecmp(s, "chunked", 7))
299 chunked = 1;
303 if (chunked && fgets(line, sizeof(line), fp))
H A Dmtd.c520 int chunked = 0, len = 0; local
605 if (!strncasecmp(s, "chunked", 7))
606 chunked = 1;
610 if (chunked && fgets(line, sizeof(line), fp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dmtd_sflash.c213 int chunked = 0, len = 0; local
298 if (!strncasecmp(s, "chunked", 7))
299 chunked = 1;
303 if (chunked && fgets(line, sizeof(line), fp))
H A Dmtd.c520 int chunked = 0, len = 0; local
605 if (!strncasecmp(s, "chunked", 7))
606 chunked = 1;
610 if (chunked && fgets(line, sizeof(line), fp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiwget.c75 int chunked = 0; local
167 && 0==strncasecmp(header_buf+valuestart, "chunked", 7))
170 printf("chunked transfer-encoding!\n");
172 chunked = 1;
210 if(chunked)
280 /* not chunked */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/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) {

Completed in 271 milliseconds

12