Home
last modified time | relevance | path

Searched refs:cmp_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/usr.sbin/syslogd/
H A Dsyslogd.c232 uint8_t cmp_type; member
1535 if (filter->cmp_type == PROP_CMP_REGEX) { in evaluate_prop_filter()
1545 if (filter->cmp_type == PROP_CMP_EQUAL && in evaluate_prop_filter()
1563 switch (filter->cmp_type) { in evaluate_prop_filter()
2629 switch (f->f_prop_filter->cmp_type) { in init()
2814 pfilter->cmp_type = PROP_CMP_CONTAINS; in prop_filter_compile()
2816 pfilter->cmp_type = PROP_CMP_EQUAL; in prop_filter_compile()
2818 pfilter->cmp_type = PROP_CMP_STARTS; in prop_filter_compile()
2820 pfilter->cmp_type = PROP_CMP_REGEX; in prop_filter_compile()
2822 pfilter->cmp_type = PROP_CMP_REGEX; in prop_filter_compile()
[all …]
/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c819 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
827 if (cmp_type > 0) { in do_check_string()
828 if (cmp_type != a->type) in do_check_string()
830 if (cmp_type == V_ASN1_IA5STRING) in do_check_string()