Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_see.c86 return CURL_SEEKFUNC_CANTSEEK; in tool_seek_cb()
Dtool_formparse.c232 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()
235 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()
/external/curl/lib/
Dmime.c723 CURL_SEEKFUNC_CANTSEEK: CURL_SEEKFUNC_OK; in mime_file_seek()
1105 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()
1111 case CURL_SEEKFUNC_CANTSEEK: in mime_part_rewind()
1114 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()
1137 return CURL_SEEKFUNC_CANTSEEK; /* Only support full rewind. */ in mime_subparts_seek()
Dhttp.c2383 int seekerr = CURL_SEEKFUNC_CANTSEEK; in Curl_http()
2394 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in Curl_http()
Dftp.c1600 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
/external/curl/docs/libcurl/
Dsymbols-in-versions965 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/lib/vssh/
Dwolfssh.c631 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in wssh_statemach_act()
Dlibssh.c1271 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
Dlibssh2.c1970 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
/external/curl/include/curl/
Dcurl.h359 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
/external/curl/packages/OS400/
Dcurl.inc.in167 d CURL_SEEKFUNC_CANTSEEK...