Searched refs:dupch (Results 1 – 1 of 1) sorted by relevance
2091 php_curl *ch, *dupch; in PHP_FUNCTION() local2107 dupch = alloc_curl_handle(); in PHP_FUNCTION()2108 dupch->cp = cp; in PHP_FUNCTION()2110 _php_setup_easy_copy_handlers(dupch, ch); in PHP_FUNCTION()2114 ZVAL_RES(return_value, zend_register_resource(dupch, le_curl)); in PHP_FUNCTION()2115 dupch->res = Z_RES_P(return_value); in PHP_FUNCTION()
Completed in 10 milliseconds