Home
last modified time | relevance | path

Searched refs:file_switch (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_read_open_filename.c89 static int file_switch(struct archive *, void *, void *);
149 archive_read_set_switch_callback(a, file_switch); in archive_read_open_filenames()
211 archive_read_set_switch_callback(a, file_switch); in archive_read_open_filename_w()
582 file_switch(struct archive *a, void *client_data1, void *client_data2) in file_switch() function
/freebsd-12-stable/contrib/libarchive/libarchive/test/
Dtest_archive_read_multiple_data_objects.c213 file_switch(struct archive *a, void *data1, void *data2) in file_switch() function
239 file_switch(a, mydata, NULL); in file_close()
305 assertA(0 == archive_read_set_switch_callback(a, file_switch)); in test_customized_multiple_data_objects()