Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregcomp.c3258 Node *anode, *var_anode, *snode, *xnode, *an; in expand_case_fold_string_alt() local
3275 xnode = onig_node_new_list(NULL, NULL); in expand_case_fold_string_alt()
3276 if (IS_NULL(xnode)) goto mem_err; in expand_case_fold_string_alt()
3277 NCAR(var_anode) = xnode; in expand_case_fold_string_alt()
3281 NCAR(xnode) = anode; in expand_case_fold_string_alt()
3324 xnode = onig_node_list_add(NULL_NODE, snode); in expand_case_fold_string_alt()
3325 if (IS_NULL(xnode)) { in expand_case_fold_string_alt()
3330 if (IS_NULL(onig_node_list_add(xnode, rem))) { in expand_case_fold_string_alt()
3332 onig_node_free(xnode); in expand_case_fold_string_alt()
3337 NCAR(an) = xnode; in expand_case_fold_string_alt()

Completed in 16 milliseconds