Home
last modified time | relevance | path

Searched refs:apr_wait_for_io_or_timeout (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/apr/network_io/unix/
Dsendrecv.c48 arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_send()
87 arv = apr_wait_for_io_or_timeout(NULL, sock, 1); in apr_socket_recv()
126 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendto()
161 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 1); in apr_socket_recvfrom()
219 arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendv()
342 arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendfile()
464 arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendfile()
576 arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendfile()
637 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendfile()
772 apr_status_t arv = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_sendfile()
[all …]
Dsockets.c358 rc = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_connect()
/freebsd-10-stable/contrib/apr/support/unix/
Dwaitio.c40 apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s, in apr_wait_for_io_or_timeout() function
66 apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s, in apr_wait_for_io_or_timeout() function
/freebsd-10-stable/contrib/apr/include/
Dapr_support.h48 apr_status_t apr_wait_for_io_or_timeout(apr_file_t *f, apr_socket_t *s,
/freebsd-10-stable/contrib/apr/file_io/unix/
Dreadwrite.c122 apr_status_t arv = apr_wait_for_io_or_timeout(thefile, NULL, 1); in apr_file_read()
194 apr_status_t arv = apr_wait_for_io_or_timeout(thefile, NULL, 0); in apr_file_write()
/freebsd-10-stable/contrib/apr/include/arch/unix/
Dapr_private.h.in881 /* Define if apr_wait_for_io_or_timeout() uses poll(2) */
/freebsd-10-stable/contrib/apr/
Dconfigure.in2610 [Define if apr_wait_for_io_or_timeout() uses poll(2)])