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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhttp.c1741 int seekerr = CURL_SEEKFUNC_OK; local
2108 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
2112 if(seekerr != CURL_SEEKFUNC_OK) {
2113 if(seekerr != CURL_SEEKFUNC_CANTSEEK) {
2117 /* when seekerr == CURL_SEEKFUNC_CANTSEEK (can't seek to offset) */
H A Dssh.c695 int seekerr = CURL_SEEKFUNC_OK; local
1686 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
1690 if(seekerr != CURL_SEEKFUNC_OK) {
1692 if(seekerr != CURL_SEEKFUNC_CANTSEEK) {
1696 /* seekerr == CURL_SEEKFUNC_CANTSEEK (can't seek to offset) */
H A Dftp.c1625 int seekerr = CURL_SEEKFUNC_OK; local
1654 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
1658 if(seekerr != CURL_SEEKFUNC_OK) {
1659 if(seekerr != CURL_SEEKFUNC_CANTSEEK) {
1663 /* seekerr == CURL_SEEKFUNC_CANTSEEK (can't seek to offset) */

Completed in 163 milliseconds