HomeSort by: relevance | last modified time | path
    Searched defs:file_close (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_open_fd.c 61 static int file_close(struct archive *, void *);
109 archive_read_set_close_callback(a, file_close);
225 file_close(struct archive *a, void *client_data) function
archive_write_open_filename.c 63 static int file_close(struct archive *, void *);
128 file_open, file_write, file_close, file_free));
244 file_close(struct archive *a, void *client_data) function
archive_read_open_filename.c 88 static int file_close(struct archive *, void *);
152 archive_read_set_close_callback(a, file_close);
234 archive_read_set_close_callback(a, file_close);
636 file_close(struct archive *a, void *client_data) function
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_read_multiple_data_objects.c 233 file_close(struct archive *a, void *data) function
296 assertA(0 == archive_read_set_close_callback(a, file_close));
  /src/bin/pax/
file_subs.c 216 * file_close()
222 file_close(ARCHD *arcn, int fd) function
  /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
file_store.c 50 static OSSL_FUNC_store_close_fn file_close; variable
191 file_close(ctx);
764 static int file_close(void *loaderctx) function
788 { OSSL_FUNC_STORE_CLOSE, (void (*)(void))file_close },
  /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/
file_store.c 51 static OSSL_FUNC_store_close_fn file_close; variable
192 file_close(ctx);
806 static int file_close(void *loaderctx) function
830 { OSSL_FUNC_STORE_CLOSE, (void (*)(void))file_close },
  /src/crypto/external/bsd/openssl.old/dist/crypto/store/
loader_file.c 1435 static int file_close(OSSL_STORE_LOADER_CTX *ctx) function
1463 file_close
  /src/crypto/external/apache2/openssl/dist/engines/
e_loader_attic.c 1652 static int file_close(OSSL_STORE_LOADER_CTX *ctx) function
1725 || !OSSL_STORE_LOADER_set_close(loader_attic, file_close)
  /src/crypto/external/bsd/openssl/dist/engines/
e_loader_attic.c 1666 static int file_close(OSSL_STORE_LOADER_CTX *ctx) function
1741 || !OSSL_STORE_LOADER_set_close(loader_attic, file_close)

Completed in 21 milliseconds