Searched refs:apr_socket_listen (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/apr-32/apr/apr/helpers/
H A Dapr_rename.pl80 apr_listen apr_socket_listen
/macosx-10.10/apache-793/httpd/support/
H A Dfcgistarter.c146 rv = apr_socket_listen(skt, 1024);
148 exit_error(rv, "apr_socket_listen");
/macosx-10.10/apr-32/apr/apr/test/
H A Dechod.c89 (rv = apr_socket_listen(listener, 5)) != APR_SUCCESS) {
H A Dtestsock.c124 rv = apr_socket_listen(sock, 5);
H A Dsendfile.c527 rv = apr_socket_listen(sock, 5);
529 fprintf(stderr, "apr_socket_listen()->%d/%s\n",
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_network_io.h326 APR_DECLARE(apr_status_t) apr_socket_listen(apr_socket_t *sock,
/macosx-10.10/apr-32/apr/apr/network_io/os2/
H A Dsockets.c153 APR_DECLARE(apr_status_t) apr_socket_listen(apr_socket_t *sock,
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dsockets.c193 apr_status_t apr_socket_listen(apr_socket_t *sock, apr_int32_t backlog) function
/macosx-10.10/apr-32/apr/apr/network_io/win32/
H A Dsockets.c223 APR_DECLARE(apr_status_t) apr_socket_listen(apr_socket_t *sock,
/macosx-10.10/apache-793/httpd/server/
H A Dlisten.c142 if ((stat = apr_socket_listen(s, ap_listenbacklog)) != APR_SUCCESS) {
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_ftp.c1600 if ((rv = apr_socket_listen(local_sock, 2)) != APR_SUCCESS) {

Completed in 208 milliseconds