Searched refs:get_next_file (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_def.c | 57 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx); 291 if ((next = get_next_file(dirpath, &dirctx)) != NULL) { in def_load_bio() 834 if ((next = get_next_file(include, dirctx)) != NULL) in process_include() 847 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx) in get_next_file() function
|
/third_party/openssl/crypto/conf/ |
H A D | conf_def.c | 57 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx); 291 if ((next = get_next_file(dirpath, &dirctx)) != NULL) { in def_load_bio() 834 if ((next = get_next_file(include, dirctx)) != NULL) in process_include() 847 static BIO *get_next_file(const char *path, OPENSSL_DIR_CTX **dirctx) in get_next_file() function
|
/third_party/backends/tools/ |
H A D | sane-find-scanner.c | 1135 get_next_file (char *dir_name, DIR * dir) in get_next_file() function 1896 while ((file_name = get_next_file (dev_name, dir))) in main() 1951 while ((file_name = get_next_file (dev_name, dir))) in main()
|
Completed in 6 milliseconds