Home
last modified time | relevance | path

Searched refs:sockp (Results 1 – 11 of 11) sorted by relevance

/external/libbrillo/brillo/http/
Dcurl_api.cc168 void* sockp) { in MultiAssign() argument
169 return curl_multi_assign(multi_handle, sockfd, sockp); in MultiAssign()
Dcurl_api.h105 void* sockp) = 0;
192 void* sockp) override;
/external/curl/docs/examples/
Dasiohiper.cpp276 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()
Devhiperfifo.c261 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()
Dghiper.c250 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()
Dhiperfifo.c257 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/
Dmulti.h340 curl_socket_t sockfd, void *sockp);
/external/curl/lib/
Dconnect.c990 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/
Dmulti.h398 curl_socket_t sockfd, void *sockp);
/external/curl/packages/OS400/
Dcurl.inc.in2176 d sockp * value void *
/external/curl/
DCHANGES.06184 void *sockp);
6186 'sockp' being a custom pointer set by the application to be associated with