Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/ui/
H A Dui_lib.c94 free_string(UI_STRING *uis) in free_string() function
118 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()
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_conf.c440 if (ctx->db_meth->free_string) in X509V3_string_free()
441 ctx->db_meth->free_string(ctx->db, str); in X509V3_string_free()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dx509v3.h126 void (*free_string)(void *db, char *string); member