Lines Matching defs:easy
346 * easy handle that is returned. If anything goes wrong, NULL is returned.
453 static int events_socket(struct Curl_easy *easy, /* easy handle */
466 (void) easy;
483 infof(easy, "socket cb: socket %" CURL_FORMAT_SOCKET_T
490 infof(easy, "socket cb: socket %" CURL_FORMAT_SOCKET_T
515 infof(easy, "socket cb: socket %" CURL_FORMAT_SOCKET_T
704 * CONCEPT: This function creates a multi handle, adds the easy handle to it,
706 * easy handle, destroys the multi handle and returns the easy handle's return
710 * needs to keep it around since if this easy handle is used again by this
732 failf(data, "easy handle already used in multi handle");
739 /* this multi handle will only ever have a single easy handled attached
773 /* The multi handle is kept alive, owned by the easy handle */
801 * easy handle.
889 * given input easy handle. The returned handle will be a new working handle
1070 * current connection this easy handle operates on.
1349 /* Verify that we got an easy handle we can work with. */