Searched refs:php_curl_option_str (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/curl/ |
H A D | interface.c | 106 static zend_result php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_… in php_curl_option_str() function 137 return php_curl_option_str(ch, CURLOPT_URL, _tmp, ZSTR_LEN(url) + 1); in php_curl_option_url() 141 return php_curl_option_str(ch, CURLOPT_URL, ZSTR_VAL(url), ZSTR_LEN(url)); in php_curl_option_url() 1987 zend_result ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt() 2021 zend_result ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt() 2375 ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt()
|
Completed in 12 milliseconds