Home
last modified time | relevance | path

Searched refs:numfds (Results 1 - 25 of 79) sorted by relevance

1234

/third_party/openssl/test/
H A Dasynctest.c257 size_t numfds, numdelfds; in test_ASYNC_WAIT_CTX_get_all_fds() local
264 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
265 || numfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
266 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
268 || numfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
273 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
274 || numfds != 1 in test_ASYNC_WAIT_CTX_get_all_fds()
275 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, &fd, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
278 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
280 || numfds ! in test_ASYNC_WAIT_CTX_get_all_fds()
[all...]
/third_party/curl/tests/libtest/
H A Dlib1564.c36 int numfds; in test() local
52 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
69 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
84 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
102 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
117 multi_poll(multi, NULL, 0, 1000, &numfds); in test()
/third_party/ffmpeg/libavformat/
H A Dos_support.c226 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout) in ff_poll() argument
236 if (numfds >= FD_SETSIZE) { in ff_poll()
247 for (i = 0; i < numfds; i++) { in ff_poll()
284 for (i = 0; i < numfds; i++) { in ff_poll()
H A Dos_support.h167 int ff_poll(struct pollfd *fds, nfds_t numfds, int timeout);
/third_party/node/deps/openssl/openssl/crypto/async/
H A Dasync_wait.c89 size_t *numfds) in ASYNC_WAIT_CTX_get_all_fds()
94 *numfds = 0; in ASYNC_WAIT_CTX_get_all_fds()
105 (*numfds)++; in ASYNC_WAIT_CTX_get_all_fds()
88 ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd, size_t *numfds) ASYNC_WAIT_CTX_get_all_fds() argument
/third_party/openssl/crypto/async/
H A Dasync_wait.c89 size_t *numfds) in ASYNC_WAIT_CTX_get_all_fds()
94 *numfds = 0; in ASYNC_WAIT_CTX_get_all_fds()
105 (*numfds)++; in ASYNC_WAIT_CTX_get_all_fds()
88 ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd, size_t *numfds) ASYNC_WAIT_CTX_get_all_fds() argument
/third_party/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c149 int running_handles = 0, start_count, numfds; in main() local
205 mc = curl_multi_poll(multi, NULL, 0, 1000000, &numfds); in main()
H A Dtls-session-reuse.c184 int running_handles = 0, numfds; in main() local
250 mc = curl_multi_poll(multi, NULL, 0, 1000000, &numfds); in main()
H A Dh2-pausing.c179 int i, still_running = 1, msgs_left, numfds; in main() local
281 if(curl_multi_poll(multi_handle, NULL, 0, 100, &numfds) != CURLM_OK) in main()
/third_party/curl/docs/examples/
H A Dcrawler.c191 int numfds; in main() local
192 curl_multi_wait(multi_handle, NULL, 0, 1000, &numfds); in main()
/third_party/openssl/ohos_lite/include/openssl/
H A Dasync.h54 size_t *numfds);
H A Dssl.h1821 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dasync.h66 size_t *numfds);
/third_party/openssl/include/openssl/
H A Dasync.h66 size_t *numfds);
/third_party/curl/lib/
H A Deasy.c562 int numfds = 0; in wait_or_timeout() local
573 /* fprintf(stderr, "poll() %d check socket %d\n", numfds, f->fd); */ in wait_or_timeout()
575 numfds++; in wait_or_timeout()
582 pollrc = Curl_poll(fds, numfds, ev->ms); in wait_or_timeout()
601 for(i = 0; i< numfds; i++) { in wait_or_timeout()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c3149 size_t numfds; in wait_for_async() local
3152 if (!SSL_get_all_async_fds(s, NULL, &numfds)) in wait_for_async()
3154 if (numfds == 0) in wait_for_async()
3156 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds"); in wait_for_async()
3157 if (!SSL_get_all_async_fds(s, fds, &numfds)) { in wait_for_async()
3163 for (i = 0; i < numfds; i++) { in wait_for_async()
/third_party/openssl/apps/lib/
H A Dapps.c3142 size_t numfds; in wait_for_async() local
3145 if (!SSL_get_all_async_fds(s, NULL, &numfds)) in wait_for_async()
3147 if (numfds == 0) in wait_for_async()
3149 fds = app_malloc(sizeof(OSSL_ASYNC_FD) * numfds, "allocate async fds"); in wait_for_async()
3150 if (!SSL_get_all_async_fds(s, fds, &numfds)) { in wait_for_async()
3156 for (i = 0; i < numfds; i++) { in wait_for_async()
/third_party/python/Modules/
H A Dsocketmodule.c3980 size_t numfds; in sock_recvmsg_guts() local
3983 numfds = cmsgdatalen / sizeof(int); in sock_recvmsg_guts()
3985 while (numfds-- > 0) in sock_recvmsg_guts()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c1774 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds) in SSL_get_all_async_fds() argument
1780 return ASYNC_WAIT_CTX_get_all_fds(ctx, fds, numfds); in SSL_get_all_async_fds()
/third_party/openssl/ssl/
H A Dssl_lib.c1692 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds) in SSL_get_all_async_fds() argument
1698 return ASYNC_WAIT_CTX_get_all_fds(ctx, fds, numfds); in SSL_get_all_async_fds()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1602 numfds: ::nfds_t, in ppoll()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h1945 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h1945 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h1945 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h1945 __owur int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds);

Completed in 73 milliseconds

1234