Searched refs:cur_ns (Results 1 – 1 of 1) sorted by relevance
3639 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local3674 cur_ns = Z_STRVAL_PP(ztype); in get_array_type()3676 cur_ns = NULL; in get_array_type()3682 cur_ns = NULL; in get_array_type()3686 cur_ns = NULL; in get_array_type()3693 (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || in get_array_type()3694 (cur_ns == NULL && cur_ns != prev_ns)) { in get_array_type()3702 prev_ns = cur_ns; in get_array_type()3715 if (cur_ns) { in get_array_type()3716 xmlNsPtr ns = encode_add_ns(node, cur_ns); in get_array_type()[all …]
Completed in 12 milliseconds