Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c3259 Node *anode, *var_anode, *snode, *xnode, *an; in expand_case_fold_string_alt() local
3276 xnode = onig_node_new_list(NULL, NULL); in expand_case_fold_string_alt()
3277 if (IS_NULL(xnode)) goto mem_err; in expand_case_fold_string_alt()
3278 NCAR(var_anode) = xnode; in expand_case_fold_string_alt()
3282 NCAR(xnode) = anode; in expand_case_fold_string_alt()
3325 xnode = onig_node_list_add(NULL_NODE, snode); in expand_case_fold_string_alt()
3326 if (IS_NULL(xnode)) { in expand_case_fold_string_alt()
3331 if (IS_NULL(onig_node_list_add(xnode, rem))) { in expand_case_fold_string_alt()
3333 onig_node_free(xnode); in expand_case_fold_string_alt()
3338 NCAR(an) = xnode; in expand_case_fold_string_alt()

Completed in 17 milliseconds