Lines Matching refs:seekfunc
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
2251 (void) seekfunc; in curl_mime_data_cb()