Searched refs:compile_regex (Results 1 – 4 of 4) sorted by relevance
/third_party/selinux/libselinux/src/ |
D | label_file.h | 347 static inline int compile_regex(struct spec *spec, const char **errbuf) in compile_regex() function 512 && compile_regex(&spec_arr[nspec], &errbuf)) { in process_line()
|
D | label_file.c | 949 if (compile_regex(spec, NULL) < 0) in lookup_all()
|
/third_party/glib/glib/pcre/ |
D | pcre_compile.c | 641 compile_regex(int, pcre_uchar **, const pcre_uchar **, int *, BOOL, BOOL, int, int, 6535 if (!compile_regex( in compile_branch() 7030 compile_regex(int options, pcre_uchar **codeptr, const pcre_uchar **ptrptr, in compile_regex() function 7882 (void)compile_regex(cd->external_options, &code, &ptr, &errorcode, FALSE, in pcre_compile2() 7956 (void)compile_regex(re->options, &code, &ptr, &errorcode, FALSE, FALSE, 0, 0, in pcre_compile2()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_compile.c | 126 compile_regex(uint32_t, PCRE2_UCHAR **, uint32_t **, int *, uint32_t, 6474 compile_regex( in compile_branch() 8002 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, uint32_t **pptrptr, in compile_regex() function 10136 (void)compile_regex(cb.external_options, &code, &pptr, &errorcode, 0, &firstcu, in pcre2_compile() 10234 regexrc = compile_regex(re->overall_options, &code, &pptr, &errorcode, 0, in pcre2_compile()
|