Searched refs:cbp (Results 1 – 6 of 6) sorted by relevance
/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 285 GlobalInfo *g = (GlobalInfo*) cbp; 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 281 GlobalInfo *g = (GlobalInfo*) cbp; 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 247 GlobalInfo *g = (GlobalInfo*) cbp; 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 307 GlobalInfo *g = (GlobalInfo*) cbp; in sock_cb()
|
/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)
|
H A D | CURLMOPT_SOCKETFUNCTION.md | 105 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp)
|
Completed in 11 milliseconds