mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
de24d7bd4c
/* * Name: curl_multi_wait() * * Desc: Poll on all fds within a CURLM set as well as any * additional fds passed to the function. * * Returns: CURLMcode type, general multi error code. */ CURL_EXTERN CURLMcode curl_multi_wait(CURLM *multi_handle, struct curl_waitfd extra_fds[], unsigned int extra_nfds, int timeout_ms); |
||
---|---|---|
.. | ||
.gitignore | ||
curl.h | ||
curlbuild.h.cmake | ||
curlbuild.h.dist | ||
curlbuild.h.in | ||
curlrules.h | ||
curlver.h | ||
easy.h | ||
Makefile.am | ||
mprintf.h | ||
multi.h | ||
stdcheaders.h | ||
typecheck-gcc.h |