Lines Matching defs:chunked
144 * I/O functions for decoding chunked streams
150 int chunked; /* chunked mode */
225 if (io->chunked == 0) {
353 http_funopen(conn_t *conn, int chunked, int keep_alive, off_t clength)
363 io->chunked = chunked;
875 int chunked, direct, if_modified_since, need_auth, noredirect;
907 chunked = 0;
1125 chunked = (strcasecmp(p, "chunked") == 0);
1219 if (clength == -1 && !chunked)
1232 if ((f = http_funopen(conn, chunked, keep_alive, clength)) == NULL) {