Home
last modified time | relevance | path

Searched refs:pcre_fullinfo (Results 1 – 25 of 29) 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.in218 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
1698pcre_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 …]
DPrepareRelease214 pcre_fullinfo.c \
Dpcregexp.pas382 function pcre_fullinfo( const argument_re : pointer {pcre}; in pcre_fullinfo() function
Dpcre.h.in255 /* Request types for pcre_fullinfo() */
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
Dpcre.h.generic255 /* Request types for pcre_fullinfo() */
594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
Dpcre_study.c1474 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, in pcre_study()
Dpcrecpp.cc652 int pcre_retval = pcre_fullinfo(re_partial_, // The regular expression object in NumberOfCapturingGroups()
Dpcre_jit_test.c852 pcre_fullinfo(regex, NULL, PCRE_INFO_DEFAULT_TABLES, &default_tables); in tables()
DCMakeLists.txt459 pcre_fullinfo.c
DNON-AUTOTOOLS-BUILD116 pcre_fullinfo.c
/external/pcre/
DAndroid.mk10 dist/pcre_fullinfo.c \
Dpcre.h594 PCRE_EXP_DECL int pcre_fullinfo(const pcre *, const pcre_extra *, int,
/external/selinux/libselinux/utils/
Dsefcontext_compile.c266 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/
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()
/external/pcre/dist/doc/
Dpcre.txt111 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/
DNON-AUTOTOOLS-BUILD.txt116 pcre_fullinfo.c

12