Searched refs:VALID_HSL_VERS (Results 1 – 1 of 1) sorted by relevance
88 #define VALID_HSL_VERS(v) (((v) >= CFGA_HSL_V1) && \ macro1436 assert(VALID_HSL_VERS(libp->plugin_vers)); in config_get_lib()2925 if (!VALID_HSL_VERS(reqp->v_min) || !VALID_HSL_VERS(reqp->v_max) || in compat_plugin()2926 !VALID_HSL_VERS(plugin_vers)) { in compat_plugin()