#include <curl/curl.h>Go to the source code of this file.
Defines | |
| #define | strequal(a, b) curl_strequal(a,b) |
| #define | strnequal(a, b, c) curl_strnequal(a,b,c) |
| #define | checkprefix(a, b) strnequal(a,b,strlen(a)) |
| #define | strlcat(x, y, z) Curl_strlcat(x,y,z) |
Functions | |
| char * | Curl_strcasestr (const char *haystack, const char *needle) |
| size_t | strlcat (char *dst, const char *src, size_t siz) |
Definition at line 13 of file strequal.h.
Referenced by checkhttpprefix(), CreateConnection(), Curl_cookie_init(), Curl_getFormData(), Curl_http_input_auth(), Curl_input_digest(), Curl_proxyCONNECT(), Curl_readwrite(), Curl_setopt(), and ParseURLAndFillConnection().
Definition at line 10 of file strequal.h.
Referenced by AddFormData(), ConnectionExists(), ContentTypeForFilename(), CreateConnection(), Curl_cookie_add(), Curl_cookie_getlist(), Curl_cookie_init(), Curl_cookie_output(), Curl_getFormData(), Curl_input_digest(), Curl_output_digest(), Curl_parsenetrc(), Curl_setopt(), ftp_parse_url_path(), ParseURLAndFillConnection(), safe_strequal(), and tailmatch().
| #define strlcat | ( | x, | |||
| y, | |||||
| z | ) | Curl_strlcat(x,y,z) |
Definition at line 11 of file strequal.h.
Referenced by checkheaders(), Curl_compareheader(), and Curl_dict().
| char* Curl_strcasestr | ( | const char * | haystack, | |
| const char * | needle | |||
| ) |
| size_t strlcat | ( | char * | dst, | |
| const char * | src, | |||
| size_t | siz | |||
| ) |
1.5.6