Home
last modified time | relevance | path

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

/dports/security/razorback-api/api-0.5.0/libssh/include/libssh/
H A Dpoll.h30 typedef struct pollfd ssh_pollfd_t; typedef
40 } ssh_pollfd_t; typedef
120 int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout);
/dports/security/libssh/libssh-0.9.6/include/libssh/
H A Dpoll.h29 typedef struct pollfd ssh_pollfd_t; typedef
39 } ssh_pollfd_t; typedef
119 int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout);
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dpoll.c78 ssh_pollfd_t *pollfds;
95 int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) { in ssh_poll()
101 typedef int (*poll_fn)(ssh_pollfd_t *, nfds_t, int);
131 static int bsd_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) {
253 int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) {
461 ssh_pollfd_t *pollfds;
468 pollfds = realloc(ctx->pollfds, sizeof(ssh_pollfd_t) * new_size);
H A Dconnect.c140 ssh_pollfd_t fds; in ssh_connect_ai_timeout()
H A Dagent.c90 ssh_pollfd_t pfd;
/dports/security/libssh/libssh-0.9.6/src/
H A Dpoll.c78 ssh_pollfd_t *pollfds;
95 int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) { in ssh_poll()
101 typedef int (*poll_fn)(ssh_pollfd_t *, nfds_t, int);
217 static int bsd_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) in bsd_poll()
329 int ssh_poll(ssh_pollfd_t *fds, nfds_t nfds, int timeout) { in ssh_poll()
541 ssh_pollfd_t *pollfds; in ssh_poll_ctx_resize()
549 pollfds = realloc(ctx->pollfds, sizeof(ssh_pollfd_t) * new_size); in ssh_poll_ctx_resize()
H A Dagent.c70 ssh_pollfd_t pfd;