Home
last modified time | relevance | path

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

/external/libselinux/src/
Dlabel_file.c228 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/
Dlabel_file.c103 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/
Dpcre_compile.c87 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()