#include "curl_setup.h"
#include <curl/curl.h>
#include "strerror.h"
#include "curl_printf.h"
#include "curl_memory.h"
#include "memdebug.h"
Go to the source code of this file.
Functions | |
const char * | curl_easy_strerror (CURLcode error) |
const char * | curl_multi_strerror (CURLMcode error) |
const char * | curl_share_strerror (CURLSHcode error) |
const char * | Curl_strerror (struct connectdata *conn, int err) |
const char* curl_easy_strerror | ( | CURLcode | error | ) |
Definition at line 53 of file strerror.c.
const char* curl_multi_strerror | ( | CURLMcode | error | ) |
Definition at line 348 of file strerror.c.
const char* curl_share_strerror | ( | CURLSHcode | error | ) |
Definition at line 393 of file strerror.c.
const char* Curl_strerror | ( | struct connectdata * | conn, |
int | err | ||
) |
Definition at line 629 of file strerror.c.