HomeSort by: relevance | last modified time | path
    Searched defs:numfds (Results 1 - 15 of 15) sorted by relevancy

  /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/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/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/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/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/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 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.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 5317 int numfds = interruptible_select (nfds, &readfds, 0, nullptr, 0);
5318 if (numfds < 0)
5311 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/external/gpl2/xcvs/dist/src/
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);
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...]
  /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 3228 size_t numfds; local
3231 if (!SSL_get_all_async_fds(s, NULL, &numfds))
3233 if (numfds == 0)
3235 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds");
3236 if (!SSL_get_all_async_fds(s, fds, &numfds)) {
3242 for (i = 0; i < numfds; i++) {
  /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++) {

Completed in 50 milliseconds