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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_cb_prg.h44 int tool_progress_cb(void *clientp,
H A Dtool_cb_prg.c41 int tool_progress_cb(void *clientp, argument
56 struct ProgressData *bar = (struct ProgressData *)clientp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib500.c30 static curl_socket_t tst_opensocket(void *clientp, argument
34 (void)clientp;
40 static int tst_closesocket(void *clientp, curl_socket_t sock) argument
42 (void)clientp;
H A Dlib547.c44 void *clientp)
46 int *counter = (int *)clientp;
65 void *clientp)
67 int *counter = (int *)clientp;
41 readcallback(void *ptr, size_t size, size_t nmemb, void *clientp) argument
63 ioctlcallback(CURL *handle, int cmd, void *clientp) argument
H A Dlib555.c43 void *clientp)
45 int *counter = (int *)clientp;
64 void *clientp)
66 int *counter = (int *)clientp;
40 readcallback(void *ptr, size_t size, size_t nmemb, void *clientp) argument
62 ioctlcallback(CURL *handle, int cmd, void *clientp) argument
H A Dlib578.c31 static int progress_callback(void *clientp, double dltotal, double dlnow, double ultotal, double ulnow) argument
35 (void)clientp; /* UNUSED */
H A Dlib579.c39 static int progress_callback(void *clientp, double dltotal, double dlnow, argument
45 (void)clientp; /* UNUSED */
H A Dlib552.c145 static curlioerr ioctl_callback(CURL * handle, int cmd, void *clientp) argument
147 (void)clientp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/docs/examples/
H A Dexternalsocket.c55 static curl_socket_t opensocket(void *clientp, argument
59 curl_socket_t sockfd = *(curl_socket_t *)clientp;
65 static int sockopt_callback(void *clientp, curl_socket_t curlfd, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/include/curl/
H A Dcurl.h167 typedef int (*curl_progress_callback)(void *clientp,
323 typedef int (*curl_sockopt_callback)(void *clientp,
338 (*curl_opensocket_callback)(void *clientp,
343 (*curl_closesocket_callback)(void *clientp, curl_socket_t item);
360 void *clientp);
659 void *clientp); /* custom pointer passed from app */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tmp/include/curl/
H A Dcurl.h167 typedef int (*curl_progress_callback)(void *clientp,
323 typedef int (*curl_sockopt_callback)(void *clientp,
338 (*curl_opensocket_callback)(void *clientp,
343 (*curl_closesocket_callback)(void *clientp, curl_socket_t item);
360 void *clientp);
659 void *clientp); /* custom pointer passed from app */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dssh.c467 void *clientp)
472 (void)clientp;
463 sshkeycallback(CURL *easy, const struct curl_khkey *knownkey, const struct curl_khkey *foundkey, enum curl_khmatch match, void *clientp) argument

Completed in 134 milliseconds