Home
last modified time | relevance | path

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

/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.c43 void *clientp) in readcallback() argument
45 int *counter = (int *)clientp; in readcallback()
64 void *clientp) in ioctlcallback() argument
66 int *counter = (int *)clientp; in ioctlcallback()
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, double ultotal, double ul… in progress_callback() argument
35 (void)clientp; /* UNUSED */ in progress_callback()
Dlib579.c39 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
45 (void)clientp; /* UNUSED */ in progress_callback()
Dlib552.c147 static curlioerr ioctl_callback(CURL * handle, int cmd, void *clientp) in ioctl_callback() argument
149 (void)clientp; in ioctl_callback()
/external/curl/docs/examples/
Dexternalsocket.c60 static curl_socket_t opensocket(void *clientp, in opensocket() argument
67 sockfd = *(curl_socket_t *)clientp; in opensocket()
73 static int sockopt_callback(void *clientp, curl_socket_t curlfd, in sockopt_callback() argument
76 (void)clientp; in sockopt_callback()
Dasiohiper.cpp344 static curl_socket_t opensocket(void *clientp, curlsocktype purpose, in opensocket() argument
381 static int closesocket(void *clientp, curl_socket_t item) in closesocket() argument
/external/curl/src/
Dtool_cb_prg.c40 int tool_progress_cb(void *clientp, in tool_progress_cb() argument
54 struct ProgressData *bar = (struct ProgressData *)clientp; in tool_progress_cb()
Dtool_cb_prg.h45 int tool_progress_cb(void *clientp,
/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.h161 typedef int (*curl_progress_callback)(void *clientp,
169 typedef int (*curl_xferinfo_callback)(void *clientp,
326 typedef int (*curl_sockopt_callback)(void *clientp,
341 (*curl_opensocket_callback)(void *clientp,
346 (*curl_closesocket_callback)(void *clientp, curl_socket_t item);
363 void *clientp);
708 void *clientp); /* custom pointer passed from app */
/external/curl/lib/
Dssh.c471 void *clientp) in sshkeycallback() argument
476 (void)clientp; in sshkeycallback()