Searched refs:php_curl_option_url (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/curl/
H A Dinterface.c168 static int php_curl_option_url(php_curl *ch, const char *url, const int len TSRMLS_DC) /* {{{ */ function
1942 if (!php_curl_option_url(ch, url, url_len TSRMLS_CC)) {
2310 if (!php_curl_option_url(ch, Z_STRVAL_PP(zvalue), Z_STRLEN_PP(zvalue) TSRMLS_CC)) {

Completed in 6 milliseconds