Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/apr/include/
HDapr_portable.h67 typedef SOCKET apr_os_sock_t; typedef
80 typedef int apr_os_sock_t;
101 typedef int apr_os_sock_t;
114 typedef int apr_os_sock_t;
154 typedef int apr_os_sock_t; /**< native dir */
191 apr_os_sock_t *os_sock; /**< always required */
247 APR_DECLARE(apr_status_t) apr_os_sock_get(apr_os_sock_t *thesock,
414 apr_os_sock_t *thesock,
/freebsd-13-stable/contrib/apr/poll/unix/
HDselect.c73 apr_os_sock_t fd; in apr_poll()
151 apr_os_sock_t fd; in apr_poll()
229 apr_os_sock_t fd; in impl_pollset_add()
253 fd = (apr_os_sock_t)descriptor->desc.f->filedes; in impl_pollset_add()
298 apr_os_sock_t fd; in impl_pollset_remove()
397 apr_os_sock_t fd; in impl_pollset_poll()
HDkqueue.c146 apr_os_sock_t fd; in impl_pollset_add()
204 apr_os_sock_t fd; in impl_pollset_remove()
377 apr_os_sock_t fd; in impl_pollcb_add()
412 apr_os_sock_t fd; in impl_pollcb_remove()
HDport.c220 apr_os_sock_t fd; in impl_pollset_add()
273 apr_os_sock_t fd; in impl_pollset_remove()
356 apr_os_sock_t fd; in impl_pollset_poll()
/freebsd-13-stable/contrib/apr/network_io/unix/
HDsockets.c506 apr_status_t apr_os_sock_get(apr_os_sock_t *thesock, apr_socket_t *sock) in apr_os_sock_get()
550 apr_status_t apr_os_sock_put(apr_socket_t **sock, apr_os_sock_t *thesock, in apr_os_sock_put()
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
HDsvnserve.c168 static apr_os_sock_t winservice_svnserve_accept_socket = INVALID_SOCKET;
/freebsd-13-stable/contrib/serf/
HDoutgoing.c1293 apr_os_sock_t osskt; in serf__process_connection()