Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr/include/
Dapr_portable.h64 typedef SOCKET apr_os_sock_t; typedef
77 typedef int apr_os_sock_t;
98 typedef int apr_os_sock_t;
111 typedef int apr_os_sock_t;
147 typedef int apr_os_sock_t; /**< native dir */
184 apr_os_sock_t *os_sock; /**< always required */
240 APR_DECLARE(apr_status_t) apr_os_sock_get(apr_os_sock_t *thesock,
391 apr_os_sock_t *thesock,
/freebsd-10-stable/contrib/apr/poll/unix/
Dselect.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()
Dkqueue.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()
Dport.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-10-stable/contrib/apr/network_io/unix/
Dsockets.c455 apr_status_t apr_os_sock_get(apr_os_sock_t *thesock, apr_socket_t *sock) in apr_os_sock_get()
499 apr_status_t apr_os_sock_put(apr_socket_t **sock, apr_os_sock_t *thesock, in apr_os_sock_put()
/freebsd-10-stable/contrib/subversion/subversion/svnserve/
Dsvnserve.c159 static apr_os_sock_t winservice_svnserve_accept_socket = INVALID_SOCKET;
/freebsd-10-stable/contrib/serf/
Doutgoing.c1283 apr_os_sock_t osskt; in serf__process_connection()