Searched refs:sock_cb (Results 1 – 6 of 6) 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) 72 curl_multi_setopt(multi, CURLMOPT_SOCKETFUNCTION, sock_cb);
|
H A D | CURLMOPT_SOCKETFUNCTION.md | 105 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) 128 curl_multi_setopt(multi, CURLMOPT_SOCKETFUNCTION, sock_cb);
|
/curl/docs/examples/ |
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() function 448 curl_multi_setopt(g.multi, CURLMOPT_SOCKETFUNCTION, sock_cb); in main()
|
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() function 428 curl_multi_setopt(g->multi, CURLMOPT_SOCKETFUNCTION, sock_cb); in main()
|
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() function 445 curl_multi_setopt(g.multi, CURLMOPT_SOCKETFUNCTION, sock_cb); in main()
|
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() function 503 curl_multi_setopt(g.multi, CURLMOPT_SOCKETFUNCTION, sock_cb); in main()
|
Completed in 11 milliseconds