Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cb_see.c89 return CURL_SEEKFUNC_CANTSEEK; in tool_seek_cb()
H A Dtool_formparse.c229 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()
232 return CURL_SEEKFUNC_CANTSEEK; in tool_mime_stdin_seek()
/curl/docs/examples/
H A Danyauthput.c64 return CURL_SEEKFUNC_CANTSEEK; in my_seek()
/curl/docs/libcurl/opts/
H A DCURLOPT_SEEKFUNCTION.md28 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking cannot be done, so
56 *CURL_SEEKFUNC_CANTSEEK* to indicate that while the seek failed, libcurl
/curl/lib/
H A Dmime.c742 CURL_SEEKFUNC_CANTSEEK: CURL_SEEKFUNC_OK; in mime_file_seek()
1076 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()
1082 case CURL_SEEKFUNC_CANTSEEK: in mime_part_rewind()
1085 res = CURL_SEEKFUNC_CANTSEEK; in mime_part_rewind()
1108 return CURL_SEEKFUNC_CANTSEEK; /* Only support full rewind. */ in mime_subparts_seek()
H A Dsendf.c755 int seekerr = CURL_SEEKFUNC_CANTSEEK; in cr_in_resume_from()
771 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in cr_in_resume_from()
H A Dftp.c1706 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ftp_state_ul_setup()
/curl/docs/libcurl/
H A Dcurl_mime_data_cb.md90 *CURL_SEEKFUNC_CANTSEEK* to indicate that while the seek failed, libcurl
H A Dsymbols-in-versions126 CURL_SEEKFUNC_CANTSEEK 7.19.5
/curl/lib/vssh/
H A Dwolfssh.c640 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in wssh_statemach_act()
H A Dlibssh.c1306 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in myssh_statemach_act()
H A Dlibssh2.c2159 if(seekerr != CURL_SEEKFUNC_CANTSEEK) { in ssh_statemach_act()
/curl/include/curl/
H A Dcurl.h379 #define CURL_SEEKFUNC_CANTSEEK 2 /* tell libcurl seeking can't be done, so macro
/curl/packages/OS400/
H A Dcurl.inc.in177 d CURL_SEEKFUNC_CANTSEEK...

Completed in 95 milliseconds