Searched refs:compile_regex (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libselinux/src/ |
D | label_file.h | 322 static inline int compile_regex(struct saved_data *data, struct spec *spec, in compile_regex() function 444 && compile_regex(data, &spec_arr[nspec], &errbuf)) { in process_line()
|
D | label_file.c | 786 if (compile_regex(data, spec, NULL) < 0) in lookup_common()
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 89 compile_regex(uint32_t, PCRE2_UCHAR **, PCRE2_SPTR *, int *, BOOL, BOOL, 7031 if (!compile_regex( in compile_branch() 7590 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, PCRE2_SPTR *ptrptr, in compile_regex() function 8657 (void)compile_regex(cb.external_options, &code, &ptr, &errorcode, FALSE, in pcre2_compile() 8770 (void)compile_regex(re->overall_options, &code, &ptr, &errorcode, FALSE, FALSE, in pcre2_compile()
|