Home
last modified time | relevance | path

Searched refs:Curl_open (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Durl.h33 CURLcode Curl_open(struct Curl_easy **curl);
H A Deasy.c368 result = Curl_open(&data); in curl_easy_init()
370 DEBUGF(fprintf(stderr, "Error: Curl_open failed\n")); in curl_easy_init()
H A Ddoh.c238 /* Curl_open() is the internal version of curl_easy_init() */ in dohprobe()
239 result = Curl_open(&doh); in dohprobe()
H A Durl.c501 * Curl_open()
508 CURLcode Curl_open(struct Curl_easy **curl) in Curl_open() function
/third_party/curl/tests/unit/
H A Dunit1620.c53 rc = Curl_open(&empty);
56 fail_unless(rc == CURLE_OK, "Curl_open() failed");

Completed in 8 milliseconds