Searched refs:copystr (Results 1 – 1 of 1) sorted by relevance
182 char *copystr; in php_curl_option_str() local185 copystr = estrndup(str, len); in php_curl_option_str()186 error = curl_easy_setopt(ch->cp, option, copystr); in php_curl_option_str()187 zend_llist_add_element(&ch->to_free->str, ©str); in php_curl_option_str()
Completed in 10 milliseconds