/external/curl/tests/libtest/ |
D | lib1960.c | 47 static int closesocket_cb(void *clientp, curl_socket_t item) in closesocket_cb() argument 49 (void)clientp; in closesocket_cb() 55 static curl_socket_t socket_cb(void *clientp, in socket_cb() argument 59 int s = *(int *)clientp; in socket_cb() 66 static int sockopt_cb(void *clientp, in sockopt_cb() argument 70 (void)clientp; in sockopt_cb()
|
D | lib547.c | 39 void *clientp) in readcallback() argument 41 int *counter = (int *)clientp; in readcallback() 60 void *clientp) in ioctlcallback() argument 62 int *counter = (int *)clientp; in ioctlcallback()
|
D | lib555.c | 46 void *clientp) in readcallback() argument 48 int *counter = (int *)clientp; in readcallback() 67 void *clientp) in ioctlcallback() argument 69 int *counter = (int *)clientp; in ioctlcallback()
|
D | lib500.c | 33 static curl_socket_t tst_opensocket(void *clientp, in tst_opensocket() argument 37 (void)clientp; in tst_opensocket() 43 static int tst_closesocket(void *clientp, curl_socket_t sock) in tst_closesocket() argument 45 (void)clientp; in tst_closesocket()
|
D | lib1522.c | 35 static int sockopt_callback(void *clientp, curl_socket_t curlfd, in sockopt_callback() argument 40 (void) clientp; in sockopt_callback() 45 (void)clientp; in sockopt_callback()
|
D | lib1530.c | 29 static curl_socket_t opensocket(void *clientp, in opensocket() argument 35 (void)clientp; in opensocket()
|
D | lib599.c | 28 static int progress_callback(void *clientp, double dltotal, in progress_callback() argument 31 (void)clientp; in progress_callback()
|
D | lib578.c | 33 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument 38 (void)clientp; /* UNUSED */ in progress_callback()
|
D | libprereq.c | 31 static int prereq_callback(void *clientp, in prereq_callback() argument 37 PRCS *prereq_cb = (PRCS *)clientp; in prereq_callback()
|
D | lib579.c | 41 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument 46 (void)clientp; /* UNUSED */ in progress_callback()
|
D | lib552.c | 155 static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp) in ioctl_callback() argument 157 (void)clientp; in ioctl_callback()
|
D | lib670.c | 74 static int xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument 77 struct ReadThis *pooh = (struct ReadThis *) clientp; in xferinfo()
|
/external/curl/docs/examples/ |
D | externalsocket.c | 62 static int closecb(void *clientp, curl_socket_t item) in closecb() argument 64 (void)clientp; in closecb() 69 static curl_socket_t opensocket(void *clientp, in opensocket() argument 76 sockfd = *(curl_socket_t *)clientp; in opensocket() 82 static int sockopt_callback(void *clientp, curl_socket_t curlfd, in sockopt_callback() argument 85 (void)clientp; in sockopt_callback()
|
/external/curl/src/ |
D | tool_cb_rea.c | 98 int tool_readbusy_cb(void *clientp, in tool_readbusy_cb() argument 102 struct per_transfer *per = clientp; in tool_readbusy_cb()
|
D | tool_cb_rea.h | 38 int tool_readbusy_cb(void *clientp,
|
D | tool_progress.h | 28 int xferinfo_cb(void *clientp,
|
D | tool_cb_prg.h | 50 int tool_progress_cb(void *clientp,
|
D | tool_cb_prg.c | 126 int tool_progress_cb(void *clientp, in tool_progress_cb() argument 131 struct per_transfer *per = clientp; in tool_progress_cb()
|
D | tool_progress.c | 83 int xferinfo_cb(void *clientp, in xferinfo_cb() argument 89 struct per_transfer *per = clientp; in xferinfo_cb()
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 172 typedef int (*curl_progress_callback)(void *clientp, 228 typedef int (*curl_sockopt_callback)(void *clientp, 243 (*curl_opensocket_callback)(void *clientp, 249 typedef int (*curl_passwd_callback)(void *clientp, 270 void *clientp); 550 void *clientp); /* custom pointer passed from app */
|
/external/curl/include/curl/ |
D | curl.h | 235 typedef int (*curl_progress_callback)(void *clientp, 244 typedef int (*curl_xferinfo_callback)(void *clientp, 419 typedef int (*curl_sockopt_callback)(void *clientp, 434 (*curl_opensocket_callback)(void *clientp, 439 (*curl_closesocket_callback)(void *clientp, curl_socket_t item); 456 void *clientp); 494 typedef int (*curl_prereq_callback)(void *clientp, 884 void *clientp); /* custom pointer passed with */ 888 (*curl_sshhostkeycallback) (void *clientp,/* custom pointer passed */
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request.h | 257 int (*param)(void* clientp, curl_off_t dltotal, curl_off_t dlnow,
|
D | curl_http_request_test.cc | 140 int (*param)(void* clientp, curl_off_t dltotal, in curl_easy_setopt() argument 257 int (*progress_callback_)(void* clientp, curl_off_t dltotal, curl_off_t dlnow,
|
D | curl_http_request.cc | 80 int (*param)(void* clientp, curl_off_t dltotal, in curl_easy_setopt() argument
|
/external/curl/.github/scripts/ |
D | spellcheck.words | 103 clientp
|