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
1480 if (filter->cmp_type == FILT_CMP_REGEX) { in evaluate_prop_filter()1490 if (filter->cmp_type == FILT_CMP_EQUAL && in evaluate_prop_filter()1508 switch (filter->cmp_type) { in evaluate_prop_filter()2544 switch (f->f_prop_filter->cmp_type) { in closelogfiles()2830 pfilter.cmp_type = FILT_CMP_CONTAINS; in prop_filter_compile()2832 pfilter.cmp_type = FILT_CMP_EQUAL; in prop_filter_compile()2834 pfilter.cmp_type = FILT_CMP_STARTS; in prop_filter_compile()2836 pfilter.cmp_type = FILT_CMP_REGEX; in prop_filter_compile()2838 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()