Home
last modified time | relevance | path

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

/PHP-7.0/ext/curl/
H A Dinterface.c170 static int php_curl_option_str(php_curl *ch, zend_long option, const char *str, const int len, zend… in php_curl_option_str() function
222 return php_curl_option_str(ch, CURLOPT_URL, url, len, 0); in php_curl_option_url()
2384 int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); in _php_curl_setopt()
2418 int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); in _php_curl_setopt()
2429 int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 1); in _php_curl_setopt()
2871 ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0); in _php_curl_setopt()

Completed in 15 milliseconds