Home
last modified time | relevance | path

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

/PHP-7.4/ext/curl/
H A Dinterface.c108 static int php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_t len, z… in php_curl_option_str() function
167 return php_curl_option_str(ch, CURLOPT_URL, _tmp, len + 1, 0); in php_curl_option_url()
171 return php_curl_option_str(ch, CURLOPT_URL, url, len, 0); in php_curl_option_url()
2695 int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); in _php_curl_setopt()
2728 int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); in _php_curl_setopt()
2740 int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 1); in _php_curl_setopt()
3090 ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); in _php_curl_setopt()

Completed in 13 milliseconds