Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/network_io/unix/
Dsockets.c40 apr_socket_t *thesocket = sock; in socket_cleanup() local
41 int sd = thesocket->socketdes; in socket_cleanup()
44 if (thesocket->bound && thesocket->local_addr->family == APR_UNIX) { in socket_cleanup()
46 unlink(thesocket->local_addr->hostname); in socket_cleanup()
52 thesocket->socketdes = -1; in socket_cleanup()
59 thesocket->socketdes = sd; in socket_cleanup()
67 apr_socket_t *thesocket = sock; in socket_child_cleanup() local
68 if (close(thesocket->socketdes) == 0) { in socket_child_cleanup()
69 thesocket->socketdes = -1; in socket_child_cleanup()
205 apr_status_t apr_socket_shutdown(apr_socket_t *thesocket, in apr_socket_shutdown() argument
[all …]
Dsockopt.c450 apr_socket_t *socket = (apr_socket_t *)thesocket;
/freebsd-12-stable/contrib/apr/include/
Dapr_network_io.h335 APR_DECLARE(apr_status_t) apr_socket_shutdown(apr_socket_t *thesocket,
342 APR_DECLARE(apr_status_t) apr_socket_close(apr_socket_t *thesocket);