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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c1669 int seekerr = CURL_SEEKFUNC_OK; local
2021 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
2025 if(seekerr != CURL_SEEKFUNC_OK) {
2026 if(seekerr != CURL_SEEKFUNC_CANTSEEK) {
2030 /* 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.c1608 int seekerr = CURL_SEEKFUNC_OK; local
1637 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
1641 if(seekerr != CURL_SEEKFUNC_OK) {
1642 if(seekerr != CURL_SEEKFUNC_CANTSEEK) {
1646 /* seekerr == CURL_SEEKFUNC_CANTSEEK (can't seek to offset) */

Completed in 94 milliseconds