Searched refs:form_error (Results 1 – 1 of 1) sorted by relevance
1371 CURLcode form_error; in add_simple_field() local1382 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in add_simple_field()1384 error = form_error; in add_simple_field()1401 CURLcode form_error; in build_mime_structure_from_hash() local1473 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in build_mime_structure_from_hash()1477 error = form_error; in build_mime_structure_from_hash()1529 if ((form_error = curl_mime_name(part, ZSTR_VAL(string_key))) != CURLE_OK in build_mime_structure_from_hash()1530 || (form_error = curl_mime_data(part, ZSTR_VAL(postval), ZSTR_LEN(postval))) != CURLE_OK in build_mime_structure_from_hash()1531 || (form_error = curl_mime_filename(part, filename)) != CURLE_OK in build_mime_structure_from_hash()1532 || (form_error = curl_mime_type(part, type)) != CURLE_OK) { in build_mime_structure_from_hash()[all …]
Completed in 9 milliseconds