Home
last modified time | relevance | path

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

/openssl/crypto/conf/
H A Dconf_def.c55 static BIO *process_include(char *include, OPENSSL_DIR_CTX **dirctx,
57 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx);
227 OPENSSL_DIR_CTX *dirctx = NULL; in def_load_bio() local
286 if (dirctx != NULL) { in def_load_bio()
586 if (dirctx != NULL) in def_load_bio()
587 OPENSSL_DIR_end(&dirctx); in def_load_bio()
819 if (*dirctx != NULL) { in process_include()
825 if ((next = get_next_file(include, dirctx)) != NULL) in process_include()
844 while ((filename = OPENSSL_DIR_read(dirctx, path)) != NULL) { in get_next_file()
887 OPENSSL_DIR_end(dirctx); in get_next_file()
[all …]

Completed in 6 milliseconds