Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cb_see.c81 return CURL_SEEKFUNC_OK; in tool_seek_cb()
91 return CURL_SEEKFUNC_OK; in tool_seek_cb()
H A Dtool_formparse.c235 return CURL_SEEKFUNC_OK; in tool_mime_stdin_seek()
/curl/docs/libcurl/opts/
H A DCURLOPT_SEEKFUNCTION.md26 #define CURL_SEEKFUNC_OK 0
54 The callback function must return *CURL_SEEKFUNC_OK* on success,
80 return CURL_SEEKFUNC_OK;
H A DCURLOPT_SEEKDATA.md50 return CURL_SEEKFUNC_OK;
/curl/docs/examples/
H A Danyauthput.c66 return CURL_SEEKFUNC_OK; /* success! */ in my_seek()
/curl/lib/
H A Dmime.c696 return CURL_SEEKFUNC_OK; in mime_mem_seek()
736 return CURL_SEEKFUNC_OK; /* Not open: implicitly already at BOF. */ in mime_file_seek()
742 CURL_SEEKFUNC_CANTSEEK: CURL_SEEKFUNC_OK; in mime_file_seek()
1069 int res = CURL_SEEKFUNC_OK; in mime_part_rewind()
1080 case CURL_SEEKFUNC_OK: in mime_part_rewind()
1094 if(res == CURL_SEEKFUNC_OK) in mime_part_rewind()
1105 int result = CURL_SEEKFUNC_OK; in mime_subparts_seek()
1111 return CURL_SEEKFUNC_OK; /* Already rewound. */ in mime_subparts_seek()
1115 if(res != CURL_SEEKFUNC_OK) in mime_subparts_seek()
1119 if(result == CURL_SEEKFUNC_OK) in mime_subparts_seek()
[all …]
H A Dsendf.c768 if(seekerr != CURL_SEEKFUNC_OK) { in cr_in_resume_from()
H A Dftp.c1683 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup()
1704 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()
/curl/docs/libcurl/
H A Dcurl_mime_data_cb.md88 The callback function must return *CURL_SEEKFUNC_OK* on success,
146 return CURL_SEEKFUNC_OK;
H A Dsymbols-in-versions128 CURL_SEEKFUNC_OK 7.19.5
/curl/lib/vssh/
H A Dwolfssh.c629 int seekerr = CURL_SEEKFUNC_OK; in wssh_statemach_act()
637 if(seekerr != CURL_SEEKFUNC_OK) { in wssh_statemach_act()
H A Dlibssh.c676 int seekerr = CURL_SEEKFUNC_OK; in myssh_statemach_act()
1302 if(seekerr != CURL_SEEKFUNC_OK) { in myssh_statemach_act()
H A Dlibssh2.c978 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act()
2156 if(seekerr != CURL_SEEKFUNC_OK) { in ssh_statemach_act()
/curl/include/curl/
H A Dcurl.h377 #define CURL_SEEKFUNC_OK 0 macro
/curl/packages/OS400/
H A Dcurl.inc.in173 d CURL_SEEKFUNC_OK...

Completed in 85 milliseconds