Searched refs:copystr (Results 1 – 1 of 1) sorted by relevance
171 char *copystr = NULL; in php_curl_option_url() local199 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, ©str); in php_curl_option_url()1850 char *copystr = NULL; in _php_curl_setopt() local1872 char *copystr; in _php_curl_setopt() local1877 error = curl_easy_setopt(ch->cp, option, copystr); in _php_curl_setopt()1878 zend_llist_add_element(&ch->to_free->str, ©str); in _php_curl_setopt()2183 char *copystr = NULL; in _php_curl_setopt() local2198 error = curl_easy_setopt(ch->cp, option, copystr); in _php_curl_setopt()[all …]
Completed in 9 milliseconds