nb_namespaces      90 ext/xml/compat.c _start_element_handler_ns(void *user, const xmlChar *name, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes)
nb_namespaces      99 ext/xml/compat.c 	if (nb_namespaces > 0 && parser->h_start_ns != NULL) {
nb_namespaces     100 ext/xml/compat.c 		for (i = 0; i < nb_namespaces; i += 1) {
nb_namespaces     120 ext/xml/compat.c 				for (i = 0,j = 0;j < nb_namespaces;j++) {