Lines Matching defs:http

162 static int http_rx_linebuf ( struct http_transaction *http,  in http_rx_linebuf()
262 struct http_transaction *http = in http_free() local
277 static void http_close ( struct http_transaction *http, int rc ) { in http_close()
296 static void http_close_error ( struct http_transaction *http, int rc ) { in http_close_error()
307 static void http_reopen ( struct http_transaction *http ) { in http_reopen()
339 struct http_transaction *http = in http_expired() local
351 static void http_step ( struct http_transaction *http ) { in http_step()
389 static int http_conn_deliver ( struct http_transaction *http, in http_conn_deliver()
428 static void http_conn_close ( struct http_transaction *http, int rc ) { in http_conn_close()
448 static int http_content_deliver ( struct http_transaction *http, in http_content_deliver()
478 http_content_buffer ( struct http_transaction *http ) { in http_content_buffer()
589 struct http_transaction *http; in http_open() local
681 static int http_redirect ( struct http_transaction *http, in http_redirect()
725 static int http_transfer_complete ( struct http_transaction *http ) { in http_transfer_complete()
816 static int http_format_headers ( struct http_transaction *http, char *buf, in http_format_headers()
871 static int http_format_host ( struct http_transaction *http, char *buf, in http_format_host()
934 static int http_format_range ( struct http_transaction *http, in http_format_range()
962 static int http_format_content_type ( struct http_transaction *http, in http_format_content_type()
987 static int http_format_content_length ( struct http_transaction *http, in http_format_content_length()
1012 static int http_format_accept_encoding ( struct http_transaction *http, in http_format_accept_encoding()
1042 static int http_tx_request ( struct http_transaction *http ) { in http_tx_request()
1115 static int http_parse_status ( struct http_transaction *http, char *line ) { in http_parse_status()
1191 static int http_parse_header ( struct http_transaction *http, char *line ) { in http_parse_header()
1227 static int http_parse_headers ( struct http_transaction *http ) { in http_parse_headers()
1265 static int http_parse_location ( struct http_transaction *http, char *line ) { in http_parse_location()
1285 static int http_parse_transfer_encoding ( struct http_transaction *http, in http_parse_transfer_encoding()
1316 static int http_parse_connection ( struct http_transaction *http, char *line ) { in http_parse_connection()
1343 static int http_parse_content_length ( struct http_transaction *http, in http_parse_content_length()
1375 static int http_parse_content_encoding ( struct http_transaction *http, in http_parse_content_encoding()
1416 static int http_parse_retry_after ( struct http_transaction *http, in http_parse_retry_after()
1452 static int http_rx_headers ( struct http_transaction *http, in http_rx_headers()
1531 static int http_init_transfer_identity ( struct http_transaction *http ) { in http_init_transfer_identity()
1550 static int http_rx_transfer_identity ( struct http_transaction *http, in http_rx_transfer_identity()
1589 static void http_close_transfer_identity ( struct http_transaction *http, in http_close_transfer_identity()
1639 static int http_init_transfer_chunked ( struct http_transaction *http ) { in http_init_transfer_chunked()
1655 static int http_rx_chunk_len ( struct http_transaction *http, in http_rx_chunk_len()
1701 static int http_rx_chunk_data ( struct http_transaction *http, in http_rx_chunk_data()
1766 static int http_rx_transfer_chunked ( struct http_transaction *http, in http_rx_transfer_chunked()
1801 static int http_rx_trailers ( struct http_transaction *http, in http_rx_trailers()