Searched refs:pcre_fullinfo (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libselinux/src/ |
D | regex.c | 329 rc = pcre_fullinfo((*regex)->regex, NULL, PCRE_INFO_SIZE, &info_len); in regex_load_mmap() 345 rc = pcre_fullinfo((*regex)->regex, &(*regex)->lsd, in regex_load_mmap() 380 rc = pcre_fullinfo(regex->regex, NULL, PCRE_INFO_SIZE, &size); in regex_writef() 398 pcre_fullinfo(regex->regex, sd, PCRE_INFO_STUDYSIZE, &size); in regex_writef() 465 rc = pcre_fullinfo(regex1->regex, NULL, PCRE_INFO_SIZE, &len1); in regex_cmp() 467 rc = pcre_fullinfo(regex2->regex, NULL, PCRE_INFO_SIZE, &len2); in regex_cmp()
|
/external/regex-re2/util/ |
D | pcre.h | 185 #define pcre_fullinfo(a, b, c, d) ({ (void)(a); (void)(b); (void)(c); *(d) = 0; 0; }) macro
|
D | pcre.cc | 685 CHECK(pcre_fullinfo(re_partial_, // The regular expression object in NumberOfCapturingGroups()
|