Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c88 static int file_switch(struct archive *, void *, void *);
148 archive_read_set_switch_callback(a, file_switch); in archive_read_open_filenames()
228 archive_read_set_switch_callback(a, file_switch); in archive_read_open_filenames_w()
612 file_switch(struct archive *a, void *client_data1, void *client_data2) in file_switch() function
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_multiple_data_objects.c212 file_switch(struct archive *a, void *data1, void *data2) in file_switch() function
238 file_switch(a, mydata, NULL); in file_close()
297 assertA(0 == archive_read_set_switch_callback(a, file_switch)); in test_customized_multiple_data_objects()