Home
last modified time | relevance | path

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

/PHP-7.4/ext/curl/
H A Dinterface.c2186 zend_string *postval, *tmp_postval; in build_mime_structure_from_hash() local
2213 postval = Z_STR_P(prop); in build_mime_structure_from_hash()
2215 if (php_check_open_basedir(ZSTR_VAL(postval))) { in build_mime_structure_from_hash()
2234 if ((stream = php_stream_open_wrapper(ZSTR_VAL(postval), "rb", STREAM_MUST_SEEK, NULL))) { in build_mime_structure_from_hash()
2243 cb_arg->filename = zend_string_copy(postval); in build_mime_structure_from_hash()
2262 CURLFORM_FILENAME, filename ? filename : ZSTR_VAL(postval), in build_mime_structure_from_hash()
2264 CURLFORM_FILE, ZSTR_VAL(postval), in build_mime_structure_from_hash()
2277 postval = zval_get_tmp_string(current, &tmp_postval); in build_mime_structure_from_hash()
2287 || (form_error = curl_mime_data(part, ZSTR_VAL(postval), ZSTR_LEN(postval))) != CURLE_OK) { in build_mime_structure_from_hash()
2297 CURLFORM_COPYCONTENTS, ZSTR_VAL(postval), in build_mime_structure_from_hash()
[all …]

Completed in 9 milliseconds