Go to the source code of this file.
Classes | |
struct | testcase |
Defines | |
#define | MATCH CURL_FNMATCH_MATCH |
#define | MAX_PATTERN_L 100 |
#define | MAX_STRING_L 100 |
#define | NOMATCH CURL_FNMATCH_NOMATCH |
#define | RE_ERR CURL_FNMATCH_FAIL |
Functions | |
for (i=0;i< testnum;i++) | |
static CURLcode | unit_setup (void) |
static void | unit_stop (void) |
Variables | |
int | i |
int | rc |
UNITTEST_START int | testnum = sizeof(tests) / sizeof(struct testcase) |
static struct testcase | tests [] |
#define MATCH CURL_FNMATCH_MATCH |
Definition at line 26 of file unit1307.c.
#define MAX_PATTERN_L 100 |
Definition at line 30 of file unit1307.c.
#define MAX_STRING_L 100 |
Definition at line 31 of file unit1307.c.
#define NOMATCH CURL_FNMATCH_NOMATCH |
Definition at line 27 of file unit1307.c.
#define RE_ERR CURL_FNMATCH_FAIL |
Definition at line 28 of file unit1307.c.
for | ( | ) |
Definition at line 225 of file unit1307.c.
static CURLcode unit_setup | ( | void | ) | [static] |
Definition at line 211 of file unit1307.c.
static void unit_stop | ( | void | ) | [static] |
Definition at line 216 of file unit1307.c.
int i |
Definition at line 223 of file unit1307.c.
int rc |
Definition at line 223 of file unit1307.c.
UNITTEST_START int testnum = sizeof(tests) / sizeof(struct testcase) |
Definition at line 222 of file unit1307.c.
Definition at line 39 of file unit1307.c.