Searched refs:nb_namespaces (Results 1 – 1 of 1) sorted by relevance
89 …, const xmlChar *name, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar… in _start_element_handler_ns() argument98 if (nb_namespaces > 0 && parser->h_start_ns != NULL) { in _start_element_handler_ns()99 for (i = 0; i < nb_namespaces; i += 1) { in _start_element_handler_ns()119 for (i = 0,j = 0;j < nb_namespaces;j++) { in _start_element_handler_ns()
Completed in 6 milliseconds