Searched refs:compile_regex (Results 1 – 3 of 3) sorted by relevance
/external/libselinux/src/ |
D | label_file.c | 228 static int compile_regex(struct saved_data *data, spec_t *spec, const char **errbuf) in compile_regex() function 331 if (rec->validating && compile_regex(data, &spec_arr[nspec], &errbuf)) { in process_line() 631 if (compile_regex(data, &spec_arr[i], NULL) < 0) in lookup_common()
|
/external/selinux/libselinux/src/ |
D | label_file.c | 103 static int compile_regex(struct saved_data *data, struct spec *spec, const char **errbuf) in compile_regex() function 206 if (rec->validating && compile_regex(data, &spec_arr[nspec], &errbuf)) { in process_line() 664 if (compile_regex(data, spec, NULL) < 0) in lookup()
|
/external/pcre/dist/ |
D | pcre_compile.c | 87 compile_regex(int, pcre_uchar **, const pcre_uchar **, int *, BOOL, BOOL, int, int, 7490 if (!compile_regex( in compile_branch() 8035 compile_regex(int options, pcre_uchar **codeptr, const pcre_uchar **ptrptr, in compile_regex() function 9107 (void)compile_regex(cd->external_options, &code, &ptr, &errorcode, FALSE, in pcre_compile2() 9213 (void)compile_regex(re->options, &code, &ptr, &errorcode, FALSE, FALSE, 0, 0, in pcre_compile2()
|