Go to the source code of this file.
Defines | |
#define | CURL_FNMATCH_FAIL 2 |
#define | CURL_FNMATCH_MATCH 0 |
#define | CURL_FNMATCH_NOMATCH 1 |
Functions | |
int | Curl_fnmatch (void *ptr, const char *pattern, const char *string) |
#define CURL_FNMATCH_FAIL 2 |
Definition at line 27 of file curl_fnmatch.h.
#define CURL_FNMATCH_MATCH 0 |
Definition at line 25 of file curl_fnmatch.h.
#define CURL_FNMATCH_NOMATCH 1 |
Definition at line 26 of file curl_fnmatch.h.
int Curl_fnmatch | ( | void * | ptr, |
const char * | pattern, | ||
const char * | string | ||
) |
Definition at line 418 of file curl_fnmatch.c.