Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/conf/
H A Dconf_def.c50 static BIO *process_include(char *include, OPENSSL_DIR_CTX **dirctx,
52 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx);
199 OPENSSL_DIR_CTX *dirctx = NULL; in def_load_bio() local
256 if (dirctx != NULL) { in def_load_bio()
470 if (dirctx != NULL) in def_load_bio()
471 OPENSSL_DIR_end(&dirctx); in def_load_bio()
699 if (*dirctx != NULL) { in process_include()
706 if ((next = get_next_file(include, dirctx)) != NULL) in process_include()
725 while ((filename = OPENSSL_DIR_read(dirctx, path)) != NULL) { in get_next_file()
768 OPENSSL_DIR_end(dirctx); in get_next_file()
[all …]