Searched refs:PCRE_INFO_SIZE (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist/ |
D | pcre_fullinfo.c | 109 case PCRE_INFO_SIZE: in pcre_fullinfo()
|
D | pcregexp.pas | 209 PCRE_INFO_SIZE = 1;
|
D | pcre.h.in | 258 #define PCRE_INFO_SIZE 1 macro
|
D | pcre.h.generic | 258 #define PCRE_INFO_SIZE 1
|
D | pcretest.c | 4087 new_info(re, NULL, PCRE_INFO_SIZE, &size); in main()
|
/external/libselinux/src/ |
D | label_file.c | 378 rc = pcre_fullinfo(spec->regex, NULL, PCRE_INFO_SIZE, &len); in load_mmap() 816 rc = pcre_fullinfo(spec1->regex, NULL, PCRE_INFO_SIZE, &len1); in cmp() 818 rc = pcre_fullinfo(spec2->regex, NULL, PCRE_INFO_SIZE, &len2); in cmp()
|
/external/selinux/libselinux/src/ |
D | label_file.c | 380 rc = pcre_fullinfo(spec->regex, NULL, PCRE_INFO_SIZE, &len); in load_mmap() 853 rc = pcre_fullinfo(spec1->regex, NULL, PCRE_INFO_SIZE, &len1); in cmp() 855 rc = pcre_fullinfo(spec2->regex, NULL, PCRE_INFO_SIZE, &len2); in cmp()
|
/external/libselinux/utils/ |
D | sefcontext_compile.c | 198 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size); in write_binary_file()
|
/external/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 216 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size); in write_binary_file()
|
/external/pcre/ |
D | pcre.h | 258 #define PCRE_INFO_SIZE 1 macro
|
/external/pcre/dist/doc/ |
D | pcre.txt | 2721 PCRE_INFO_SIZE, /* what is required */ 2995 PCRE_INFO_SIZE 9236 pcre[16|32]_fullinfo() with an argument of PCRE_INFO_SIZE. You can then 9247 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size);
|