OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcre_exec
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
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_exec.c
40
/* This module contains
pcre_exec
(), the externally visible function that does
6347
pcre_exec
(const pcre *argument_re, const pcre_extra *extra_data,
function
[
all
...]
Completed in 234 milliseconds