Go to the source code of this file.
Functions | |
curl_easy_cleanup (easy) | |
fail_unless (esc==NULL,"negative string length can't work") | |
static CURLcode | unit_setup (void) |
static void | unit_stop (void) |
Variables | |
UNITTEST_START CURL * | easy = curl_easy_init() |
char * | esc = curl_easy_escape(easy, "", -1) |
int | len |
fail_unless | ( | esc | = =NULL , |
"negative string length can't work" | |||
) |
static CURLcode unit_setup | ( | void | ) | [static] |
Definition at line 26 of file unit1605.c.
static void unit_stop | ( | void | ) | [static] |
Definition at line 31 of file unit1605.c.
Definition at line 37 of file unit1605.c.
esc = curl_easy_escape(easy, "", -1) |
Definition at line 39 of file unit1605.c.
int len |
Definition at line 38 of file unit1605.c.