Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_conn_proxy.c162 p->client_buffer = b; in nxt_conn_proxy_client_buffer_alloc()
265 if (p->client_buffer != NULL) { in nxt_conn_proxy_connected()
885 b = (source == p->client) ? p->client_buffer : p->peer_buffer; in nxt_conn_proxy_shutdown()
982 nxt_mp_free(p->client->mem_pool, p->client_buffer); in nxt_conn_proxy_completion()
H A Dnxt_conn.h329 nxt_buf_t *client_buffer; member