Home
last modified time | relevance | path

Searched refs:iovcnt (Results 1 – 3 of 3) sorted by path

/unit/src/
H A Dnxt_gnutls.c43 const giovec_t *iov, int iovcnt);
399 int iovcnt) in nxt_gnutls_vec_push() argument
412 n = thr->engine->event->io->writev(c, (nxt_iobuf_t *) iov, iovcnt); in nxt_gnutls_vec_push()
H A Dnxt_unit.c3332 uint8_t last, const struct iovec *iov, int iovcnt) in nxt_unit_websocket_sendv() argument
3345 for (i = 0; i < iovcnt; i++) { in nxt_unit_websocket_sendv()
3372 for (i = 0; i < iovcnt; i++) { in nxt_unit_websocket_sendv()
H A Dnxt_unit.h326 uint8_t last, const struct iovec *iov, int iovcnt);