Home | History | Annotate | Download | only in curl

Lines Matching refs:CURL

14  * are also available at http://curl.haxx.se/docs/copyright.html.
36 o Enable the application to select() on its own file descriptors and curl's
42 * This header file should not really need to include "curl.h" since curl.h
44 * <curl/curl.h> without the need for especially including multi.h.
50 #include "curl.h"
85 CURL *easy_handle; /* the handle it concerns */
96 * Desc: inititalize multi-style curl usage
105 * Desc: add a standard curl handle to the multi stack
110 CURL *curl_handle);
115 * Desc: removes a curl handle from the multi stack again
120 CURL *curl_handle);
125 * Desc: Ask curl for its fd_set sets. The app can use these to select() or
140 * Desc: When the app thinks there's data available for curl it calls this
231 typedef int (*curl_socket_callback)(CURL *easy, /* easy handle */
283 #undef CINIT /* re-using the same name as in curl.h */