Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/mcstrans/src/
H A Dmcstrans.c111 pcre2_code *base_classification_regexp; member
394 pcre2_code_free(domain->base_classification_regexp); in destroy_domain()
1025 build_regexp(&domain->base_classification_regexp, buffer); in build_regexps()
1124 if (!domain->base_classification_regexp) in compute_raw_from_trans()
1127 if (!domain->base_classification_regexp) in compute_raw_from_trans()
1130 match_data = pcre2_match_data_create_from_pattern(domain->base_classification_regexp, NULL); in compute_raw_from_trans()
1135 …rc = pcre2_match(domain->base_classification_regexp, (PCRE2_SPTR8)work, work_len, 0, PCRE2_ANCHORE… in compute_raw_from_trans()