Searched refs:http_set_socket_read_timeout (Results 1 – 6 of 6) sorted by relevance
106 int http_set_socket_read_timeout(http_handle_t, uint_t);
552 (void) http_set_socket_read_timeout(handle, BOOTLOG_HTTP_TIMEOUT); in setup_con()
428 http_set_socket_read_timeout(http_handle_t handle, uint_t timout) in http_set_socket_read_timeout() function
77 http_set_socket_read_timeout;
731 (void) http_set_socket_read_timeout(*handlep, SOCKET_READ_TIMEOUT); in establish_http_connection()
1680 if (http_set_socket_read_timeout(ps->hps, ps->timeout) != 0) { in web_setup()