Searched refs:free_string (Results 1 – 3 of 3) sorted by relevance
94 free_string(UI_STRING *uis) in free_string() function118 sk_UI_STRING_pop_free(ui->strings, free_string); in UI_free()170 free_string(uis); in general_allocate_prompt()197 free_string(s); in general_allocate_string()253 free_string(s); in general_allocate_boolean()
440 if (ctx->db_meth->free_string) in X509V3_string_free()441 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()
126 void (*free_string)(void *db, char *string); member