Searched refs:nbRedund (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | tree.c | 8743 int sizeRedund = 0, nbRedund = 0, ret, i, j; in xmlDOMWrapReconcileNamespaces() local 8794 &sizeRedund, &nbRedund, ns, mi->newNs) == -1) in xmlDOMWrapReconcileNamespaces() 8861 for (i = 0, j = 0; i < nbRedund; i++, j += 2) { in xmlDOMWrapReconcileNamespaces() 8958 for (i = 0, j = 0; i < nbRedund; i++, j += 2) { in xmlDOMWrapReconcileNamespaces()
|