/external/pcre/dist/ |
D | pcredemo.c | 121 rc = pcre_exec( in main() 313 rc = pcre_exec( in main()
|
D | pcregexp.pas | 359 function pcre_exec( const argument_re : pointer {pcre}; in pcre_exec() function 362 function pcre_exec( const external_re : pointer; 520 MatchesCount:=pcre_exec( RegExpC, RegExpExt, AStr, ALen, PMatchArray(Matches)^[1], 522 MatchesCount:=pcre_exec( RegExpC, RegExpExt, AStr, ALen, 0, 543 MatchesCount:=pcre_exec( RegExpC, RegExpExt, AStr, ALen, AOfs,
|
D | makevp_l.txt | 6 +pcre_exec.obj &
|
D | makevp_c.txt | 6 pcre_exec.c
|
D | Makefile.am | 34 doc/html/pcre_exec.html \ 232 pcre_exec.c \ 649 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ 690 doc/pcre_exec.3 \ 739 ln -sf pcre_exec.3 $(DESTDIR)$(man3dir)/pcre16_exec.3 765 ln -sf pcre_exec.3 $(DESTDIR)$(man3dir)/pcre32_exec.3
|
D | pcreposix.c | 376 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()
|
D | ChangeLog | 48 10. There was a buffer overflow if pcre_exec() was called with an ovector of 215 setting the highest backreference number. This mattered only if pcre_exec() 220 behaviour by pcre_exec(). This bug has been fixed. 358 3. Tidy code in pcre_exec.c where two branches that used to be different are 582 4. Change 36 for 8.33 left some unreachable statements in pcre_exec.c, 586 5. Cleaned up a "may be uninitialized" compiler warning in pcre_exec.c. 604 matched by pcre_exec() without using JIT: 748 run time, and that the facility to pass tables to pcre_exec() and 788 4. Changing the definition of the variable "op" in pcre_exec.c from pcre_uchar 845 19. Redefined some pcre_uchar variables in pcre_exec.c as pcre_uint32; this [all …]
|
D | NEWS | 130 available. This bypasses some of the sanity checks of pcre_exec() to give a 355 4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec() 705 to the API for the pcre_exec() function. An additional argument has been 709 you need to do is to stick in a new fifth argument to pcre_exec(), with a 712 pcre_exec(pattern, extra, subject, length, options, ovec, ovecsize) 714 pcre_exec(pattern, extra, subject, length, 0, options, ovec, ovecsize)
|
D | Makefile.in | 220 pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c \ 231 @WITH_PCRE8_TRUE@ libpcre_la-pcre_exec.lo \ 944 doc/html/pcre_exec.html \ 1092 @WITH_PCRE8_TRUE@ pcre_exec.c \ 1229 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ 1255 doc/pcre_exec.3 \ 1622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_exec.Plo@am__quote@ 1701 libpcre_la-pcre_exec.lo: pcre_exec.c 1702 …e_la-pcre_exec.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_exec.Tpo -c -o libpcre_la-pcre_exec.lo `te… 1703 …tdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_exec.Tpo $(DEPDIR)/libpcre_la-pcre_exec… [all …]
|
D | pcre.h.generic | 104 only recognized at matching time (i.e. by pcre_exec() or pcre_dfa_exec()) may 122 Options that can be set for pcre_exec() and/or pcre_dfa_exec() are flagged with 372 /* The structure for passing additional data to pcre_exec(). This is defined in 573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
|
D | pcre.h.in | 104 only recognized at matching time (i.e. by pcre_exec() or pcre_dfa_exec()) may 122 Options that can be set for pcre_exec() and/or pcre_dfa_exec() are flagged with 372 /* The structure for passing additional data to pcre_exec(). This is defined in 573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
|
D | pcregrep.c | 958 if (pcre_exec(ep->compiled, NULL, path, plen, 0, 0, NULL, 0) >= 0) in test_incexc() 966 if (pcre_exec(ip->compiled, NULL, path, plen, 0, 0, NULL, 0) >= 0) in test_incexc() 1449 *mrc = pcre_exec(p->compiled, p->hint, matchptr, (int)length, in match_patterns() 1655 match = (pcre_exec(patterns->compiled, patterns->hint, ptr, length, 0, in pcregrep()
|
D | PrepareRelease | 213 pcre_exec.c \
|
D | HACKING | 106 The "traditional", and original, matching function is called pcre_exec(), and 112 successful, the JIT code is run instead of the normal pcre_exec() code, but the 123 intreprets the same compiled pattern data as pcre_exec(); however, not all the
|
D | pcre_jit_test.c | 1338 …return_value8[0] = pcre_exec(re8, extra8, current->input, strlen(current->input), current->start_o… in regression_tests() 1350 …return_value8[1] = pcre_exec(re8, &dummy_extra8, current->input, strlen(current->input), current->… in regression_tests()
|
D | pcrecpp.cc | 533 int rc = pcre_exec(re, // The regular expression object in TryMatch()
|
/external/pcre/ |
D | Android.mk | 9 dist/pcre_exec.c \
|
D | pcre.h | 573 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1108 When matching with the pcre_exec() function, PCRE implements backtrack- 1132 the pcre_exec() function; it is not relevant for pcre_dfa_exec(). 1139 pcre_exec() function. By controlling the maximum number of times this 1141 be placed on the resources used by a single call to pcre_exec(). The 1373 pcre_exec(), pcre16_exec() and pcre32_exec() functions. These work in 1605 int pcre_exec(const pcre *code, const pcre_extra *extra, 1743 pcre_exec() are used for compiling and matching regular expressions in 1774 string that is matched by pcre_exec(). They are: 1789 pcre_exec(), or pcre_dfa_exec(). This is an optional facility that is 1811 data, instead of recursive function calls, when running the pcre_exec() [all …]
|
/external/pcre/dist/testdata/ |
D | grepoutput | 387 pcregrep: pcre_exec() gave error -8 while matching this text: 391 pcregrep: pcre_exec() gave error -8 while matching this text: 513 pcregrep: pcre_exec() gave error -8 while matching text that starts: 523 pcregrep: pcre_exec() gave error -21 while matching text that starts:
|
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.c | 1123 …int rc = pcre_exec(domain->base_classification_regexp, 0, work, work_len, 0, PCRE_ANCHORED, ovecto… in compute_raw_from_trans() 1166 int rc = pcre_exec(g->prefix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans() 1174 int rc = pcre_exec(g->suffix_regexp, 0, work, work_len, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans() 1189 int rc = pcre_exec(g->word_regexp, 0, s, l, 0, 0, ovector, OVECCOUNT); in compute_raw_from_trans()
|
/external/libselinux/src/ |
D | label_file.c | 658 rc = pcre_exec(spec->regex, in lookup_common() 663 rc = pcre_exec(spec->regex, in lookup_common()
|
/external/selinux/libselinux/src/ |
D | label_file.c | 695 rc = pcre_exec(spec->regex, in lookup_common() 700 rc = pcre_exec(spec->regex, in lookup_common()
|
/external/regex-re2/util/ |
D | pcre.h | 184 #define pcre_exec(a, b, c, d, e, f, g, h) ({ (void)(a); (void)(b); (void)(c); (void)(d); (void)(e);… macro
|
D | pcre.cc | 495 int rc = pcre_exec(re, // The regular expression object in TryMatch()
|