Searched refs:SLAPI_PLUGIN_IS_POST_FN (Results 1 – 2 of 2) sorted by relevance
148 #define SLAPI_PLUGIN_IS_POST_FN(x) ((x) >= SLAPI_PLUGIN_POST_BIND_FN && (x) <= SLAPI_PLUGIN_BE_POST… macro
634 if ( !SLAPI_PLUGIN_IS_POST_FN( funcType ) && rc != 0 ) { in slapi_int_call_plugins()