Home
last modified time | relevance | path

Searched defs:rpb (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/rio/
H A Dpoll_builder.c34 void ossl_rio_poll_builder_cleanup(RIO_POLL_BUILDER *rpb) in ossl_rio_poll_builder_cleanup()
45 static int rpb_ensure_alloc(RIO_POLL_BUILDER *rpb, size_t alloc) in rpb_ensure_alloc()
72 int ossl_rio_poll_builder_add_fd(RIO_POLL_BUILDER *rpb, int fd, in ossl_rio_poll_builder_add_fd()
139 int ossl_rio_poll_builder_poll(RIO_POLL_BUILDER *rpb, OSSL_TIME deadline) in ossl_rio_poll_builder_poll()
H A Dpoll_immediate.c54 RIO_POLL_BUILDER *rpb, in poll_translate_ssl_quic()
202 RIO_POLL_BUILDER *rpb, in poll_translate()
288 RIO_POLL_BUILDER rpb; in poll_block() local