Home
last modified time | relevance | path

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

/php-src/ext/curl/
H A Dinterface.c639 static size_t curl_progress(void *clientp, double dltotal, double dlnow, double ultotal, double uln… in curl_progress() argument
641 php_curl *ch = (php_curl *)clientp; in curl_progress()
646 …fprintf(stderr, "clientp = %x, dltotal = %f, dlnow = %f, ultotal = %f, ulnow = %f\n", clientp, dlt… in curl_progress()
677 static size_t curl_xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal… in curl_xferinfo() argument
679 php_curl *ch = (php_curl *)clientp; in curl_xferinfo()
684 …fprintf(stderr, "clientp = %x, dltotal = %ld, dlnow = %ld, ultotal = %ld, ulnow = %ld\n", clientp,… in curl_xferinfo()
715 static int curl_ssh_hostkeyfunction(void *clientp, int keytype, const char *key, size_t keylen) in curl_ssh_hostkeyfunction() argument
717 php_curl *ch = (php_curl *)clientp; in curl_ssh_hostkeyfunction()
722 …fprintf(stderr, "clientp = %x, keytype = %d, key = %s, keylen = %zu\n", clientp, keytype, key, key… in curl_ssh_hostkeyfunction()

Completed in 9 milliseconds