/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 | 15 3. Tidy code in pcre_exec.c where two branches that used to be different are 239 4. Change 36 for 8.33 left some unreachable statements in pcre_exec.c, 243 5. Cleaned up a "may be uninitialized" compiler warning in pcre_exec.c. 261 matched by pcre_exec() without using JIT: 405 run time, and that the facility to pass tables to pcre_exec() and 445 4. Changing the definition of the variable "op" in pcre_exec.c from pcre_uchar 502 19. Redefined some pcre_uchar variables in pcre_exec.c as pcre_uint32; this 517 in the condition was skipped when pcre_exec() was used for matching. 588 43. Clarified the data type for length and startoffset arguments for pcre_exec 734 29. If pcre_exec() or pcre_dfa_exec() was called with a negative value for [all …]
|
D | NEWS | 114 available. This bypasses some of the sanity checks of pcre_exec() to give a 339 4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec() 689 to the API for the pcre_exec() function. An additional argument has been 693 you need to do is to stick in a new fifth argument to pcre_exec(), with a 696 pcre_exec(pattern, extra, subject, length, options, ovec, ovecsize) 698 pcre_exec(pattern, extra, subject, length, 0, options, ovec, ovecsize)
|
D | Makefile.in | 218 pcre_config.c pcre_dfa_exec.c pcre_exec.c pcre_fullinfo.c \ 229 @WITH_PCRE8_TRUE@ libpcre_la-pcre_exec.lo \ 932 doc/html/pcre_exec.html \ 1080 @WITH_PCRE8_TRUE@ pcre_exec.c \ 1217 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ 1243 doc/pcre_exec.3 \ 1611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpcre_la-pcre_exec.Plo@am__quote@ 1690 libpcre_la-pcre_exec.lo: pcre_exec.c 1691 …e_la-pcre_exec.lo -MD -MP -MF $(DEPDIR)/libpcre_la-pcre_exec.Tpo -c -o libpcre_la-pcre_exec.lo `te… 1692 …tdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libpcre_la-pcre_exec.Tpo $(DEPDIR)/libpcre_la-pcre_exec… [all …]
|
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 | 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 | 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() 1652 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 | 1329 …return_value8[0] = pcre_exec(re8, extra8, current->input, strlen(current->input), current->start_o… in regression_tests() 1341 …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 | 1097 When matching with the pcre_exec() function, PCRE implements backtrack- 1121 the pcre_exec() function; it is not relevant for pcre_dfa_exec(). 1128 pcre_exec() function. By controlling the maximum number of times this 1130 be placed on the resources used by a single call to pcre_exec(). The 1362 pcre_exec(), pcre16_exec() and pcre32_exec() functions. These work in 1594 int pcre_exec(const pcre *code, const pcre_extra *extra, 1732 pcre_exec() are used for compiling and matching regular expressions in 1763 string that is matched by pcre_exec(). They are: 1778 pcre_exec(), or pcre_dfa_exec(). This is an optional facility that is 1800 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/libselinux/src/ |
D | label_file.c | 634 rc = pcre_exec(spec_arr[i].regex, spec_arr[i].sd, key, strlen(key), 0, pcre_options, NULL, 0); in lookup_common() 636 rc = pcre_exec(spec_arr[i].regex, spec_arr[i].sd, buf, strlen(buf), 0, pcre_options, NULL, 0); in lookup_common()
|
/external/selinux/libselinux/src/ |
D | label_file.c | 667 rc = pcre_exec(spec->regex, get_pcre_extra(spec), key, strlen(key), 0, 0, NULL, 0); in lookup() 669 rc = pcre_exec(spec->regex, get_pcre_extra(spec), buf, strlen(buf), 0, 0, NULL, 0); in lookup()
|
/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/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()
|