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

/freebsd-10.2-release/contrib/apr/network_io/unix/
H A Dsockets.c437 apr_status_t apr_os_sock_get(apr_os_sock_t *thesock, apr_socket_t *sock) argument
439 *thesock = sock->socketdes;
481 apr_status_t apr_os_sock_put(apr_socket_t **sock, apr_os_sock_t *thesock, argument
495 (*sock)->socketdes = *thesock;
/freebsd-10.2-release/contrib/apr/include/
H A Dapr_portable.h237 * @param thesock The socket to convert.
240 APR_DECLARE(apr_status_t) apr_os_sock_get(apr_os_sock_t *thesock,
385 * @param thesock The socket to convert to.
391 apr_os_sock_t *thesock,

Completed in 98 milliseconds