Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheck_seapp.c95 pcre2_match_data *match_data; member
328 assert->regex.match_data, NULL); in match_regex()
357 km->regex.match_data = pcre2_match_data_create_from_pattern( in compile_regex()
359 if (!km->regex.match_data) { in compile_regex()
607 if (m->regex.match_data) { in rule_map_free()
608 pcre2_match_data_free(m->regex.match_data); in rule_map_free()