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