diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-04-30 21:27:32 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-04-30 21:27:32 +0200 |
commit | d233fd14a39f9c583b85ffb03e42b5ea52e2f4c2 (patch) | |
tree | ca6969834952f03fd0f1c2bc5874c755b0dd2512 /pcre/doc/html/pcreapi.html | |
parent | 4fc8961d491f63b869a6fdc8a9865b0a695f0a02 (diff) | |
parent | c1291d7a6b59bfa84dbeb499aca64ea877239d9b (diff) | |
download | mariadb-git-d233fd14a39f9c583b85ffb03e42b5ea52e2f4c2.tar.gz |
Merge branch 'merge-pcre' into 10.1
Diffstat (limited to 'pcre/doc/html/pcreapi.html')
-rw-r--r-- | pcre/doc/html/pcreapi.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcre/doc/html/pcreapi.html b/pcre/doc/html/pcreapi.html index 2d7adf185a6..2fdfbff5ccf 100644 --- a/pcre/doc/html/pcreapi.html +++ b/pcre/doc/html/pcreapi.html @@ -1246,7 +1246,7 @@ the following negative numbers: PCRE_ERROR_BADOPTION the value of <i>what</i> was invalid PCRE_ERROR_UNSET the requested field is not set </pre> -The "magic number" is placed at the start of each compiled pattern as an simple +The "magic number" is placed at the start of each compiled pattern as a simple check against passing an arbitrary memory pointer. The endianness error can occur if a compiled pattern is saved and reloaded on a different host. Here is a typical call of <b>pcre_fullinfo()</b>, to obtain the length of the compiled @@ -1318,7 +1318,7 @@ returned. For anchored patterns, -2 is returned. </pre> Return the value of the first data unit (non-UTF character) of any matched string in the situation where PCRE_INFO_FIRSTCHARACTERFLAGS returns 1; -otherwise return 0. The fourth argument should point to an <b>uint_t</b> +otherwise return 0. The fourth argument should point to a <b>uint_t</b> variable. </P> <P> @@ -1577,7 +1577,7 @@ returned value 1 (with "z" returned from PCRE_INFO_REQUIREDCHAR), but for </pre> Return the value of the rightmost literal data unit that must exist in any matched string, other than at its start, if such a value has been recorded. The -fourth argument should point to an <b>uint32_t</b> variable. If there is no such +fourth argument should point to a <b>uint32_t</b> variable. If there is no such value, 0 is returned. </P> <br><a name="SEC16" href="#TOC1">REFERENCE COUNTS</a><br> |