Lines Matching refs:cur_ns
3578 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local
3609 cur_ns = Z_STRVAL_P(zns); in get_array_type()
3611 cur_ns = NULL; in get_array_type()
3617 cur_ns = NULL; in get_array_type()
3621 cur_ns = NULL; in get_array_type()
3628 (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || in get_array_type()
3629 (cur_ns == NULL && cur_ns != prev_ns)) { in get_array_type()
3637 prev_ns = cur_ns; in get_array_type()
3650 if (cur_ns) { in get_array_type()
3651 xmlNsPtr ns = encode_add_ns(node, cur_ns); in get_array_type()
3655 smart_str_appends(&array_type, cur_ns); in get_array_type()