Searched refs:my_fwrite (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dftpget.c38 static size_t my_fwrite(void *buffer, size_t size, size_t nmemb, void *stream) function
70 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, my_fwrite);
H A Dftpsget.c39 static size_t my_fwrite(void *buffer, size_t size, size_t nmemb, function
74 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, my_fwrite);
H A Dsftpget.c42 static size_t my_fwrite(void *buffer, size_t size, size_t nmemb, function
75 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, my_fwrite);

Completed in 93 milliseconds