Lines Matching refs:cur_ns
3521 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local
3554 cur_ns = Z_STRVAL_P(ztype); in get_array_type()
3556 cur_ns = NULL; in get_array_type()
3562 cur_ns = NULL; in get_array_type()
3566 cur_ns = NULL; in get_array_type()
3573 (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || in get_array_type()
3574 (cur_ns == NULL && cur_ns != prev_ns)) { in get_array_type()
3582 prev_ns = cur_ns; in get_array_type()
3595 if (cur_ns) { in get_array_type()
3596 xmlNsPtr ns = encode_add_ns(node, cur_ns); in get_array_type()
3600 smart_str_appends(&array_type, cur_ns); in get_array_type()