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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp.c1680 int seekerr = CURL_SEEKFUNC_OK; local
2009 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
2013 if(seekerr != CURL_SEEKFUNC_OK) {
2014 if(seekerr != CURL_SEEKFUNC_CANTSEEK) {
2018 /* when seekerr == CURL_SEEKFUNC_CANTSEEK (can't seek to offset) */
H A Dssh.c652 int seekerr = CURL_SEEKFUNC_OK; local
1578 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
1582 if(seekerr != CURL_SEEKFUNC_OK) {
1584 if(seekerr != CURL_SEEKFUNC_CANTSEEK) {
1588 /* seekerr == CURL_SEEKFUNC_CANTSEEK (can't seek to offset) */
H A Dftp.c1386 int seekerr = CURL_SEEKFUNC_OK; local
1415 seekerr = conn->seek_func(conn->seek_client, data->state.resume_from,
1419 if(seekerr != CURL_SEEKFUNC_OK) {
1420 if(seekerr != CURL_SEEKFUNC_CANTSEEK) {
1424 /* seekerr == CURL_SEEKFUNC_CANTSEEK (can't seek to offset) */

Completed in 97 milliseconds