Home | History | Annotate | Download | only in libxml2

Lines Matching defs:index1

208  * @index1:  the first index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {
225 if (index1 < index2)
227 if (index1 > index2)
1446 int index1, index2;
1461 index1 = range->index;
1473 if ((cur == start) && (index1 > 1)) {
1474 content += (index1 - 1);
1475 len -= (index1 - 1);
1476 index1 = 0;
1508 if ((cur == start) && (index1 > 1)) {
1509 cur = xmlXPtrGetNthChild(cur, index1 - 1);
1510 index1 = 0;
1528 if (index1 > 1) {
1529 content += (index1 - 1);
1535 if ((cur == start) && (index1 > 1)) {
1540 cur = xmlXPtrGetNthChild(cur, index1 - 1);
1541 index1 = 0;