Home | History | Annotate | Download | only in src

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)
1438 int index1, index2;
1453 index1 = range->index;
1465 if ((cur == start) && (index1 > 1)) {
1466 content += (index1 - 1);
1467 len -= (index1 - 1);
1468 index1 = 0;
1500 if ((cur == start) && (index1 > 1)) {
1501 cur = xmlXPtrGetNthChild(cur, index1 - 1);
1502 index1 = 0;
1520 if (index1 > 1) {
1521 content += (index1 - 1);
1527 if ((cur == start) && (index1 > 1)) {
1532 cur = xmlXPtrGetNthChild(cur, index1 - 1);
1533 index1 = 0;