Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Ddownload.c23 size_t my_write_func(void *ptr, size_t size, size_t nmemb, FILE *stream) in my_write_func() function
65 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, my_write_func); in download_file()