HomeSort by relevance Sort by last modified time
    Searched defs:pcre_study (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/
pcre_study.c 41 /* This module contains the external function pcre_study(), along with local
1410 pcre_study(const pcre *external_re, int options, const char **errorptr) function
    [all...]
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 210 milliseconds