Home
last modified time | relevance | path

Searched refs:recvbuf (Results 1 – 8 of 8) sorted by relevance

/unit/src/
H A Dnxt_conn.c15 .recvbuf = nxt_conn_io_recvbuf,
H A Dnxt_conn_read.c69 n = c->io->recvbuf(c, c->read); in nxt_conn_io_read()
H A Dnxt_conn.h54 ssize_t (*recvbuf)(nxt_conn_t *c, nxt_buf_t *b); member
H A Dnxt_h1proto_websocket.c481 n = c->io->recvbuf(c, b); in nxt_h1p_ws_io_read_handler()
H A Dnxt_kqueue_engine.c118 .recvbuf = nxt_kqueue_conn_io_recvbuf,
H A Dnxt_epoll_engine.c104 .recvbuf = nxt_epoll_edge_conn_io_recvbuf,
H A Dnxt_h1proto.c429 n = c->io->recvbuf(c, b); in nxt_h1p_idle_io_read_handler()
2486 n = c->io->recvbuf(c, b); in nxt_h1p_peer_io_read_handler()
H A Dnxt_openssl.c119 .recvbuf = nxt_openssl_conn_io_recvbuf,