summaryrefslogtreecommitdiff
path: root/doc/API.ja
diff options
context:
space:
mode:
authorJ旦rg Frings-F端rst <debian@jff-webhosting.net>2017-04-09 19:36:01 +0200
committerJ旦rg Frings-F端rst <debian@jff-webhosting.net>2017-04-09 19:36:01 +0200
commitf42b61800a1a1b360c5ac915ec1caf34bf1fb86b (patch)
tree89be88e0c37aeaa53e55de643586f9d5d4a3d5d2 /doc/API.ja
parentcce716909e5236f1aa2971a4db45a007c7efe416 (diff)
New upstream version 6.2.0upstream/6.2.0
Diffstat (limited to 'doc/API.ja')
-rw-r--r--doc/API.ja14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/API.ja b/doc/API.ja
index 2597510..dcc7317 100644
--- a/doc/API.ja
+++ b/doc/API.ja
@@ -636,6 +636,20 @@
正常終了戻り値: ONIG_NORMAL
+# unsigned int onig_get_parse_depth_limit(void)
+
+ 再帰パース処理の最大深さを返す。
+ (デフォルト: regint.h で定義されている DEFAULT_PARSE_DEPTH_LIMIT。現在は 4096)
+
+
+# int onig_set_parse_depth_limit(unsigned int depth)
+
+ 再帰パース処理の最大深さを指定する。
+ (depth = 0: regint.h で定義されたデフォルト値に設定する。)
+
+ 正常終了戻り値: ONIG_NORMAL
+
+
# int onig_end(void)
ライブラリの使用を終了する。