Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_operate.c2490 struct contextuv { struct
2522 struct contextuv *c = (struct contextuv *) req->data; in on_uv_socket()
2567 static struct contextuv *create_context(curl_socket_t sockfd, in create_context()
2570 struct contextuv *c; in create_context()
2572 c = (struct contextuv *) malloc(sizeof(*c)); in create_context()
2585 struct contextuv *c = (struct contextuv *) handle->data; in close_cb()
2589 static void destroy_context(struct contextuv *c) in destroy_context()
2599 struct contextuv *c; in cb_socket()
2608 (struct contextuv *) socketp : create_context(s, uv); in cb_socket()
2621 c = (struct contextuv *)socketp; in cb_socket()

Completed in 8 milliseconds