Searched refs:sockp (Results 1 – 7 of 7) sorted by relevance
/third_party/curl/docs/examples/ |
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 | 277 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 280 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
D | ghiper.c | 245 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 248 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
D | ephiperfifo.c | 303 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 306 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
/third_party/curl/include/curl/ |
D | multi.h | 423 curl_socket_t sockfd, void *sockp);
|
/third_party/curl/lib/ |
D | connect.c | 1179 curl_socket_t *sockp = &conn->tempsock[tempindex]; in singleipconnect() local 1180 *sockp = CURL_SOCKET_BAD; in singleipconnect() 1314 *sockp = sockfd; in singleipconnect() 1347 *sockp = sockfd; in singleipconnect()
|
/third_party/curl/packages/OS400/ |
D | curl.inc.in | 2891 d sockp * value void *
|