Home
last modified time | relevance | path

Searched refs:sock_cb (Results 1 – 6 of 6) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLMOPT_SOCKETDATA.md49 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 DCURLMOPT_SOCKETFUNCTION.md105 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 Dhiperfifo.c279 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 Dghiper.c245 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 Devhiperfifo.c283 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 Dephiperfifo.c305 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 10 milliseconds