Update HTML docs
This commit is contained in:
parent
a4ac97fea8
commit
b52d055d1b
|
@ -48,7 +48,7 @@ the following negative error codes:
|
||||||
PCRE2_ERROR_BADDATA <i>number_of_codes</i> is zero or less
|
PCRE2_ERROR_BADDATA <i>number_of_codes</i> is zero or less
|
||||||
PCRE2_ERROR_BADMAGIC mismatch of id bytes in <i>bytes</i>
|
PCRE2_ERROR_BADMAGIC mismatch of id bytes in <i>bytes</i>
|
||||||
PCRE2_ERROR_BADMODE mismatch of variable unit size or PCRE version
|
PCRE2_ERROR_BADMODE mismatch of variable unit size or PCRE version
|
||||||
PCRE2_ERROR_MEMORY memory allocation failed
|
PCRE2_ERROR_NOMEMORY memory allocation failed
|
||||||
PCRE2_ERROR_NULL <i>codes</i> or <i>bytes</i> is NULL
|
PCRE2_ERROR_NULL <i>codes</i> or <i>bytes</i> is NULL
|
||||||
</pre>
|
</pre>
|
||||||
PCRE2_ERROR_BADMAGIC may mean that the data is corrupt, or that it was compiled
|
PCRE2_ERROR_BADMAGIC may mean that the data is corrupt, or that it was compiled
|
||||||
|
|
|
@ -94,7 +94,7 @@ of serialized patterns, or one of the following negative error codes:
|
||||||
<pre>
|
<pre>
|
||||||
PCRE2_ERROR_BADDATA the number of patterns is zero or less
|
PCRE2_ERROR_BADDATA the number of patterns is zero or less
|
||||||
PCRE2_ERROR_BADMAGIC mismatch of id bytes in one of the patterns
|
PCRE2_ERROR_BADMAGIC mismatch of id bytes in one of the patterns
|
||||||
PCRE2_ERROR_MEMORY memory allocation failed
|
PCRE2_ERROR_NOMEMORY memory allocation failed
|
||||||
PCRE2_ERROR_MIXEDTABLES the patterns do not all use the same tables
|
PCRE2_ERROR_MIXEDTABLES the patterns do not all use the same tables
|
||||||
PCRE2_ERROR_NULL the 1st, 3rd, or 4th argument is NULL
|
PCRE2_ERROR_NULL the 1st, 3rd, or 4th argument is NULL
|
||||||
</pre>
|
</pre>
|
||||||
|
|
|
@ -10436,7 +10436,7 @@ SAVING COMPILED PATTERNS
|
||||||
|
|
||||||
PCRE2_ERROR_BADDATA the number of patterns is zero or less
|
PCRE2_ERROR_BADDATA the number of patterns is zero or less
|
||||||
PCRE2_ERROR_BADMAGIC mismatch of id bytes in one of the patterns
|
PCRE2_ERROR_BADMAGIC mismatch of id bytes in one of the patterns
|
||||||
PCRE2_ERROR_MEMORY memory allocation failed
|
PCRE2_ERROR_NOMEMORY memory allocation failed
|
||||||
PCRE2_ERROR_MIXEDTABLES the patterns do not all use the same tables
|
PCRE2_ERROR_MIXEDTABLES the patterns do not all use the same tables
|
||||||
PCRE2_ERROR_NULL the 1st, 3rd, or 4th argument is NULL
|
PCRE2_ERROR_NULL the 1st, 3rd, or 4th argument is NULL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue