Home
last modified time | relevance | path

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

/PHP-7.4/ext/curl/
H A Dinterface.c120 char *copystr; in php_curl_option_str() local
123 copystr = estrndup(str, len); in php_curl_option_str()
124 error = curl_easy_setopt(ch->cp, option, copystr); in php_curl_option_str()
125 zend_llist_add_element(&ch->to_free->str, &copystr); in php_curl_option_str()

Completed in 13 milliseconds