--- embedaddon/pcre/doc/html/pcre_study.html 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/html/pcre_study.html 2013/07/22 08:25:57 1.1.1.3 @@ -26,6 +26,10 @@ SYNOPSIS pcre16_extra *pcre16_study(const pcre16 *code, int options, const char **errptr);

+

+pcre32_extra *pcre32_study(const pcre32 *code, int options, +const char **errptr); +


DESCRIPTION
@@ -34,11 +38,11 @@ This function studies a compiled pattern, to see if ad be extracted that might speed up matching. Its arguments are:
   code       A compiled regular expression
-  options    Options for pcre[16]_study()
+  options    Options for pcre[16|32]_study()
   errptr     Where to put an error message
 
If the function succeeds, it returns a value that can be passed to -pcre[16]_exec() or pcre[16]_dfa_exec() via their extra +pcre[16|32]_exec() or pcre[16|32]_dfa_exec() via their extra arguments.