Lines Matching full:libcurl
22 .TH curl_multi_fdset 3 "November 09, 2017" "libcurl 7.58.0" "libcurl Manual"
38 libcurl returns its fd_set sets. The application can use these to select() on,
56 If no file descriptors are set by libcurl, \fImax_fd\fP will contain -1 when
58 libcurl set. When libcurl returns -1 in \fImax_fd\fP, it is because libcurl
72 If one of the sockets used by libcurl happens to be larger than what can be
74 larger than FD_SETSIZE, then libcurl will try to not set it. Setting a too
80 CURLMcode type, general libcurl multi interface error code. See