Home
last modified time | relevance | path

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

/PHP-7.4/ext/curl/
H A Dinterface.c2337 php_curl *ch, *dupch; in PHP_FUNCTION() local
2356 dupch = alloc_curl_handle(); in PHP_FUNCTION()
2357 dupch->cp = cp; in PHP_FUNCTION()
2359 _php_setup_easy_copy_handlers(dupch, ch); in PHP_FUNCTION()
2364 if (build_mime_structure_from_hash(dupch, postfields) != SUCCESS) { in PHP_FUNCTION()
2365 _php_curl_close_ex(dupch); in PHP_FUNCTION()
2372 ZVAL_RES(return_value, zend_register_resource(dupch, le_curl)); in PHP_FUNCTION()
2373 dupch->res = Z_RES_P(return_value); in PHP_FUNCTION()

Completed in 14 milliseconds