Home
last modified time | relevance | path

Searched refs:pump (Results 1 – 4 of 4) sorted by relevance

/openssl/doc/designs/ddd/
H A Dddd-02-conn-nonblocking.c271 void pump(APP_CONN *conn) in pump() function
385 pump(conn); in main()
429 pump(conn); in main()
H A Dddd-04-fd-nonblocking.c238 void pump(APP_CONN *conn) in pump() function
400 pump(conn); in main()
444 pump(conn); in main()
H A Dddd-05-mem-nonblocking.c297 static int pump(APP_CONN *conn, int fd, int events, int timeout) function
428 if (pump(conn, fd, get_conn_pending_tx(conn), timeout) != 1) {
443 if (pump(conn, fd, get_conn_pending_rx(conn), timeout) != 1) {
H A DREPORT.md84 timeouts related to QUIC (`get_conn_pump_timeout`) and to pump
85 the QUIC event loop (`pump`).
88 timeouts and calling `pump` as needed, based on deadlines reported
210 timeouts related to QUIC (`get_conn_pump_timeout`) and to pump
211 the QUIC event loop (`pump`).
214 timeouts and calling `pump` as needed, based on deadlines reported

Completed in 12 milliseconds