OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcre_study
(Results
1 - 2
of
2
) sorted by null
/external/pcre/
pcre_study.c
41
/* This module contains the external function
pcre_study
(), along with local
1027
pcre_study
(const pcre *external_re, int options, const char **errorptr)
function
1129
/* End of
pcre_study
.c */
pcregexp.pas
269
study_data : pointer; { Opaque data from
pcre_study
() }
413
function
pcre_study
( const external_re : pointer {pcre};
function
494
RegExpExt :=
pcre_study
( RegExpC, 0, ErrorMsg );
Completed in 86 milliseconds