Home
last modified time | relevance | path

Searched defs:sockp (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/docs/examples/
Devhiperfifo.c277 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb()
Dhiperfifo.c277 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb()
Dghiper.c245 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb()
Dephiperfifo.c303 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) in sock_cb()
/third_party/curl/lib/
Dconnect.c1179 curl_socket_t *sockp = &conn->tempsock[tempindex]; in singleipconnect() local