Lines Matching refs:name
114 static int err(const char *name, CURLcode val, int lineno)
117 name, val, curl_easy_strerror(val), lineno);
121 static int geterr(const char *name, CURLcode val, int lineno)
124 name, val, curl_easy_strerror(val), lineno);
236 my ($name, $type, $val)=($1, $2, $3);
238 my $pref = "${w}res = curl_easy_setopt(curl, $name,";
240 my $check = " if(UNEX(res)) {\n err(\"$name\", res, __LINE__);\n goto test_cleanup;\n }\n";
254 if($name =~ /DEPENDS/) {
257 elsif($name =~ "SHARE") {
260 elsif($name eq "CURLOPT_ERRORBUFFER") {
263 elsif(($name eq "CURLOPT_POSTFIELDS") ||
264 ($name eq "CURLOPT_COPYPOSTFIELDS")) {
269 elsif($name eq "CURLOPT_HTTPPOST") {
272 elsif($name eq "CURLOPT_MIMEPOST") {
275 elsif($name eq "CURLOPT_STDERR") {
287 if($name =~ /([^ ]*)FUNCTION/) {