Home
last modified time | relevance | path

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

/PHP-7.3/ext/curl/
H A Dinterface.c166 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
225 return php_curl_option_str(ch, CURLOPT_URL, _tmp, len + 1, 0); in php_curl_option_url()
229 return php_curl_option_str(ch, CURLOPT_URL, url, len, 0); in php_curl_option_url()
2493 int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); in _php_curl_setopt()
2526 int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); in _php_curl_setopt()
2538 int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 1); in _php_curl_setopt()
3022 ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); in _php_curl_setopt()

Completed in 11 milliseconds