Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheck_seapp.c99 pcre2_match_data *match_data; member
365 assert->regex.match_data, NULL); in match_regex()
394 km->regex.match_data = pcre2_match_data_create_from_pattern( in compile_regex()
396 if (!km->regex.match_data) { in compile_regex()
712 if (m->regex.match_data) { in rule_map_free()
713 pcre2_match_data_free(m->regex.match_data); in rule_map_free()