Lines Matching defs:chunked
114 * I/O functions for decoding chunked streams
120 int chunked; /* chunked mode */
206 if (io->chunked == 0) {
313 _http_funopen(conn_t *conn, int chunked)
323 io->chunked = chunked;
808 int chunked, direct, need_auth, noredirect, verbose;
837 chunked = 0;
1046 chunked = (strcasecmp(p, "chunked") == 0);
1145 if ((f = _http_funopen(conn, chunked)) == NULL) {