Searched refs:cmp_type (Results 1 – 4 of 4) sorted by relevance
54 nvlist_add_number(nvl_prop_filter, "cmp_type", pfilter->cmp_type); in prop_filter_to_nvlist()78 pfilter->cmp_type = nvlist_get_number(nvl_prop_filter, "cmp_type"); in nvlist_to_prop_filter()82 if (pfilter->cmp_type == FILT_CMP_REGEX) { in nvlist_to_prop_filter()
110 enum filt_cmptype cmp_type; member
1478 if (filter->cmp_type == FILT_CMP_REGEX) { in evaluate_prop_filter()1488 if (filter->cmp_type == FILT_CMP_EQUAL && in evaluate_prop_filter()1506 switch (filter->cmp_type) { in evaluate_prop_filter()2543 switch (f->f_prop_filter->cmp_type) { in closelogfiles()2829 pfilter.cmp_type = FILT_CMP_CONTAINS; in prop_filter_compile()2831 pfilter.cmp_type = FILT_CMP_EQUAL; in prop_filter_compile()2833 pfilter.cmp_type = FILT_CMP_STARTS; in prop_filter_compile()2835 pfilter.cmp_type = FILT_CMP_REGEX; in prop_filter_compile()2837 pfilter.cmp_type = FILT_CMP_REGEX; in prop_filter_compile()
832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument840 if (cmp_type > 0) { in do_check_string()841 if (cmp_type != a->type) in do_check_string()843 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()