Lines Matching refs:numfds

259     size_t numfds, numdelfds;  in test_ASYNC_WAIT_CTX_get_all_fds()  local
266 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
267 || numfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
268 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
270 || numfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
275 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
276 || numfds != 1 in test_ASYNC_WAIT_CTX_get_all_fds()
277 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, &fd, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
280 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
282 || numfds != 1 in test_ASYNC_WAIT_CTX_get_all_fds()
284 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, &fd, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
290 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
291 || numfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
292 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
294 || numfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
296 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, &delfd, in test_ASYNC_WAIT_CTX_get_all_fds()
302 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds) in test_ASYNC_WAIT_CTX_get_all_fds()
303 || numfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()
304 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL, in test_ASYNC_WAIT_CTX_get_all_fds()
306 || numfds != 0 in test_ASYNC_WAIT_CTX_get_all_fds()