Searched refs:compile_regex (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/selinux/libselinux/src/ |
H A D | label_file.h | 340 static inline int compile_regex(struct spec *spec, const char **errbuf) in compile_regex() function 507 && compile_regex(&spec_arr[nspec], &errbuf)) { in process_line()
|
H A D | label_file.c | 1087 if (compile_regex(spec, NULL) < 0) in lookup_all()
|
/aosp_15_r20/system/sepolicy/tools/ |
H A D | check_seapp.c | 370 static bool compile_regex(key_map *km, int *errcode, PCRE2_SIZE *erroff) { in compile_regex() function 571 rc = compile_regex(m, &errcode, &erroff); in key_map_validate()
|
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_compile.c | 126 compile_regex(uint32_t, uint32_t, PCRE2_UCHAR **, uint32_t **, int *, 6828 compile_regex( in compile_branch() 8378 compile_regex(uint32_t options, uint32_t xoptions, PCRE2_UCHAR **codeptr, in compile_regex() function 10592 (void)compile_regex(cb.external_options, ccontext->extra_options, &code, &pptr, in pcre2_compile() 10697 regexrc = compile_regex(re->overall_options, ccontext->extra_options, &code, in pcre2_compile()
|