Home
last modified time | relevance | path

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

/third_party/curl/docs/libcurl/opts/
DCURLMOPT_SOCKETDATA.md48 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);
DCURLMOPT_SOCKETFUNCTION.md101 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/
Dhiperfifo.c279 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()
Dghiper.c247 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()
Devhiperfifo.c279 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()
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()