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