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

/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dby_dir.c86 int num_dirs_alloced; member in struct:lookup_dir_st
155 a->num_dirs_alloced = 0;
205 if (ctx->num_dirs_alloced < (ctx->num_dirs + 1)) {
206 ctx->num_dirs_alloced += 10;
207 pp = (char **)OPENSSL_malloc(ctx->num_dirs_alloced *
209 ip = (int *)OPENSSL_malloc(ctx->num_dirs_alloced *
215 memcpy(pp, ctx->dirs, (ctx->num_dirs_alloced - 10) *
217 memcpy(ip, ctx->dirs_type, (ctx->num_dirs_alloced - 10) *
H A Dx509_vfy.h87 int num_dirs_alloced; member in struct:x509_hash_dir_st

Completed in 63 milliseconds