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; 192 void* sockp) override;
|
/external/curl/docs/examples/ |
D | asiohiper.cpp | 276 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 278 fprintf(MSG_OUT, "\nsock_cb: socket=%d, what=%d, sockp=%p", s, what, sockp); in sock_cb() 281 int *actionp = (int *) sockp; in sock_cb()
|
D | evhiperfifo.c | 261 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 264 __PRETTY_FUNCTION__, e, s, what, cbp, sockp); in sock_cb() 267 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
D | ghiper.c | 250 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 253 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
D | hiperfifo.c | 257 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 260 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 | 990 curl_socket_t *sockp) in singleipconnect() argument 1003 *sockp = CURL_SOCKET_BAD; in singleipconnect() 1087 *sockp = sockfd; in singleipconnect() 1124 *sockp = sockfd; in singleipconnect()
|
/external/curl/include/curl/ |
D | multi.h | 398 curl_socket_t sockfd, void *sockp);
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2176 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
|