Searched refs:chunked (Results 1 – 18 of 18) sorted by relevance
2 http://example.com/chunked.txt9 PUT /chunked.txt HTTP/1.114 Transfer-Encoding: chunked23 Location: http://example.com/chunked.txt
2 http://example.com/chunked.txt11 PUT /chunked.txt HTTP/1.116 Transfer-Encoding: chunked25 Location: http://example.com/chunked.txt
2 http://example.com/chunked.html6 transfer-encoding: chunked16 GET /chunked.html HTTP/1.123 Transfer-Encoding: chunked
2 http://example.com/chunked.html6 GET /chunked.html HTTP/1.115 Transfer-Encoding: chunked
2 http://example.com/chunked.html6 GET /chunked.html HTTP/1.116 Transfer-Encoding: chunked
2 http://example.com/chunked.html6 GET /chunked.html HTTP/1.1
13 Transfer-Encoding: chunked
118 $h->{chunked} = 1;186 if ($h->{chunked}) {197 if ($h->{chunked}) {
393 clt->clt_fcgi.chunked = 1; in server_fcgi()396 clt->clt_fcgi.chunked = 0; in server_fcgi()507 if (desc->http_method != HTTP_METHOD_HEAD && clt->clt_fcgi.chunked && in server_fcgi_error()669 clt->clt_fcgi.chunked = 0; in server_fcgi_header()683 if (clt->clt_fcgi.chunked) { in server_fcgi_header()687 clt->clt_fcgi.chunked = 0; in server_fcgi_header()798 if (clt->clt_fcgi.chunked) { in server_fcgi_writechunk()
291 int chunked; member
190 my $chunked = 0;217 $chunked = 1;230 } elsif ($chunked) {
138 int chunked; member804 if (!conn->chunked) { in http_inflate_advance()817 if (conn->chunked && conn->iosz == 0) in http_inflate_advance()908 assert(conn->chunked == 0); in http_done()1432 conn->chunked = 1; in http_parse_header()1617 if (conn->chunked) in http_read()1646 if (conn->chunked) in http_read()1700 conn->chunked = 0; in http_read()1897 if (!conn->chunked && conn->iosz == 0) in data_write()1902 if (conn->chunked && conn->iosz == 0) in data_write()
250 my $chunked = 0;275 $chunked = 1;280 if ($chunked) {
345 int chunked = 0; in url_get() local978 chunked = 1; in url_get()994 if (chunked) in url_get()1056 if (chunked) { in url_get()
872 process_one_header(char* buf, size_t* clen, int* chunked) in process_one_header() argument882 if(!*chunked) in process_one_header()886 *chunked = 1; in process_one_header()943 int chunked = 0; in read_http_headers() local948 if(!process_one_header(buf, clen, &chunked)) in read_http_headers()
1423 my $chunked = grep { /chunked/i } ( ref $te eq 'ARRAY' ? @$te : $te ) ;1424 return $chunked