Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_operate.c2491 struct contextuv { struct
2523 struct contextuv *c = (struct contextuv *) req->data; in on_uv_socket()
2568 static struct contextuv *create_context(curl_socket_t sockfd, in create_context()
2571 struct contextuv *c; in create_context()
2573 c = (struct contextuv *) malloc(sizeof(*c)); in create_context()
2586 struct contextuv *c = (struct contextuv *) handle->data; in close_cb()
2590 static void destroy_context(struct contextuv *c) in destroy_context()
2600 struct contextuv *c; in cb_socket()
2609 (struct contextuv *) socketp : create_context(s, uv); in cb_socket()
2622 c = (struct contextuv *)socketp; in cb_socket()

Completed in 11 milliseconds