Home
last modified time | relevance | path

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

/PHP-7.1/ext/curl/
H A Dinterface.c2701 zend_string *postval; in _php_curl_setopt() local
2720 postval = Z_STR_P(prop); in _php_curl_setopt()
2722 if (php_check_open_basedir(ZSTR_VAL(postval))) { in _php_curl_setopt()
2737 CURLFORM_FILENAME, filename ? filename : ZSTR_VAL(postval), in _php_curl_setopt()
2739 CURLFORM_FILE, ZSTR_VAL(postval), in _php_curl_setopt()
2751 postval = zval_get_string(current); in _php_curl_setopt()
2759 CURLFORM_COPYCONTENTS, ZSTR_VAL(postval), in _php_curl_setopt()
2760 CURLFORM_CONTENTSLENGTH, ZSTR_LEN(postval), in _php_curl_setopt()
2767 zend_string_release(postval); in _php_curl_setopt()

Completed in 10 milliseconds