Searched refs:free_string (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libcrypto/ui/
H A Dui_lib.c96 free_string(UI_STRING *uis) function
121 sk_UI_STRING_pop_free(ui->strings, free_string);
174 free_string(uis);
201 free_string(s);
257 free_string(s);
/openbsd-current/lib/libcrypto/x509/
H A Dx509_conf.c454 if (ctx->db_meth->free_string)
455 ctx->db_meth->free_string(ctx->db, str);
H A Dx509v3.h126 void (*free_string)(void *db, char *string); member in struct:X509V3_CONF_METHOD_st
/openbsd-current/usr.bin/dig/lib/isccfg/
H A Dparser.c128 free_string(cfg_parser_t *pctx, cfg_obj_t *obj);
153 cfg_rep_t cfg_rep_string = { "string", free_string };
482 free_string(cfg_parser_t *pctx, cfg_obj_t *obj) { function

Completed in 135 milliseconds