Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcert.c190 if ((*context)->querystat) in hx509_context_free()
191 free((*context)->querystat); in hx509_context_free()
3130 if (context->querystat) in hx509_query_statistic_file()
3131 free(context->querystat); in hx509_query_statistic_file()
3132 context->querystat = strdup(fn); in hx509_query_statistic_file()
3139 if (context->querystat == NULL) in _hx509_query_statistic()
3141 f = fopen(context->querystat, "a"); in _hx509_query_statistic()
3208 if (context->querystat == NULL) in hx509_query_unparse_stats()
3210 f = fopen(context->querystat, "r"); in hx509_query_unparse_stats()
3213 context->querystat, strerror(errno)); in hx509_query_unparse_stats()
H A Dhx_locl.h203 char *querystat; member
H A DChangeLog600 * cert.c (hx509_context_free): free querystat
644 * hx_locl.h: Add querystat to hx509_context.