Searched refs:external_re (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dstudy.c408 pcre_study(const pcre *external_re, int options, const char **errorptr) argument
414 const real_pcre *re = (const real_pcre *)external_re;
444 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES, (void*)&tables);
H A Dprintint.c137 print_internals(pcre *external_re, FILE *f) argument
139 real_pcre *re = (real_pcre *)external_re;
H A Dpcre.c8833 const real_pcre *external_re = (const real_pcre *)argument_re; local
8834 const real_pcre *re = external_re;
8852 tables = external_re->tables;
8891 match_block.start_code = (const uschar *)external_re + re->name_table_offset +
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_study.c882 pcre_study(const pcre *external_re, int options, const char **errorptr) argument
892 const real_pcre *re = (const real_pcre *)external_re;
922 (void)pcre_fullinfo(external_re, NULL, PCRE_INFO_DEFAULT_TABLES,
H A Dpcre_printint.src155 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths)
157 real_pcre *re = (real_pcre *)external_re;
H A Dpcregexp.pas362 function pcre_exec( const external_re : pointer;
413 function pcre_study( const external_re : pointer {pcre};
H A Dpcre_exec.c5204 const real_pcre *external_re = (const real_pcre *)argument_re; local
5205 const real_pcre *re = external_re;
5231 tables = external_re->tables;
5273 md->start_code = (const uschar *)external_re + re->name_table_offset +

Completed in 381 milliseconds