diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/API | 14 | ||||
-rw-r--r-- | doc/API.ja | 14 |
2 files changed, 28 insertions, 0 deletions
@@ -629,6 +629,20 @@ Oniguruma API Version 6.1.0 2016/08/22 normal return: ONIG_NORMAL +# unsigned int onig_get_parse_depth_limit(void) + + Return the maximum depth of parser recursion. + (default: DEFAULT_PARSE_DEPTH_LIMIT defined in regint.h. Currently 4096.) + + +# int onig_set_parse_depth_limit(unsigned int depth) + + Set the maximum depth of parser recursion. + (depth = 0: Set to the default value defined in regint.h.) + + normal return: ONIG_NORMAL + + # int onig_end(void) The use of this library is finished. @@ -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) �饤�֥��λ��Ѥ�λ���롣 |