Home
last modified time | relevance | path

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

/PHP-5.3/ext/curl/
H A Dinterface.c171 char *copystr = NULL; in php_curl_option_url() local
199 copystr = estrndup(url, len); in php_curl_option_url()
200 error = curl_easy_setopt(ch->cp, CURLOPT_URL, copystr); in php_curl_option_url()
201 zend_llist_add_element(&ch->to_free->str, &copystr); in php_curl_option_url()
1850 char *copystr = NULL; in _php_curl_setopt() local
1872 char *copystr; in _php_curl_setopt() local
1877 error = curl_easy_setopt(ch->cp, option, copystr); in _php_curl_setopt()
1878 zend_llist_add_element(&ch->to_free->str, &copystr); in _php_curl_setopt()
2183 char *copystr = NULL; in _php_curl_setopt() local
2198 error = curl_easy_setopt(ch->cp, option, copystr); in _php_curl_setopt()
[all …]

Completed in 9 milliseconds