Home
last modified time | relevance | path

Searched refs:history_root (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregtrav.c71 return capture_tree_traverse(region->history_root, at, in onig_capture_tree_traverse()
H A Dregexec.c74 if (IS_NOT_NULL(r->history_root)) { in history_root_free()
75 history_tree_free(r->history_root); in history_root_free()
76 r->history_root = (OnigCaptureTreeNode* )0; in history_root_free()
154 return region->history_root; in onig_get_capture_tree()
234 region->history_root = (OnigCaptureTreeNode* )0; in onig_region_init()
293 if (IS_NOT_NULL(from->history_root)) { in onig_region_copy()
294 to->history_root = history_tree_clone(from->history_root); in onig_region_copy()
1380 if (IS_NULL(region->history_root)) { in match_at()
1381 region->history_root = node = history_node_new(); in match_at()
1385 node = region->history_root; in match_at()
[all …]
H A Doniguruma.h616 OnigCaptureTreeNode* history_root; /* capture history tree root */ member

Completed in 24 milliseconds