Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_see.h43 int tool_seek_cb(void *userdata, curl_off_t offset, int whence);
Dtool_cb_see.c47 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) in tool_seek_cb() function
Dtool_operate.c831 my_setopt(curl, CURLOPT_SEEKFUNCTION, tool_seek_cb); in operate_do()