Searched refs:sockp (Results 1 – 11 of 11) sorted by relevance
/external/libbrillo/brillo/http/ |
D | curl_api.cc | 168 void* sockp) { in MultiAssign() argument 169 return curl_multi_assign(multi_handle, sockfd, sockp); in MultiAssign()
|
D | curl_api.h | 105 void* sockp) = 0; 203 void* sockp) override;
|
/external/curl/docs/examples/ |
D | asiohiper.cpp | 277 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 279 fprintf(MSG_OUT, "\nsock_cb: socket=%d, what=%d, sockp=%p", s, what, sockp); in sock_cb() 282 int *actionp = (int *) sockp; in sock_cb()
|
D | evhiperfifo.c | 277 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 280 __PRETTY_FUNCTION__, e, s, what, cbp, sockp); in sock_cb() 283 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
D | hiperfifo.c | 262 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 265 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
D | ghiper.c | 237 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 240 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
/external/google-breakpad/src/third_party/curl/ |
D | multi.h | 340 curl_socket_t sockfd, void *sockp);
|
/external/curl/lib/ |
D | connect.c | 986 curl_socket_t *sockp) in singleipconnect() argument 999 *sockp = CURL_SOCKET_BAD; in singleipconnect() 1105 *sockp = sockfd; in singleipconnect() 1142 *sockp = sockfd; in singleipconnect()
|
/external/curl/include/curl/ |
D | multi.h | 408 curl_socket_t sockfd, void *sockp);
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2311 d sockp * value void *
|
/external/curl/ |
D | CHANGES.0 | 6184 void *sockp); 6186 'sockp' being a custom pointer set by the application to be associated with
|