/external/pcre/ |
pcredemo.c | 121 rc = pcre_exec( 238 * would lead to an infinite loop. Instead, a special call of pcre_exec() * 313 rc = pcre_exec(
|
Makefile.am | 27 doc/html/pcre_exec.html \ 171 pcre_exec.c \ 321 pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o \ 352 doc/pcre_exec.3 \
|
Android.mk | 49 pcre_exec.c \
|
pcregexp.pas | 262 { The structure for passing additional data to pcre_exec(). This is defined in
359 function pcre_exec( const argument_re : pointer {pcre};
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,
|
pcre.h.generic | 223 /* The structure for passing additional data to pcre_exec(). This is defined in 293 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
|
pcre.h.in | 223 /* The structure for passing additional data to pcre_exec(). This is defined in 293 PCRE_EXP_DECL int pcre_exec(const pcre *, const pcre_extra *, PCRE_SPTR,
|
pcreposix.c | 351 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so),
|
pcregrep.c | 941 mrc address of where to put the result of pcre_exec() 961 *mrc = pcre_exec(pattern_list[i], hints_list[i], matchptr, (int)length, 0, 965 fprintf(stderr, "pcregrep: pcre_exec() gave error %d while matching ", *mrc); 1086 of the subject string to pass to pcre_exec(). In multiline mode, it is the [all...] |
pcretest.c | 1040 count = pcre_exec(re, extra, (char *)bptr, len, start_offset, options, [all...] |
pcrecpp.cc | 531 int rc = pcre_exec(re, // The regular expression object 548 // pcre_exec() returns 0 as a special case when the number of
|
pcre_exec.c | 41 /* This module contains pcre_exec(), the externally visible function that does 5598 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, function [all...] |