Home
last modified time | relevance | path

Searched refs:sk_UI_STRING_pop_free (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/ui/
H A Dui_lib.c118 sk_UI_STRING_pop_free(ui->strings, free_string); in UI_free()
/dragonfly/crypto/libressl/include/openssl/
H A Dsafestack.h1520 #define sk_UI_STRING_pop_free(st, free_func) SKM_sk_pop_free(UI_STRING, (st), (free_func)) macro