Searched defs:pcre_study (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist/
H A Dpcre_study.c41 /* This module contains the external function pcre_study(), along with local
1410 pcre_study(const pcre *external_re, int options, const char **errorptr) function
1616 /* This function frees the memory that was obtained by pcre_study().
1643 /* End of pcre_study.c */
H A Dpcregexp.pas269 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 70 milliseconds