Searched refs:tmperrbuf (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libselinux/src/ |
D | label_file.h | 330 const char *tmperrbuf; in compile_regex() local 358 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, in compile_regex() 363 *errbuf = tmperrbuf; in compile_regex() 367 spec->sd = pcre_study(spec->regex, 0, &tmperrbuf); in compile_regex() 368 if (!spec->sd && tmperrbuf) { in compile_regex() 370 *errbuf = tmperrbuf; in compile_regex()
|
/external/libselinux/src/ |
D | label_file.h | 333 const char *tmperrbuf; in compile_regex() local 361 spec->regex = pcre_compile(anchored_regex, PCRE_DOTALL, &tmperrbuf, in compile_regex() 366 *errbuf = tmperrbuf; in compile_regex() 370 spec->sd = pcre_study(spec->regex, 0, &tmperrbuf); in compile_regex() 371 if (!spec->sd && tmperrbuf) { in compile_regex() 373 *errbuf = tmperrbuf; in compile_regex()
|