Searched refs:apr_os_sock_put (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_portable.h390 APR_DECLARE(apr_status_t) apr_os_sock_put(apr_socket_t **sock,
402 * a true socket, use apr_os_sock_put() instead.
/macosx-10.10/apr-32/apr/apr/network_io/os2/
H A Dsockets.c295 APR_DECLARE(apr_status_t) apr_os_sock_put(apr_socket_t **sock, apr_os_sock_t *thesock, apr_pool_t *cont)
/macosx-10.10/apache-793/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c145 apr_os_sock_put(&lr->sd, &parent_info->listeners[num_listeners].listen_fd, pconf);
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dsockets.c468 apr_status_t apr_os_sock_put(apr_socket_t **sock, apr_os_sock_t *thesock, function
476 /* *or* just decide that apr_os_sock_put() has to be told the family and type */
/macosx-10.10/apr-32/apr/apr/network_io/win32/
H A Dsockets.c476 APR_DECLARE(apr_status_t) apr_os_sock_put(apr_socket_t **sock,
483 /* *or* just decide that apr_os_sock_put() has to be told the family and type */
/macosx-10.10/apache-793/httpd/server/mpm/winnt/
H A Dmpm_winnt.c480 apr_os_sock_put(&lr->sd, &nsd, s->process->pool);

Completed in 192 milliseconds