OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:external_re
(Results
1 - 4
of
4
) sorted by null
/external/pcre/
pcre_study.c
1027
pcre_study(const pcre *
external_re
, int options, const char **errorptr)
1037
const real_pcre *re = (const real_pcre *)
external_re
;
1067
(void)pcre_fullinfo(
external_re
, NULL, PCRE_INFO_DEFAULT_TABLES,
pcre_printint.src
155
pcre_printint(pcre *
external_re
, FILE *f, BOOL print_lengths)
157
real_pcre *re = (real_pcre *)
external_re
;
pcregexp.pas
362
function pcre_exec( const
external_re
: pointer;
413
function pcre_study( const
external_re
: pointer {pcre};
pcre_exec.c
5628
const real_pcre *
external_re
= (const real_pcre *)argument_re;
local
[
all
...]
Completed in 197 milliseconds