Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c3333 snode = onig_node_new_str(p, p + slen); in expand_case_fold_string_alt()
3334 if (IS_NULL(snode)) goto mem_err; in expand_case_fold_string_alt()
3336 NCAR(anode) = snode; in expand_case_fold_string_alt()
3340 if (IS_NULL(snode)) goto mem_err; in expand_case_fold_string_alt()
3385 NCAR(an) = snode; in expand_case_fold_string_alt()
3392 NCAR(an) = snode; in expand_case_fold_string_alt()
3401 onig_node_free(snode); in expand_case_fold_string_alt()
3441 if (IS_NULL(snode)) { in expand_case_fold_string()
3451 if (IS_NULL(snode)) goto mem_err; in expand_case_fold_string()
3454 onig_node_free(snode); in expand_case_fold_string()
[all …]
H A Dregparse.c4951 Node *snode = NULL_NODE; in i_apply_case_fold() local
4961 snode = onig_node_new_str(buf, buf + len); in i_apply_case_fold()
4962 CHECK_NULL_RETURN_MEMERR(snode); in i_apply_case_fold()
4966 NSTRING_SET_AMBIG(snode); in i_apply_case_fold()
4969 r = onig_node_str_cat(snode, buf, buf + len); in i_apply_case_fold()
4971 onig_node_free(snode); in i_apply_case_fold()
4977 *(iarg->ptail) = onig_node_new_alt(snode, NULL_NODE); in i_apply_case_fold()

Completed in 28 milliseconds