summaryrefslogtreecommitdiff
path: root/doc/index.html.src
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-05 17:33:39 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-05 17:33:39 +0000
commit32fc1ae4c1fbe2749166809fa8820b354cd678c0 (patch)
tree7c0f333f1f4d4c086c634ec598764b17b2d6787d /doc/index.html.src
parent8868ee002a2a19559c881f8264be3c4c6b84ffc8 (diff)
downloadpcre2-32fc1ae4c1fbe2749166809fa8820b354cd678c0.tar.gz
Implement pcre2_set_max_pattern_length()
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@414 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/index.html.src')
-rw-r--r--doc/index.html.src7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/index.html.src b/doc/index.html.src
index fb26d90..f459657 100644
--- a/doc/index.html.src
+++ b/doc/index.html.src
@@ -210,12 +210,15 @@ in the library.
<tr><td><a href="pcre2_set_match_limit.html">pcre2_set_match_limit</a></td>
<td>&nbsp;&nbsp;Set the match limit</td></tr>
-<tr><td><a href="pcre2_set_offset_limit.html">pcre2_set_offset_limit</a></td>
- <td>&nbsp;&nbsp;Set the offset limit</td></tr>
+<tr><td><a href="pcre2_set_max_pattern_length.html">pcre2_set_max_pattern_length</a></td>
+ <td>&nbsp;&nbsp;Set the maximum length of pattern</td></tr>
<tr><td><a href="pcre2_set_newline.html">pcre2_set_newline</a></td>
<td>&nbsp;&nbsp;Set the newline convention</td></tr>
+<tr><td><a href="pcre2_set_offset_limit.html">pcre2_set_offset_limit</a></td>
+ <td>&nbsp;&nbsp;Set the offset limit</td></tr>
+
<tr><td><a href="pcre2_set_parens_nest_limit.html">pcre2_set_parens_nest_limit</a></td>
<td>&nbsp;&nbsp;Set the parentheses nesting limit</td></tr>