Searched refs:php_curl_option_str (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/curl/ |
H A D | interface.c | 104 static zend_result php_curl_option_str(php_curl *ch, zend_long option, const char *str, const size_… in php_curl_option_str() function 135 return php_curl_option_str(ch, CURLOPT_URL, _tmp, ZSTR_LEN(url) + 1); in php_curl_option_url() 139 return php_curl_option_str(ch, CURLOPT_URL, ZSTR_VAL(url), ZSTR_LEN(url)); in php_curl_option_url() 1947 zend_result ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt() 1977 zend_result ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt() 2255 ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt()
|
Completed in 9 milliseconds