Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/syslogd/
H A Dsyslogd.c230 uint8_t cmp_type; member
1534 if (filter->cmp_type == PROP_CMP_REGEX) { in evaluate_prop_filter()
1544 if (filter->cmp_type == PROP_CMP_EQUAL && in evaluate_prop_filter()
1562 switch (filter->cmp_type) { in evaluate_prop_filter()
2627 switch (f->f_prop_filter->cmp_type) { in init()
2812 pfilter->cmp_type = PROP_CMP_CONTAINS; in prop_filter_compile()
2814 pfilter->cmp_type = PROP_CMP_EQUAL; in prop_filter_compile()
2816 pfilter->cmp_type = PROP_CMP_STARTS; in prop_filter_compile()
2818 pfilter->cmp_type = PROP_CMP_REGEX; in prop_filter_compile()
2820 pfilter->cmp_type = PROP_CMP_REGEX; in prop_filter_compile()
[all …]
/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dv3_utl.c832 static int do_check_string(const ASN1_STRING *a, int cmp_type, equal_fn equal, in do_check_string() argument
840 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()