Home | History | Annotate | Download | only in curl

Lines Matching defs:CURL

14  * are also available at http://curl.haxx.se/docs/copyright.html.
23 * $Id: curl.h,v 1.396 2009-10-16 13:30:31 yangtse Exp $
28 * http://curl.haxx.se/libcurl/
30 * curl-library mailing list subscription and unsubscription web interface:
31 * http://cool.haxx.se/mailman/listinfo/curl-library/
35 * Leading 'curl' path on the 'curlbuild.h' include statement is
38 * a subdirectory of the build tree while 'curl.h actually remains
42 #include "third_party/curl/curlver.h" /* libcurl version defines */
43 #include "third_party/curl/curlbuild.h" /* libcurl build definitions */
44 #include "third_party/curl/curlrules.h" /* libcurl rules enforcement */
98 typedef void CURL;
268 typedef curlioerr (*curl_ioctl_callback)(CURL *handle,
297 (CURL *handle, /* the handle/transfer this concerns */
303 /* All possible error codes from all sorts of curl functions. Future versions
475 typedef CURLcode (*curl_ssl_ctx_callback)(CURL *curl, /* easy handle */
546 (*curl_sshkeycallback) (CURL *easy, /* easy handle */
1536 CURL_EXTERN char *curl_easy_escape(CURL *handle,
1556 CURL_EXTERN char *curl_easy_unescape(CURL *handle,
1596 * memory leaks, check for mis-use of the curl library etc. User registered
1762 typedef void (*curl_lock_function)(CURL *handle,
1766 typedef void (*curl_unlock_function)(CURL *handle,
1797 * Structures for querying information about the curl library at runtime.
1899 CURL_EXTERN CURLcode curl_easy_pause(CURL *handle, int bitmask);
1916 #include "easy.h" /* nothing in curl is fun without the easy stuff */