Searched refs:nbRedund (Results 1 – 2 of 2) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | tree.c | 8783 int sizeRedund = 0, nbRedund = 0, ret, i, j; in xmlDOMWrapReconcileNamespaces() local 8834 &sizeRedund, &nbRedund, ns, mi->newNs) == -1) in xmlDOMWrapReconcileNamespaces() 8901 for (i = 0, j = 0; i < nbRedund; i++, j += 2) { in xmlDOMWrapReconcileNamespaces() 8998 for (i = 0, j = 0; i < nbRedund; i++, j += 2) { in xmlDOMWrapReconcileNamespaces()
|
/third_party/libxml2/ |
D | tree.c | 8787 int sizeRedund = 0, nbRedund = 0, ret, i, j; in xmlDOMWrapReconcileNamespaces() local 8838 &sizeRedund, &nbRedund, ns, mi->newNs) == -1) in xmlDOMWrapReconcileNamespaces() 8905 for (i = 0, j = 0; i < nbRedund; i++, j += 2) { in xmlDOMWrapReconcileNamespaces() 9002 for (i = 0, j = 0; i < nbRedund; i++, j += 2) { in xmlDOMWrapReconcileNamespaces()
|