OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Curl_done
(Results
1 - 4
of
4
) sorted by null
/external/curl/lib/
url.h
41
CURLcode
Curl_done
(struct connectdata **, CURLcode, bool premature);
multi.c
523
/* Set connection owner so that
Curl_done
() closes it.
548
/* we must call
Curl_done
() here (if we still "own it") so that we don't
552
/*
Curl_done
() clears the conn->data field to lose the association
557
(void)
Curl_done
(&data->easy_conn, data->result, premature);
560
/* Clear connection pipelines, if
Curl_done
above was not called */
1062
(void)
Curl_done
(&data->easy_conn, result, TRUE);
[
all
...]
transfer.c
[
all
...]
url.c
[
all
...]
Completed in 3134 milliseconds