Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_see.c78 return CURL_SEEKFUNC_OK; in tool_seek_cb()
88 return CURL_SEEKFUNC_OK; in tool_seek_cb()
Dtool_formparse.c236 return CURL_SEEKFUNC_OK; in tool_mime_stdin_seek()
/external/curl/lib/
Dmime.c645 return CURL_SEEKFUNC_OK; in mime_mem_seek()
682 return CURL_SEEKFUNC_OK; /* Not open: implicitly already at BOF. */ in mime_file_seek()
688 CURL_SEEKFUNC_CANTSEEK: CURL_SEEKFUNC_OK; in mime_file_seek()
1004 int res = CURL_SEEKFUNC_OK; in mime_part_rewind()
1015 case CURL_SEEKFUNC_OK: in mime_part_rewind()
1029 if(res == CURL_SEEKFUNC_OK) in mime_part_rewind()
1039 int result = CURL_SEEKFUNC_OK; in mime_subparts_seek()
1045 return CURL_SEEKFUNC_OK; /* Already rewound. */ in mime_subparts_seek()
1049 if(res != CURL_SEEKFUNC_OK) in mime_subparts_seek()
1053 if(result == CURL_SEEKFUNC_OK) in mime_subparts_seek()
[all …]
Dssh-libssh.c562 int seekerr = CURL_SEEKFUNC_OK; in myssh_statemach_act()
1158 if(seekerr != CURL_SEEKFUNC_OK) { in myssh_statemach_act()
Dssh.c646 int seekerr = CURL_SEEKFUNC_OK; in ssh_statemach_act()
1766 if(seekerr != CURL_SEEKFUNC_OK) { in ssh_statemach_act()
Dftp.c1601 int seekerr = CURL_SEEKFUNC_OK; in ftp_state_ul_setup()
1621 if(seekerr != CURL_SEEKFUNC_OK) { in ftp_state_ul_setup()
Dhttp.c2405 if(seekerr != CURL_SEEKFUNC_OK) { in Curl_http()
/external/curl/docs/libcurl/
Dsymbols-in-versions885 CURL_SEEKFUNC_OK 7.19.5
/external/google-breakpad/src/third_party/curl/
Dcurl.h203 #define CURL_SEEKFUNC_OK 0 macro
/external/curl/include/curl/
Dcurl.h353 #define CURL_SEEKFUNC_OK 0 macro
/external/curl/packages/OS400/
Dcurl.inc.in159 d CURL_SEEKFUNC_OK...