Searched refs:WriteMemoryCallback (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dgetinmemory.c39 WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) function
78 curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, WriteMemoryCallback);
H A Dpostinmemory.c33 WriteMemoryCallback(void *contents, size_t size, size_t nmemb, void *userp) function
69 curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, WriteMemoryCallback);

Completed in 34 milliseconds