HomeSort by relevance Sort by last modified time
    Searched refs:sock_cb (Results 1 - 4 of 4) sorted by null

  /external/curl/docs/examples/
hiperfifo.c 270 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) function
433 curl_multi_setopt(g.multi, CURLMOPT_SOCKETFUNCTION, sock_cb);
asiohiper.cpp 303 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) function
471 curl_multi_setopt(g.multi, CURLMOPT_SOCKETFUNCTION, sock_cb);
evhiperfifo.c 277 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) function
439 curl_multi_setopt(g.multi, CURLMOPT_SOCKETFUNCTION, sock_cb);
ghiper.c 246 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) function
427 curl_multi_setopt(g->multi, CURLMOPT_SOCKETFUNCTION, sock_cb);

Completed in 68 milliseconds