Home
last modified time | relevance | path

Searched refs:querystat (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dhx_locl.h191 char *querystat; member
H A Dcert.c179 if ((*context)->querystat) in hx509_context_free()
180 free((*context)->querystat); in hx509_context_free()
3108 if (context->querystat) in hx509_query_statistic_file()
3109 free(context->querystat); in hx509_query_statistic_file()
3110 context->querystat = strdup(fn); in hx509_query_statistic_file()
3117 if (context->querystat == NULL) in _hx509_query_statistic()
3119 f = fopen(context->querystat, "a"); in _hx509_query_statistic()
3186 if (context->querystat == NULL) in hx509_query_unparse_stats()
3188 f = fopen(context->querystat, "r"); in hx509_query_unparse_stats()
3191 context->querystat, strerror(errno)); in hx509_query_unparse_stats()
H A DChangeLog600 * cert.c (hx509_context_free): free querystat
644 * hx_locl.h: Add querystat to hx509_context.