Lines Matching defs:numfds
187 size_t numfds, numdelfds;
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 != 1
212 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, &fd, &numfds, NULL,
218 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds)
219 || numfds != 0
220 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL,
222 || numfds != 0
224 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, &delfd,
230 || !ASYNC_WAIT_CTX_get_all_fds(waitctx, NULL, &numfds)
231 || numfds != 0
232 || !ASYNC_WAIT_CTX_get_changed_fds(waitctx, NULL, &numfds, NULL,
234 || numfds != 0