Home
last modified time | relevance | path

Searched refs:pcre_fullinfo (Results 1 – 25 of 32) sorted by relevance

12

/external/pcre/dist/
Dpcredemo.c187 (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()
Dpcre_get.c85 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()
Dmakevp_l.txt7 +pcre_fullinfo.obj &
Dmakevp_c.txt7 pcre_fullinfo.c
DMakefile.am38 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
Dpcre_fullinfo.c70 pcre_fullinfo(const pcre *argument_re, const pcre_extra *extra_data, in pcre_fullinfo() function
Dpcreposix.c297 (void)pcre_fullinfo((const pcre *)preg->re_pcre, NULL, PCRE_INFO_CAPTURECOUNT, in regcomp()
DMakefile.in220 pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c \
232 @WITH_PCRE8_TRUE@ libpcre_la-pcre_fullinfo.lo \
948 doc/html/pcre_fullinfo.html \
1093 @WITH_PCRE8_TRUE@ pcre_fullinfo.c \
1229 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \
1259 doc/pcre_fullinfo.3 \
1623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_fullinfo.Plo@am__quote@
1708 libpcre_la-pcre_fullinfo.lo: pcre_fullinfo.c
1709pcre_fullinfo.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_fullinfo.Tpo -c -o libpcre_la-pcre_fullinfo
1710 …CC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_fullinfo.Tpo $(DEPDIR)/libpcre_la-pcre_full…
[all …]
DPrepareRelease214 pcre_fullinfo.c \
Dpcregexp.pas382 function pcre_fullinfo( const argument_re : pointer {pcre}; in pcre_fullinfo() function
Dpcre.h.generic255 /* Request types for pcre_fullinfo() */
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
Dpcre.h.in255 /* Request types for pcre_fullinfo() */
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
Dpcrecpp.cc652 int pcre_retval = pcre_fullinfo(re_partial_, // The regular expression object in NumberOfCapturingGroups()
Dpcre_study.c1517 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
Dpcre_jit_test.c861 pcre_fullinfo(regex, NULL, PCRE_INFO_DEFAULT_TABLES, &default_tables); in tables()
DCMakeLists.txt459 pcre_fullinfo.c
/external/libselinux/utils/
Dsefcontext_compile.c198 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size); in write_binary_file()
214 rc = pcre_fullinfo(re, sd, PCRE_INFO_STUDYSIZE, &size); in write_binary_file()
/external/pcre/
DAndroid.mk10 dist/pcre_fullinfo.c \
Dpcre.h594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
/external/libselinux/src/
Dlabel_file.c378 rc = pcre_fullinfo(spec->regex, NULL, PCRE_INFO_SIZE, &len); in load_mmap()
396 rc = pcre_fullinfo(spec->regex, &spec->lsd, 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()
398 rc = pcre_fullinfo(spec->regex, &spec->lsd, 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/selinux/libselinux/utils/
Dsefcontext_compile.c216 rc = pcre_fullinfo(re, NULL, PCRE_INFO_SIZE, &size); in write_binary_file()
232 rc = pcre_fullinfo(re, sd, PCRE_INFO_STUDYSIZE, &size); in write_binary_file()
/external/pcre/dist/testdata/
Dtestoutput14376 Error -28 from pcre_fullinfo(0)
382 Error -28 from pcre_fullinfo(0)
/external/regex-re2/util/
Dpcre.h185 #define pcre_fullinfo(a, b, c, d) ({ (void)(a); (void)(b); (void)(c); *(d) = 0; 0; }) macro
Dpcre.cc685 CHECK(pcre_fullinfo(re_partial_, // The regular expression object in NumberOfCapturingGroups()

12