Searched refs:thesocket (Results 1 – 3 of 3) sorted by relevance
40 apr_socket_t *thesocket = sock; in socket_cleanup() local41 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() local68 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 …]
450 apr_socket_t *socket = (apr_socket_t *)thesocket;
335 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);