Searched refs:dupch (Results 1 – 1 of 1) sorted by relevance
2149 php_curl *ch, *dupch; in PHP_FUNCTION() local2165 dupch = alloc_curl_handle(); in PHP_FUNCTION()2166 dupch->cp = cp; in PHP_FUNCTION()2168 _php_setup_easy_copy_handlers(dupch, ch); in PHP_FUNCTION()2170 ZVAL_RES(return_value, zend_register_resource(dupch, le_curl)); in PHP_FUNCTION()2171 dupch->res = Z_RES_P(return_value); in PHP_FUNCTION()
Completed in 18 milliseconds