HomeSort by: relevance | last modified time | path
    Searched refs:numfds (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl.old/dist/test/
asynctest.c 187 size_t numfds, numdelfds; local
194 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds)
195 || numfds != 0
196 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL,
198 || numfds != 0
203 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds)
204 || numfds != 1
205 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, &fd, &numfds)
208 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL,
210 || numfds !=
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
asynctest.c 257 size_t numfds, numdelfds; local
264 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds)
265 || numfds != 0
266 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL,
268 || numfds != 0
273 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds)
274 || numfds != 1
275 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, &fd, &numfds)
278 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL,
280 || numfds !=
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
asynctest.c 257 size_t numfds, numdelfds; local
264 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds)
265 || numfds != 0
266 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL,
268 || numfds != 0
273 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds)
274 || numfds != 1
275 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, &fd, &numfds)
278 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL,
280 || numfds !=
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/
async_wait.c 89 size_t *numfds)
94 *numfds = 0;
105 (*numfds)++;
  /src/crypto/external/bsd/openssl/dist/include/openssl/
async.h 66 size_t *numfds);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
async.h 54 size_t *numfds);
ssl.h 1831 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
  /src/external/gpl3/gdb.old/dist/gdb/
ser-base.c 219 int numfds; local
240 numfds = interruptible_select (nfds, &readfds, 0, &exceptfds, &tv);
242 numfds = interruptible_select (nfds, &readfds, 0, &exceptfds, 0);
244 if (numfds <= 0)
246 if (numfds == 0)
infrun.c 5322 int numfds = interruptible_select (nfds, &readfds, 0, nullptr, 0);
5323 if (numfds < 0)
5316 int numfds = interruptible_select (nfds, &readfds, 0, nullptr, 0); local
  /src/external/gpl3/gdb/dist/gdb/
ser-base.c 219 int numfds; local
240 numfds = interruptible_select (nfds, &readfds, 0, &exceptfds, &tv);
242 numfds = interruptible_select (nfds, &readfds, 0, &exceptfds, 0);
244 if (numfds <= 0)
246 if (numfds == 0)
infrun.c 5333 int numfds = interruptible_select (nfds, &readfds, 0, nullptr, 0);
5334 if (numfds < 0)
5327 int numfds = interruptible_select (nfds, &readfds, 0, nullptr, 0); local
  /src/external/bsd/am-utils/dist/conf/autofs/
autofs_linux.c 81 static int numfds = 0; variable
116 list[numfds] = fd;
117 numfds++;
130 numfds--;
131 for (i = 0; i < numfds; i++)
133 list[i] = list[numfds];
275 for (i = 0; i < numfds; i++)
507 for (i = 0; nsel && i < numfds; i++) {
  /src/crypto/external/apache2/openssl/dist/include/openssl/
async.h 65 size_t *numfds);
ssl.h.in 1941 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
  /src/crypto/external/apache2/openssl/dist/crypto/async/
async_wait.c 88 size_t *numfds)
93 *numfds = 0;
104 (*numfds)++;
  /src/crypto/external/bsd/openssl/dist/crypto/async/
async_wait.c 89 size_t *numfds)
94 *numfds = 0;
105 (*numfds)++;
  /src/external/gpl3/gdb.old/dist/sim/common/
dv-sockser.c 224 int numfds,flags;
249 numfds = select (sockser_listen_fd + 1, &readfds, 0, 0, &tv);
250 if (numfds <= 0)
221 int numfds,flags; local
  /src/external/gpl3/gdb/dist/sim/common/
dv-sockser.c 224 int numfds,flags;
249 numfds = select (sockser_listen_fd + 1, &readfds, 0, 0, &tv);
250 if (numfds <= 0)
221 int numfds,flags; local
  /src/external/gpl2/xcvs/dist/src/
server.c 2465 int status, numfds = -1; local
2494 numfds = MAX (numfds, to_net_fd);
2499 numfds = MAX (numfds, to_primary_fd);
2506 numfds = MAX (numfds, from_net_fd);
2511 numfds = MAX (numfds, from_primary_fd);
2514 /* NUMFDS needs to be the highest descriptor + 1 according to th
3885 int numfds; local
4266 int numfds, numtocheck; local
    [all...]
buffer.c 1834 int numfds; local
1840 numfds = fd_select (fb->fd + 1, &readfds, NULL, NULL, NULL);
1841 if (numfds < 0 && errno != EINTR)
1846 } while (numfds < 0);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 3149 size_t numfds; local
3152 if (!SSL_get_all_async_fds(s, NULL, &numfds))
3154 if (numfds == 0)
3156 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds");
3157 if (!SSL_get_all_async_fds(s, fds, &numfds)) {
3163 for (i = 0; i < numfds; i++) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2711 size_t numfds; local
2714 if (!SSL_get_all_async_fds(s, NULL, &numfds))
2716 if (numfds == 0)
2718 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds");
2719 if (!SSL_get_all_async_fds(s, fds, &numfds)) {
2725 for (i = 0; i < numfds; i++) {
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 3233 size_t numfds; local
3236 if (!SSL_get_all_async_fds(s, NULL, &numfds))
3238 if (numfds == 0)
3240 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds");
3241 if (!SSL_get_all_async_fds(s, fds, &numfds)) {
3247 for (i = 0; i < numfds; i++) {
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 1707 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds)
1713 return ASYNC_WAIT_CTX_get_all_fds(ctx, fds, numfds);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 1647 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds)
1653 return ASYNC_WAIT_CTX_get_all_fds(ctx, fds, numfds);

Completed in 97 milliseconds

1 2