Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dexternalsocket.c61 static int closecb(void *clientp, curl_socket_t item) in closecb() argument
63 (void)clientp; in closecb()
68 static curl_socket_t opensocket(void *clientp, in opensocket() argument
75 sockfd = *(curl_socket_t *)clientp; in opensocket()
81 static int sockopt_callback(void *clientp, curl_socket_t curlfd, in sockopt_callback() argument
84 (void)clientp; in sockopt_callback()
/external/curl/tests/libtest/
Dlib547.c44 void *clientp) in readcallback() argument
46 int *counter = (int *)clientp; in readcallback()
65 void *clientp) in ioctlcallback() argument
67 int *counter = (int *)clientp; in ioctlcallback()
Dlib555.c51 void *clientp) in readcallback() argument
53 int *counter = (int *)clientp; in readcallback()
72 void *clientp) in ioctlcallback() argument
74 int *counter = (int *)clientp; in ioctlcallback()
Dlib1522.c32 static int sockopt_callback(void *clientp, curl_socket_t curlfd, in sockopt_callback() argument
37 (void) clientp; in sockopt_callback()
42 (void)clientp; in sockopt_callback()
Dlib500.c31 static curl_socket_t tst_opensocket(void *clientp, in tst_opensocket() argument
35 (void)clientp; in tst_opensocket()
41 static int tst_closesocket(void *clientp, curl_socket_t sock) in tst_closesocket() argument
43 (void)clientp; in tst_closesocket()
Dlib1530.c27 static curl_socket_t opensocket(void *clientp, in opensocket() argument
33 (void)clientp; in opensocket()
Dlib599.c26 static int progress_callback(void *clientp, double dltotal, in progress_callback() argument
29 (void)clientp; in progress_callback()
Dlib578.c31 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
36 (void)clientp; /* UNUSED */ in progress_callback()
Dlib579.c39 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
44 (void)clientp; /* UNUSED */ in progress_callback()
Dlib552.c153 static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp) in ioctl_callback() argument
155 (void)clientp; in ioctl_callback()
Dlib670.c68 static int xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
71 struct ReadThis *pooh = (struct ReadThis *) clientp; in xferinfo()
/external/curl/src/
Dtool_cb_rea.c61 int tool_readbusy_cb(void *clientp, in tool_readbusy_cb() argument
65 struct per_transfer *per = clientp; in tool_readbusy_cb()
Dtool_cb_rea.h36 int tool_readbusy_cb(void *clientp,
Dtool_progress.h26 int xferinfo_cb(void *clientp,
Dtool_cb_prg.h48 int tool_progress_cb(void *clientp,
Dtool_cb_prg.c124 int tool_progress_cb(void *clientp, in tool_progress_cb() argument
132 struct per_transfer *per = clientp; in tool_progress_cb()
Dtool_progress.c91 int xferinfo_cb(void *clientp, in xferinfo_cb() argument
97 struct per_transfer *per = clientp; in xferinfo_cb()
/external/google-breakpad/src/third_party/curl/
Dcurl.h172 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/
Dcurl.h220 typedef int (*curl_progress_callback)(void *clientp,
229 typedef int (*curl_xferinfo_callback)(void *clientp,
400 typedef int (*curl_sockopt_callback)(void *clientp,
415 (*curl_opensocket_callback)(void *clientp,
420 (*curl_closesocket_callback)(void *clientp, curl_socket_t item);
437 void *clientp);
852 void *clientp); /* custom pointer passed from app */
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.h257 int (*param)(void* clientp, curl_off_t dltotal, curl_off_t dlnow,
Dcurl_http_request_test.cc140 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,
Dcurl_http_request.cc80 int (*param)(void* clientp, curl_off_t dltotal, in curl_easy_setopt() argument
/external/curl/lib/vssh/
Dlibssh2.c397 void *clientp) in sshkeycallback() argument
402 (void)clientp; in sshkeycallback()