Searched refs:seekfunc (Results 1 – 5 of 5) sorted by relevance
/curl/lib/ |
H A D | mime.c | 1079 if(part->seekfunc) { in mime_part_rewind() 1080 res = part->seekfunc(part->arg, (curl_off_t) 0, SEEK_SET); in mime_part_rewind() 1134 part->seekfunc = NULL; in cleanup_part_content() 1227 src->seekfunc, src->freefunc, src->arg); in Curl_mime_duppart() 1395 part->seekfunc = mime_mem_seek; in curl_mime_data() 1428 part->seekfunc = mime_file_seek; in curl_mime_filedata() 1513 curl_seek_callback seekfunc, in curl_mime_data_cb() argument 1523 part->seekfunc = seekfunc; in curl_mime_data_cb() 1566 part->seekfunc = mime_subparts_seek; in Curl_mime_set_subparts() 2244 curl_seek_callback seekfunc, in curl_mime_data_cb() argument [all …]
|
H A D | mime.h | 117 curl_seek_callback seekfunc; /* Seek function. */ member
|
/curl/docs/libcurl/ |
H A D | curl_mime_data_cb.md | 30 int seekfunc(void *arg, curl_off_t offset, int origin); 36 curl_seek_callback seekfunc, 50 *seekfunc* is a pointer to a seek callback function, with a signature as
|
/curl/include/curl/ |
H A D | curl.h | 2497 curl_seek_callback seekfunc,
|
/curl/packages/OS400/ |
H A D | curl.inc.in | 2671 d seekfunc value like(curl_seek_callback)
|
Completed in 32 milliseconds