Home
last modified time | relevance | path

Searched refs:ONIG_CALLOUT_OF_NAME (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c4084 of = ONIG_CALLOUT_OF_NAME; in match_at()
4090 if (of == ONIG_CALLOUT_OF_NAME) { in match_at()
4121 if (of == ONIG_CALLOUT_OF_NAME) { in match_at()
5968 if (e->of == ONIG_CALLOUT_OF_NAME) { in onig_get_args_num_by_callout_args()
5984 if (e->of == ONIG_CALLOUT_OF_NAME) { in onig_get_passed_args_num_by_callout_args()
6001 if (e->of == ONIG_CALLOUT_OF_NAME) { in onig_get_arg_by_callout_args()
H A Doniguruma.h719 ONIG_CALLOUT_OF_NAME = 1 enumerator
H A Dregcomp.c1854 case ONIG_CALLOUT_OF_NAME: in compile_gimmick_node()
1856 if (node->detail_type == ONIG_CALLOUT_OF_NAME) { in compile_gimmick_node()
1904 case ONIG_CALLOUT_OF_NAME: in compile_length_gimmick_node()
7369 case ONIG_CALLOUT_OF_NAME: in print_indent_tree()
H A Dregparse.c1788 if (e->of == ONIG_CALLOUT_OF_NAME) { in setup_ext_callout_list_values()
2583 if (list[i].of == ONIG_CALLOUT_OF_NAME) { in onig_free_reg_callout_list()
7034 r = node_new_callout(&node, ONIG_CALLOUT_OF_NAME, num, name_id, env); in parse_callout_of_name()
7040 e->of = ONIG_CALLOUT_OF_NAME; in parse_callout_of_name()

Completed in 67 milliseconds