Home
last modified time | relevance | path

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

/external/selinux/mcstrans/src/
Dmcstrans.c112 pcre *base_classification_regexp; member
395 pcre_free(domain->base_classification_regexp); in destroy_domain()
1018 build_regexp(&domain->base_classification_regexp, buffer); in build_regexps()
1117 if (!domain->base_classification_regexp) in compute_raw_from_trans()
1120 if (!domain->base_classification_regexp) in compute_raw_from_trans()
1123 …rc = pcre_exec(domain->base_classification_regexp, 0, work, work_len, 0, PCRE_ANCHORED, ovector, O… in compute_raw_from_trans()