Home
last modified time | relevance | path

Searched refs:charp (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dsetopt.h27 CURLcode Curl_setstropt(char **charp, const char *s) WARN_UNUSED_RESULT;
H A Dsetopt.c62 CURLcode Curl_setstropt(char **charp, const char *s) in Curl_setstropt() argument
67 Curl_safefree(*charp); in Curl_setstropt()
73 *charp = strdup(s); in Curl_setstropt()
74 if(!*charp) in Curl_setstropt()
/curl/tests/libtest/
H A Dmk-lib1521.pl165 char *charp;
320 print "$c &charp);\n$check";

Completed in 12 milliseconds