Lines Matching refs:namespaces
1524 const xmlChar **namespaces, in startElementNsDebug() argument
1545 if (namespaces != NULL) { in startElementNsDebug()
1548 if (namespaces[i] != NULL) in startElementNsDebug()
1549 fprintf(stdout, ":%s", namespaces[i]); in startElementNsDebug()
1551 fprintf(stdout, "='%s'", namespaces[i]); in startElementNsDebug()
1991 const xmlChar *namespaces[22]; in walkDoc() local
1997 namespaces[i++] = ns->href; in walkDoc()
1998 namespaces[i++] = ns->prefix; in walkDoc()
2000 namespaces[i++] = NULL; in walkDoc()
2001 namespaces[i] = NULL; in walkDoc()
2005 0, &namespaces[0]); in walkDoc()