/external/pcre/dist/ |
D | pcredemo.c | 187 (void)pcre_fullinfo( in main() 201 (void)pcre_fullinfo( in main() 207 (void)pcre_fullinfo( in main() 266 (void)pcre_fullinfo(re, NULL, PCRE_INFO_OPTIONS, &option_bits); in main()
|
D | pcre_get.c | 85 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringnumber() 89 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringnumber() 91 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringnumber() 168 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMECOUNT, &top)) != 0) in pcre_get_stringtable_entries() 172 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMEENTRYSIZE, &entrysize)) != 0) in pcre_get_stringtable_entries() 174 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringtable_entries()
|
D | makevp_l.txt | 7 +pcre_fullinfo.obj &
|
D | makevp_c.txt | 7 pcre_fullinfo.c
|
D | Makefile.am | 38 doc/html/pcre_fullinfo.html \ 233 pcre_fullinfo.c \ 649 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ 694 doc/pcre_fullinfo.3 \ 743 ln -sf pcre_fullinfo.3 $(DESTDIR)$(man3dir)/pcre16_fullinfo.3 769 ln -sf pcre_fullinfo.3 $(DESTDIR)$(man3dir)/pcre32_fullinfo.3
|
D | pcre_fullinfo.c | 70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, in pcre_fullinfo() function
|
D | pcreposix.c | 297 (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, in regcomp()
|
D | Makefile.in | 218 pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c \ 230 @WITH_PCRE8_TRUE@ libpcre_la-pcre_fullinfo.lo \ 936 doc/html/pcre_fullinfo.html \ 1081 @WITH_PCRE8_TRUE@ pcre_fullinfo.c \ 1217 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ 1247 doc/pcre_fullinfo.3 \ 1612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_fullinfo.Plo@am__quote@ 1697 libpcre_la-pcre_fullinfo.lo: pcre_fullinfo.c 1698 …pcre_fullinfo.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_fullinfo.Tpo -c -o libpcre_la-pcre_fullinfo… 1699 …CC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_fullinfo.Tpo $(DEPDIR)/libpcre_la-pcre_full… [all …]
|
D | PrepareRelease | 214 pcre_fullinfo.c \
|
D | pcregexp.pas | 382 function pcre_fullinfo( const argument_re : pointer {pcre}; in pcre_fullinfo() function
|
D | pcre.h.in | 255 /* Request types for pcre_fullinfo() */ 594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
|
D | pcre.h.generic | 255 /* Request types for pcre_fullinfo() */ 594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
|
D | pcre_study.c | 1474 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
|
D | pcrecpp.cc | 652 int pcre_retval = pcre_fullinfo(re_partial_, // The regular expression object in NumberOfCapturingGroups()
|
D | pcre_jit_test.c | 852 pcre_fullinfo(regex, NULL, PCRE_INFO_DEFAULT_TABLES, &default_tables); in tables()
|
D | CMakeLists.txt | 459 pcre_fullinfo.c
|
D | NON-AUTOTOOLS-BUILD | 116 pcre_fullinfo.c
|
/external/pcre/ |
D | Android.mk | 10 dist/pcre_fullinfo.c \
|
D | pcre.h | 594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
|
/external/selinux/libselinux/utils/ |
D | sefcontext_compile.c | 266 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size); in write_binary_file() 282 rc = pcre_fullinfo(re, sd, PCRE_INFO_STUDYSIZE, &size); in write_binary_file()
|
/external/pcre/dist/testdata/ |
D | testoutput14 | 376 Error -28 from pcre_fullinfo(0) 382 Error -28 from pcre_fullinfo(0)
|
/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()
|
/external/pcre/dist/doc/ |
D | pcre.txt | 111 pcre_fullinfo() function to check the compiled pattern's options for 1654 int pcre_fullinfo(const pcre *code, const pcre_extra *extra, 1783 The function pcre_fullinfo() is used to find out information about a 2585 pcre_fullinfo() function. 2677 int pcre_fullinfo(const pcre *code, const pcre_extra *extra, 2680 The pcre_fullinfo() function returns information about a compiled pat- 2684 The first argument for pcre_fullinfo() is a pointer to the compiled 2702 different host. Here is a typical call of pcre_fullinfo(), to obtain 2707 rc = pcre_fullinfo( 2859 has been set, the call to pcre_fullinfo() returns the error [all …]
|
/external/pcre/dist/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 116 pcre_fullinfo.c
|