summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_pattern_info.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-11 11:47:25 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-04-11 11:47:25 +0000
commit73d3f8c40fea32b74cd805eb46e3bfecd4c04148 (patch)
tree17c51d1ac5d8b5e2f40732fddd8b8c4afcf6c975 /doc/html/pcre2_pattern_info.html
parent74c07206c745730be9b9473914c103a96102fa9a (diff)
downloadpcre2-73d3f8c40fea32b74cd805eb46e3bfecd4c04148.tar.gz
Add explicit heap limiting options to pcre2_match(), with associated features
for listing, configuring, etc. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@739 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_pattern_info.html')
-rw-r--r--doc/html/pcre2_pattern_info.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/pcre2_pattern_info.html b/doc/html/pcre2_pattern_info.html
index fdda26b..f59e999 100644
--- a/doc/html/pcre2_pattern_info.html
+++ b/doc/html/pcre2_pattern_info.html
@@ -51,6 +51,7 @@ request are as follows:
PCRE2_INFO_FRAMESIZE Size of backtracking frame
PCRE2_INFO_HASBACKSLASHC Return 1 if pattern contains \C
PCRE2_INFO_HASCRORLF Return 1 if explicit CR or LF matches exist in the pattern
+ PCRE2_INFO_HEAPLIMIT Heap memory limit if set, otherwise PCRE2_ERROR_UNSET
PCRE2_INFO_JCHANGED Return 1 if (?J) or (?-J) was used
PCRE2_INFO_JITSIZE Size of JIT compiled code, or 0
PCRE2_INFO_LASTCODETYPE Type of must-be-present information