Lines Matching refs:err_t
156 static err_t
175 err_t r; in httpc_free_state()
191 static err_t
192 httpc_close(httpc_state_t* req, httpc_result_t result, u32_t server_response, err_t err) in httpc_close()
206 static err_t
247 static err_t
279 static err_t
280 httpc_tcp_recv(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t r) in httpc_tcp_recv()
308 …err_t err = http_parse_response_status(req->rx_hdrs, &req->rx_http_version, &req->rx_status, &stat… in httpc_tcp_recv()
316 err_t err = http_wait_headers(req->rx_hdrs, &req->hdr_content_len, &total_header_len); in httpc_tcp_recv()
353 httpc_tcp_err(void *arg, err_t err) in httpc_tcp_err()
364 static err_t
382 static err_t
393 static err_t
394 httpc_tcp_connected(void *arg, struct altcp_pcb *pcb, err_t err) in httpc_tcp_connected()
396 err_t r; in httpc_tcp_connected()
416 static err_t
419 err_t err; in httpc_get_internal_addr()
443 err_t err; in httpc_dns_found()
465 static err_t
468 err_t err; in httpc_get_internal_dns()
506 static err_t
593 static err_t
604 static err_t
631 err_t
635 err_t err; in httpc_get_file()
676 err_t
680 err_t err; in httpc_get_file_dns()
719 u32_t srv_res, err_t err);
722 static err_t
774 u32_t srv_res, err_t err) in httpc_fs_result()
787 static err_t
788 httpc_fs_tcp_recv(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t err) in httpc_fs_tcp_recv()
817 err_t
821 err_t err; in httpc_get_file_to_disk()
869 err_t
873 err_t err; in httpc_get_file_dns_to_disk()