HomeSort by: relevance | last modified time | path
    Searched refs:pump (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/doc/designs/ddd/
ddd-02-conn-nonblocking.c 271 void pump(APP_CONN *conn) function
385 pump(conn);
429 pump(conn);
ddd-04-fd-nonblocking.c 172 * if application does not want to read yet, it should call pump().
176 * POLLERR: An application should call pump() if it is not likely to call
238 void pump(APP_CONN *conn) function
400 pump(conn);
444 pump(conn);
ddd-05-mem-nonblocking.c 297 static int pump(APP_CONN *conn, int fd, int events, int timeout) function
429 if (pump(conn, fd, get_conn_pending_tx(conn), timeout) != 1) {
430 fprintf(stderr, "pump error\n");
444 if (pump(conn, fd, get_conn_pending_rx(conn), timeout) != 1) {
445 fprintf(stderr, "pump error\n");

Completed in 25 milliseconds