Searched refs:fd_pair (Results 1 - 3 of 3) sorted by relevance

/external/libevent/test/
H A Dregress_ssl.c367 evutil_socket_t *fd_pair, struct bufferevent **underlying_pair,
373 if (fd_pair) {
375 base, fd_pair[0], ssl1, state1, flags);
377 base, fd_pair[1], ssl2, state2, flags);
405 evutil_socket_t *fd_pair = NULL; local
436 fd_pair = data->pair;
445 fd_pair, bev_ll, type);
465 fd_pair, bev_ll, type);
365 open_ssl_bufevs(struct bufferevent **bev1_out, struct bufferevent **bev2_out, struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, evutil_socket_t *fd_pair, struct bufferevent **underlying_pair, enum regress_openssl_type type) argument
/external/toybox/toys/pending/
H A Ddhcp.c194 struct fd_pair { int rd; int wr; }; struct
197 static struct fd_pair sigfd;
H A Ddhcpd.c323 struct fd_pair { int rd; int wr; }; struct
327 static struct fd_pair sigfd;

Completed in 135 milliseconds