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

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

Completed in 126 milliseconds