Home
last modified time | relevance | path

Searched refs:str_free (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vpm.c31 static void str_free(char *s) in str_free() function
54 sk_OPENSSL_STRING_pop_free(vpm->hosts, str_free); in int_x509_param_set_hosts()
100 sk_OPENSSL_STRING_pop_free(param->hosts, str_free); in X509_VERIFY_PARAM_free()
195 sk_OPENSSL_STRING_pop_free(dest->hosts, str_free); in X509_VERIFY_PARAM_inherit()
198 dest->hosts = sk_OPENSSL_STRING_deep_copy(src->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()
H A Dv3_utl.c29 static void str_free(OPENSSL_STRING str);
524 static void str_free(OPENSSL_STRING str) in str_free() function
569 sk_OPENSSL_STRING_pop_free(sk, str_free); in X509_email_free()
/freebsd/contrib/xz/src/liblzma/common/
H A Dstring_conversion.c52 str_free(lzma_str *str, const lzma_allocator *allocator) in str_free() function
1176 str_free(&dest, allocator); in lzma_str_from_filters()
1195 str_free(&dest, allocator); in lzma_str_from_filters()
1216 str_free(&dest, allocator); in lzma_str_from_filters()
1358 str_free(&dest, allocator); in lzma_str_list_filters()
/freebsd/crypto/openssl/apps/
H A Drehash.c321 static void str_free(char *s) in str_free() function
481 sk_OPENSSL_STRING_pop_free(files, str_free); in do_dir()