Searched refs:http_funopen (Results 1 – 1 of 1) sorted by relevance
347 http_funopen(conn_t *conn, int chunked, int keep_alive, off_t clength) in http_funopen() function1181 if ((f = http_funopen(conn, chunked, keep_alive, clength)) == NULL) { in http_request()