Searched refs:postval (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/curl/ |
H A D | interface.c | 1352 zend_string *postval, *tmp_postval; in add_simple_field() local 1364 || (form_error = curl_mime_data(part, ZSTR_VAL(postval), ZSTR_LEN(postval))) != CURLE_OK) { in add_simple_field() 1374 CURLFORM_COPYCONTENTS, ZSTR_VAL(postval), in add_simple_field() 1375 CURLFORM_CONTENTSLENGTH, ZSTR_LEN(postval), in add_simple_field() 1416 zend_string *postval; in build_mime_structure_from_hash() local 1443 postval = Z_STR_P(prop); in build_mime_structure_from_hash() 1494 CURLFORM_FILE, ZSTR_VAL(postval), in build_mime_structure_from_hash() 1540 postval = Z_STR_P(prop); in build_mime_structure_from_hash() 1552 || (form_error = curl_mime_data(part, ZSTR_VAL(postval), ZSTR_LEN(postval))) != CURLE_OK in build_mime_structure_from_hash() 1558 postval = zend_string_copy(postval); in build_mime_structure_from_hash() [all …]
|
Completed in 15 milliseconds