Searched refs:APR_POLL_SOCKET (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsocket_util.c32 pfds[0].desc_type = APR_POLL_SOCKET;
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dselect.c77 if (aprset[i].desc_type == APR_POLL_SOCKET) {
83 set_type = APR_POLL_SOCKET;
153 if (aprset[i].desc_type == APR_POLL_SOCKET) {
237 if (descriptor->desc_type == APR_POLL_SOCKET) {
244 pollset->p->set_type = APR_POLL_SOCKET;
300 if (descriptor->desc_type == APR_POLL_SOCKET) {
398 if (pollset->p->query_set[i].desc_type == APR_POLL_SOCKET) {
H A Dport.c238 if (descriptor->desc_type == APR_POLL_SOCKET) {
282 if (descriptor->desc_type == APR_POLL_SOCKET) {
374 if (ep->pfd.desc_type == APR_POLL_SOCKET) {
508 if (descriptor->desc_type == APR_POLL_SOCKET) {
530 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Dkqueue.c162 if (descriptor->desc_type == APR_POLL_SOCKET) {
208 if (descriptor->desc_type == APR_POLL_SOCKET) {
381 if (descriptor->desc_type == APR_POLL_SOCKET) {
414 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Depoll.c183 if (descriptor->desc_type == APR_POLL_SOCKET) {
219 if (descriptor->desc_type == APR_POLL_SOCKET) {
394 if (descriptor->desc_type == APR_POLL_SOCKET) {
419 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Dpoll.c103 if (aprset[i].desc_type == APR_POLL_SOCKET) {
187 if (descriptor->desc_type == APR_POLL_SOCKET) {
345 if (descriptor->desc_type == APR_POLL_SOCKET) {
H A Dz_asio.c351 if (descriptor->desc_type == APR_POLL_SOCKET) {
500 assert(descriptor->desc_type == APR_POLL_SOCKET);
/freebsd-11-stable/contrib/serf/
H A Dincoming.c111 ic->desc.desc_type = APR_POLL_SOCKET;
169 l->desc.desc_type = APR_POLL_SOCKET;
H A Dcontext.c216 tdesc.desc_type = APR_POLL_SOCKET;
237 tdesc.desc_type = APR_POLL_SOCKET;
H A Doutgoing.c145 desc.desc_type = APR_POLL_SOCKET;
550 desc.desc_type = APR_POLL_SOCKET;
/freebsd-11-stable/contrib/apr/support/unix/
H A Dwaitio.c91 pfd.desc_type = APR_POLL_SOCKET;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_poll.h93 APR_POLL_SOCKET, /**< descriptor refers to a socket */ enumerator in enum:__anon6
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dstreams.c155 pfd.desc_type = APR_POLL_SOCKET;
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_poll_private.h44 #define HAS_SOCKETS(dt) (dt == APR_POLL_SOCKET) ? 1 : 0
/freebsd-11-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c1338 pollfds[queries_sent].desc_type = APR_POLL_SOCKET;

Completed in 184 milliseconds