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

/external/pcre/
H A Dpcregexp.pas341 function pcre_compile2( const pattern : PChar; options : integer; function
H A Dpcre_compile.c6797 errorcodeptr pointer to error code variable (pcre_compile2() only)
6811 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
6816 pcre_compile2(const char *pattern, int options, int *errorcodeptr, function

Completed in 46 milliseconds