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