Home
last modified time | relevance | path

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

/PHP-7.0/ext/curl/
H A Dinterface.c1999 php_curl *ch, *dupch; in PHP_FUNCTION() local
2017 dupch->cp = cp; in PHP_FUNCTION()
2055 curl_easy_setopt(dupch->cp, CURLOPT_ERRORBUFFER, dupch->err.str); in PHP_FUNCTION()
2056 curl_easy_setopt(dupch->cp, CURLOPT_FILE, (void *) dupch); in PHP_FUNCTION()
2057 curl_easy_setopt(dupch->cp, CURLOPT_INFILE, (void *) dupch); in PHP_FUNCTION()
2058 curl_easy_setopt(dupch->cp, CURLOPT_WRITEHEADER, (void *) dupch); in PHP_FUNCTION()
2066 curl_easy_setopt(dupch->cp, CURLOPT_PROGRESSDATA, (void *) dupch); in PHP_FUNCTION()
2077 curl_easy_setopt(dupch->cp, CURLOPT_FNMATCH_DATA, (void *) dupch); in PHP_FUNCTION()
2082 efree(dupch->to_free); in PHP_FUNCTION()
2084 efree(dupch->clone); in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds