Home
last modified time | relevance | path

Searched refs:PCRE_INFO_SIZE (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist/
Dpcre_fullinfo.c109 case PCRE_INFO_SIZE: in pcre_fullinfo()
Dpcregexp.pas209 PCRE_INFO_SIZE = 1;
Dpcre.h.in258 #define PCRE_INFO_SIZE 1 macro
Dpcre.h.generic258 #define PCRE_INFO_SIZE 1
Dpcretest.c4087 new_info(re, NULL, PCRE_INFO_SIZE, &size); in main()
/external/libselinux/src/
Dlabel_file.c378 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/
Dlabel_file.c380 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/
Dsefcontext_compile.c198 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size); in write_binary_file()
/external/selinux/libselinux/utils/
Dsefcontext_compile.c216 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size); in write_binary_file()
/external/pcre/
Dpcre.h258 #define PCRE_INFO_SIZE 1 macro
/external/pcre/dist/doc/
Dpcre.txt2721 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);