Lines Matching refs:CODE2
191 #define CODE2(f,a,b) ADDF((&easysrc_code, f,a,b))
284 CODE2("curl_easy_setopt(hnd, %s, %ldL);", name, lval);
287 CODE2("curl_easy_setopt(hnd, %s, (long)%s);", name, nv->name);
336 CODE2("%s%luUL);", preamble, rest);
395 CODE2("part%d = curl_mime_addpart(mime%d);", mimeno, mimeno);
401 CODE2("curl_mime_subparts(part%d, mime%d);", mimeno, submimeno);
412 CODE2("curl_mime_data(part%d, \"%s\", CURL_ZERO_TERMINATED);",
421 CODE2("curl_mime_filedata(part%d, \"%s\");", mimeno, escaped);
446 CODE2("curl_mime_encoder(part%d, \"%s\");", mimeno, escaped);
453 CODE2("curl_mime_filename(part%d, \"%s\");", mimeno, escaped);
460 CODE2("curl_mime_name(part%d, \"%s\");", mimeno, escaped);
467 CODE2("curl_mime_type(part%d, \"%s\");", mimeno, escaped);
475 CODE2("curl_mime_headers(part%d, slist%d, 1);", mimeno, slistno);
524 CODE2("curl_easy_setopt(hnd, %s, mime%d);", name, mimeno);
545 CODE2("curl_easy_setopt(hnd, %s, slist%d);", name, i);
655 CODE2("curl_easy_setopt(hnd, %s, \"%s\");", name, escaped);
658 CODE2("curl_easy_setopt(hnd, %s, %s);", name, value);