Searched refs:sockp (Results 1 – 8 of 8) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLMOPT_SOCKETDATA.md | 49 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) 51 struct priv *p = sockp;
|
H A D | CURLMOPT_SOCKETFUNCTION.md | 105 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) 107 struct priv *p = sockp;
|
/curl/docs/examples/ |
H A D | evhiperfifo.c | 283 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 286 SockInfo *fdp = (SockInfo*) sockp; in sock_cb() 290 __PRETTY_FUNCTION__, e, s, what, cbp, sockp); in sock_cb()
|
H A D | hiperfifo.c | 279 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 282 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
H A 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()
|
H A D | ephiperfifo.c | 305 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() argument 308 SockInfo *fdp = (SockInfo*) sockp; in sock_cb()
|
/curl/include/curl/ |
H A D | multi.h | 423 curl_socket_t sockfd, void *sockp);
|
/curl/packages/OS400/ |
H A D | curl.inc.in | 3102 d sockp * value void *
|
Completed in 19 milliseconds