Searched refs:dirs_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dby_dir.c85 int *dirs_type; member in struct:lookup_dir_st
154 a->dirs_type = NULL;
171 if (a->dirs_type != NULL)
172 OPENSSL_free(a->dirs_type);
217 memcpy(ip, ctx->dirs_type, (ctx->num_dirs_alloced - 10) *
221 if (ctx->dirs_type != NULL)
222 OPENSSL_free(ctx->dirs_type);
224 ctx->dirs_type = ip;
226 ctx->dirs_type[ctx->num_dirs] = type;
331 ctx->dirs_type[
[all...]
H A Dx509_vfy.h86 int *dirs_type; member in struct:x509_hash_dir_st

Completed in 90 milliseconds