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)
1430 int index1, index2;
1445 index1 = range->index;
1457 if ((cur == start) && (index1 > 1)) {
1458 content += (index1 - 1);
1459 len -= (index1 - 1);
1460 index1 = 0;
1492 if ((cur == start) && (index1 > 1)) {
1493 cur = xmlXPtrGetNthChild(cur, index1 - 1);
1494 index1 = 0;
1512 if (index1 > 1) {
1513 content += (index1 - 1);
1519 if ((cur == start) && (index1 > 1)) {
1524 cur = xmlXPtrGetNthChild(cur, index1 - 1);
1525 index1 = 0;