Home
last modified time | relevance | path

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

/NextBSD/contrib/apr/network_io/unix/
HDsockets.c31 static apr_status_t socket_cleanup(void *sock) in socket_cleanup() function
169 apr_pool_cleanup_register((*new)->pool, (void *)(*new), socket_cleanup, in apr_socket_create()
170 socket_cleanup); in apr_socket_create()
183 return apr_pool_cleanup_run(thesocket->pool, thesocket, socket_cleanup); in apr_socket_close()
338 apr_pool_cleanup_register((*new)->pool, (void *)(*new), socket_cleanup, in apr_socket_accept()
339 socket_cleanup); in apr_socket_accept()
495 socket_cleanup, socket_cleanup); in apr_os_sock_make()
519 APR_IMPLEMENT_INHERIT_SET(socket, inherit, pool, socket_cleanup)
521 APR_IMPLEMENT_INHERIT_UNSET(socket, inherit, pool, socket_cleanup)