Searched refs:LP_DIR_CTX (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/ |
D | LPdir_unix.c | 65 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() 78 *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX)); in LP_find_file() 84 memset(*ctx, '\0', sizeof(LP_DIR_CTX)); in LP_find_file() 108 int LP_find_file_end(LP_DIR_CTX **ctx) in LP_find_file_end()
|
D | LPdir_win.c | 55 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() 66 *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX)); in LP_find_file() 72 memset(*ctx, '\0', sizeof(LP_DIR_CTX)); in LP_find_file() 142 int LP_find_file_end(LP_DIR_CTX **ctx) in LP_find_file_end()
|
D | LPdir_vms.c | 63 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() 108 *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX)); in LP_find_file() 114 memset(*ctx, '\0', sizeof(LP_DIR_CTX)); in LP_find_file() 180 int LP_find_file_end(LP_DIR_CTX **ctx) in LP_find_file_end()
|
D | LPdir_nyi.c | 33 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() 38 int LP_find_file_end(LP_DIR_CTX **ctx) in LP_find_file_end()
|
D | o_dir.c | 65 #define LP_DIR_CTX OPENSSL_DIR_CTX macro
|