Home
last modified time | relevance | path

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

/PHP-8.3/ext/curl/
H A Dinterface.c106 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()
1984 zend_result ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt()
2018 zend_result ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt()
2372 ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt()

Completed in 13 milliseconds