Searched refs:option_handler (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_options_private.h | 32 typedef int (*option_handler)(struct archive *a, typedef 38 int magic, const char *fn, option_handler use_option); 42 int magic, const char *fn, option_handler use_option); 47 option_handler use_format_option, option_handler use_filter_option);
|
H A D | archive_options.c | 41 int magic, const char *fn, option_handler use_option) in _archive_set_option() 76 option_handler use_format_option, option_handler use_filter_option) in _archive_set_either_option() 100 int magic, const char *fn, option_handler use_option) in _archive_set_options()
|