Searched refs:clientp (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/curl/ |
H A D | interface.c | 680 static size_t curl_progress(void *clientp, double dltotal, double dlnow, double ultotal, double uln… in curl_progress() argument 682 php_curl *ch = (php_curl *)clientp; in curl_progress() 688 …fprintf(stderr, "clientp = %x, dltotal = %f, dlnow = %f, ultotal = %f, ulnow = %f\n", clientp, dlt… in curl_progress() 729 static size_t curl_xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal… in curl_xferinfo() argument 731 php_curl *ch = (php_curl *)clientp; in curl_xferinfo() 737 …fprintf(stderr, "clientp = %x, dltotal = %ld, dlnow = %ld, ultotal = %ld, ulnow = %ld\n", clientp,… in curl_xferinfo() 778 static int curl_ssh_hostkeyfunction(void *clientp, int keytype, const char *key, size_t keylen) in curl_ssh_hostkeyfunction() argument 780 php_curl *ch = (php_curl *)clientp; in curl_ssh_hostkeyfunction() 786 …fprintf(stderr, "clientp = %x, keytype = %d, key = %s, keylen = %zu\n", clientp, keytype, key, key… in curl_ssh_hostkeyfunction()
|
Completed in 10 milliseconds