Searched refs:apr_wait_for_io_or_timeout (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/apr/network_io/unix/ |
| D | sendrecv.c | 48 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 …]
|
| D | sockets.c | 358 rc = apr_wait_for_io_or_timeout(NULL, sock, 0); in apr_socket_connect()
|
| /freebsd-10-stable/contrib/apr/support/unix/ |
| D | waitio.c | 40 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/ |
| D | apr_support.h | 48 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/ |
| D | readwrite.c | 122 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/ |
| D | apr_private.h.in | 881 /* Define if apr_wait_for_io_or_timeout() uses poll(2) */
|
| /freebsd-10-stable/contrib/apr/ |
| D | configure.in | 2610 [Define if apr_wait_for_io_or_timeout() uses poll(2)])
|