Home
last modified time | relevance | path

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

/PHP-5.3/ext/curl/
H A Dinterface.c1601 php_curl *ch, *dupch; in PHP_FUNCTION() local
1615 alloc_curl_handle(&dupch); in PHP_FUNCTION()
1618 dupch->cp = cp; in PHP_FUNCTION()
1619 dupch->uses = 0; in PHP_FUNCTION()
1668 curl_easy_setopt(dupch->cp, CURLOPT_ERRORBUFFER, dupch->err.str); in PHP_FUNCTION()
1669 curl_easy_setopt(dupch->cp, CURLOPT_FILE, (void *) dupch); in PHP_FUNCTION()
1670 curl_easy_setopt(dupch->cp, CURLOPT_INFILE, (void *) dupch); in PHP_FUNCTION()
1671 curl_easy_setopt(dupch->cp, CURLOPT_WRITEHEADER, (void *) dupch); in PHP_FUNCTION()
1672 curl_easy_setopt(dupch->cp, CURLOPT_PROGRESSDATA, (void *) dupch); in PHP_FUNCTION()
1674 efree(dupch->to_free); in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds