Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dftp-wildcard.c37 static long file_is_downloaded(struct callback_data *data);
71 curl_easy_setopt(handle, CURLOPT_CHUNK_END_FUNCTION, file_is_downloaded); in main()
131 static long file_is_downloaded(struct callback_data *data) in file_is_downloaded() function