Searched refs:thesock (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockets.c506 apr_status_t apr_os_sock_get(apr_os_sock_t *thesock, apr_socket_t *sock) argument
508 *thesock = sock->socketdes;
550 apr_status_t apr_os_sock_put(apr_socket_t **sock, apr_os_sock_t *thesock, argument
564 (*sock)->socketdes = *thesock;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_portable.h244 * @param thesock The socket to convert.
247 APR_DECLARE(apr_status_t) apr_os_sock_get(apr_os_sock_t *thesock,
408 * @param thesock The socket to convert to.
414 apr_os_sock_t *thesock,

Completed in 109 milliseconds