Searched refs:FREE_AND_RETURN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_scache.c255 #define FREE_AND_RETURN(ptr, x) { vstring_free(ptr); return (x); } macro
261 FREE_AND_RETURN(bin_data, 0);
277 FREE_AND_RETURN(bin_data, 0);
289 FREE_AND_RETURN(bin_data, 1);
H A Dtls_misc.c575 #define FREE_AND_RETURN(ptr, res) do { \ macro
589 FREE_AND_RETURN(save, TLS_PROTOCOL_INVALID);
599 FREE_AND_RETURN(save,

Completed in 66 milliseconds