Searched refs:to_free (Results 1 – 3 of 3) sorted by relevance
226 char *to_free = NULL; in main() local331 p = to_free = make_config_name(); in main()420 if (to_free) in main()421 OPENSSL_free(to_free); in main()
199 char *to_free; in MAIN() local463 p = to_free = make_config_name(); in MAIN()1016 if (to_free) in MAIN()1017 OPENSSL_free(to_free); in MAIN()
308 dnl # HASH_TABLE_TMPL(suffix, keytype, to_hash, to_cmp, to_alloc, to_free)316 dnl # "to_free" is an expression that frees "key", or empty if no