Searched defs:FREE_AND_RETURN (Results 1 – 2 of 2) sorted by relevance
257 #define FREE_AND_RETURN(ptr, x) { vstring_free(ptr); return (x); } in tls_scache_decode() macro
617 #define FREE_AND_RETURN(ptr, res) do { \ in tls_proto_mask_lims() macro