Searched refs:sock_cb (Results 1 – 6 of 6) sorted by relevance
/third_party/curl/docs/libcurl/opts/ |
D | CURLMOPT_SOCKETDATA.md | 48 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) 71 curl_multi_setopt(multi, CURLMOPT_SOCKETFUNCTION, sock_cb);
|
D | CURLMOPT_SOCKETFUNCTION.md | 101 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) 124 curl_multi_setopt(multi, CURLMOPT_SOCKETFUNCTION, sock_cb);
|
/third_party/curl/docs/examples/ |
D | hiperfifo.c | 279 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() function 447 curl_multi_setopt(g.multi, CURLMOPT_SOCKETFUNCTION, sock_cb); in main()
|
D | ghiper.c | 247 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() function 427 curl_multi_setopt(g->multi, CURLMOPT_SOCKETFUNCTION, sock_cb); in main()
|
D | evhiperfifo.c | 279 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb() function 439 curl_multi_setopt(g.multi, CURLMOPT_SOCKETFUNCTION, sock_cb); in main()
|
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()
|