Home
last modified time | relevance | path

Searched refs:CURL_SEEKFUNC_CANTSEEK (Results 1 – 8 of 8) sorted by relevance

/external/curl/src/
Dtool_cb_see.c86 return CURL_SEEKFUNC_CANTSEEK; in tool_seek_cb()
/external/curl/docs/libcurl/
Dsymbols-in-versions724 CURL_SEEKFUNC_CANTSEEK 7.19.5
/external/google-breakpad/src/third_party/curl/
Dcurl.h205 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
/external/curl/include/curl/
Dcurl.h295 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
/external/curl/lib/
Dssh.c1727 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
Dhttp.c2155 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in Curl_http()
Dftp.c1660 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
/external/curl/packages/OS400/
Dcurl.inc.in146 d CURL_SEEKFUNC_CANTSEEK...