Searched refs:file_close (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/libarchive/libarchive/ |
| HD | archive_read_open_file.c | 59 static int file_close(struct archive *, void *); 102 archive_read_set_close_callback(a, file_close); in archive_read_open_FILE() 171 file_close(struct archive *a, void *client_data) in file_close() function
|
| HD | archive_read_open_fd.c | 59 static int file_close(struct archive *, void *); 106 archive_read_set_close_callback(a, file_close); in archive_read_open_fd() 202 file_close(struct archive *a, void *client_data) in file_close() function
|
| HD | archive_write_open_filename.c | 63 static int file_close(struct archive *, void *); 127 file_open, file_write, file_close, file_free)); in open_filename() 241 file_close(struct archive *a, void *client_data) in file_close() function
|
| HD | archive_read_open_filename.c | 86 static int file_close(struct archive *, void *); 147 archive_read_set_close_callback(a, file_close); in archive_read_open_filenames() 227 archive_read_set_close_callback(a, file_close); in archive_read_open_filenames_w() 603 file_close(struct archive *a, void *client_data) in file_close() function
|
| /freebsd-14-stable/crypto/openssl/providers/implementations/storemgmt/ |
| HD | file_store.c | 50 static OSSL_FUNC_store_close_fn file_close; variable 191 file_close(ctx); in file_open_dir() 764 static int file_close(void *loaderctx) in file_close() function 788 { OSSL_FUNC_STORE_CLOSE, (void (*)(void))file_close },
|
| /freebsd-14-stable/contrib/libarchive/libarchive/test/ |
| HD | test_archive_read_multiple_data_objects.c | 233 file_close(struct archive *a, void *data) in file_close() function 296 assertA(0 == archive_read_set_close_callback(a, file_close)); in test_customized_multiple_data_objects()
|
| /freebsd-14-stable/crypto/openssl/engines/ |
| HD | e_loader_attic.c | 1666 static int file_close(OSSL_STORE_LOADER_CTX *ctx) in file_close() function 1741 || !OSSL_STORE_LOADER_set_close(loader_attic, file_close) in bind_loader_attic()
|