Home
last modified time | relevance | path

Searched refs:read_headerlines (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/net/wanboot/
H A Dboot_http.c175 static int read_headerlines(http_conn_t *, boolean_t);
1006 if ((i = read_headerlines(c_id, B_FALSE)) < 0) { in http_process_headers()
1183 if (read_headerlines(c_id, B_TRUE) < 0) { in http_process_part_headers()
2291 read_headerlines(http_conn_t *c_id, boolean_t bread) in read_headerlines() function