Lines Matching refs:ssize_t
236 static ssize_t proxy_nw_in_reader(void *reader_ctx, in proxy_nw_in_reader()
241 ssize_t nread; in proxy_nw_in_reader()
255 static ssize_t proxy_h2_nw_out_writer(void *writer_ctx, in proxy_h2_nw_out_writer()
260 ssize_t nwritten; in proxy_h2_nw_out_writer()
299 static ssize_t on_session_send(nghttp2_session *h2,
417 ssize_t nwritten; in proxy_h2_nw_out_flush()
450 ssize_t rv; in proxy_h2_process_pending_input()
482 ssize_t nread; in proxy_h2_progress_ingress()
543 static ssize_t on_session_send(nghttp2_session *h2, in on_session_send()
550 ssize_t nwritten; in on_session_send()
808 static ssize_t tunnel_send_callback(nghttp2_session *session, in tunnel_send_callback()
820 ssize_t nread; in tunnel_send_callback()
854 ssize_t nwritten; in tunnel_recv_callback()
1278 static ssize_t h2_handle_tunnel_close(struct Curl_cfilter *cf, in h2_handle_tunnel_close()
1283 ssize_t rv = 0; in h2_handle_tunnel_close()
1312 static ssize_t tunnel_recv(struct Curl_cfilter *cf, struct Curl_easy *data, in tunnel_recv()
1316 ssize_t nread = -1; in tunnel_recv()
1350 static ssize_t cf_h2_proxy_recv(struct Curl_cfilter *cf, in cf_h2_proxy_recv()
1355 ssize_t nread = -1; in cf_h2_proxy_recv()
1398 static ssize_t cf_h2_proxy_send(struct Curl_cfilter *cf, in cf_h2_proxy_send()
1406 ssize_t nwritten; in cf_h2_proxy_send()
1534 ssize_t nread = -1; in proxy_h2_connisalive()