Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_see.c86 return CURL_SEEKFUNC_CANTSEEK; in tool_seek_cb()
Dtool_formparse.c420 return CURL_SEEKFUNC_CANTSEEK; in stdin_seek()
423 return CURL_SEEKFUNC_CANTSEEK; in stdin_seek()
/external/curl/lib/
Dmime.c695 CURL_SEEKFUNC_CANTSEEK: CURL_SEEKFUNC_OK; in mime_file_seek()
1022 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()
1028 case CURL_SEEKFUNC_CANTSEEK: in mime_part_rewind()
1031 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()
1054 return CURL_SEEKFUNC_CANTSEEK; /* Only support full rewind. */ in mime_subparts_seek()
Dhttp.c1775 int seekerr = CURL_SEEKFUNC_CANTSEEK; in Curl_http()
2201 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in Curl_http()
Dssh-libssh.c1138 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
Dssh.c1757 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
Dftp.c1624 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
/external/curl/docs/libcurl/
Dsymbols-in-versions806 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.h342 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
/external/curl/packages/OS400/
Dcurl.inc.in156 d CURL_SEEKFUNC_CANTSEEK...