Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_see.c91 return CURL_SEEKFUNC_CANTSEEK; in tool_seek_cb()
Dtool_formparse.c252 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()
255 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()
/external/curl/docs/libcurl/opts/
DCURLOPT_SEEKFUNCTION.md31 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking cannot be done, so
59 *CURL_SEEKFUNC_CANTSEEK* to indicate that while the seek failed, libcurl
/external/curl/docs/examples/
Danyauthput.c66 return CURL_SEEKFUNC_CANTSEEK; in my_seek()
/external/curl/lib/
Dmime.c744 CURL_SEEKFUNC_CANTSEEK : CURL_SEEKFUNC_OK; in mime_file_seek()
1078 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()
1084 case CURL_SEEKFUNC_CANTSEEK: in mime_part_rewind()
1087 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()
1110 return CURL_SEEKFUNC_CANTSEEK; /* Only support full rewind. */ in mime_subparts_seek()
Dsendf.c749 int seekerr = CURL_SEEKFUNC_CANTSEEK; in cr_in_resume_from()
765 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in cr_in_resume_from()
Dftp.c1542 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
/external/curl/docs/libcurl/
Dcurl_mime_data_cb.md91 *CURL_SEEKFUNC_CANTSEEK* to indicate that while the seek failed, libcurl
Dsymbols-in-versions126 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.c643 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in wssh_statemach_act()
Dlibssh.c1308 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
Dlibssh2.c1231 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in sftp_upload_init()
/external/curl/include/curl/
Dcurl.h375 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking cannot be done, so macro
/external/curl/packages/OS400/
Dcurl.inc.in177 d CURL_SEEKFUNC_CANTSEEK...