HomeSort by relevance Sort by last modified time
    Searched refs:LP_DIR_CTX (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/
LPdir_nyi.c 33 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
38 int LP_find_file_end(LP_DIR_CTX **ctx)
LPdir_unix.c 65 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
78 *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
84 memset(*ctx, '\0', sizeof(LP_DIR_CTX));
108 int LP_find_file_end(LP_DIR_CTX **ctx)
o_dir.c 65 #define LP_DIR_CTX OPENSSL_DIR_CTX
LPdir_win.c 55 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
66 *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
72 memset(*ctx, '\0', sizeof(LP_DIR_CTX));
142 int LP_find_file_end(LP_DIR_CTX **ctx)

Completed in 23 milliseconds