Searched refs:sockp (Results 1 – 12 of 12) 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 | evhiperfifo.c | 276 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 279 __PRETTY_FUNCTION__, e, s, what, cbp, sockp); in sock_cb() 282 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
D | asiohiper.cpp | 313 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 315 fprintf(MSG_OUT, "\nsock_cb: socket=%d, what=%d, sockp=%p", s, what, sockp); in sock_cb() 318 int *actionp = (int *) sockp; in sock_cb()
|
D | hiperfifo.c | 276 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 279 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
D | ghiper.c | 244 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 247 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
D | ephiperfifo.c | 310 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 313 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 | 996 curl_socket_t *sockp) in singleipconnect() argument 1013 *sockp = CURL_SOCKET_BAD; in singleipconnect() 1140 *sockp = sockfd; in singleipconnect() 1173 *sockp = sockfd; in singleipconnect()
|
/external/curl/include/curl/ |
D | multi.h | 410 curl_socket_t sockfd, void *sockp);
|
/external/libevent/test/ |
D | regress.c | 1841 evutil_socket_t *sockp = arg; in send_a_byte_cb() local 1843 (void) write(*sockp, "A", 1); in send_a_byte_cb()
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 2621 d sockp * value void *
|