Home
last modified time | relevance | path

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

/openssl/crypto/ui/
H A Dui_lib.c52 static void free_string(UI_STRING *uis) in free_string() function
80 sk_UI_STRING_pop_free(ui->strings, free_string); in UI_free()
138 free_string(s); in general_allocate_string()
141 free_string(s); in general_allocate_string()
184 free_string(s); in general_allocate_boolean()
187 free_string(s); in general_allocate_boolean()
/openssl/crypto/x509/
H A Dv3_conf.c418 if (ctx->db_meth->free_string) in X509V3_string_free()
419 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()
/openssl/include/openssl/
H A Dx509v3.h.in89 void (*free_string) (void *db, char *string); member

Completed in 14 milliseconds