Home | History | Annotate | Download | only in src

Lines Matching refs:endindex

327  * @endindex:  the ending index
335 xmlNodePtr end, int endindex) {
344 if (endindex < 0)
357 ret->index2 = endindex;
2434 * @endindex: the end index IN/OUT
2437 * (@start, @startindex) and limited by the (@end, @endindex) point
2441 * of the range and (@end, @endindex) will indicate the end
2446 xmlNodePtr *end, int *endindex) {
2457 if ((end == NULL) || (endindex == NULL))
2466 if ((cur == *end) && (pos + stringlen > *endindex))
2482 *endindex = pos + stringlen;
2519 * @endindex: the end index
2522 * until the (@end, @endindex) point is reached
2526 * of the range and (@end, @endindex) will indicate the end
2531 xmlNodePtr *end, int *endindex) {
2542 if ((end == NULL) || (endindex == NULL))
2566 end, endindex)) {
2591 *endindex = pos + 1;
2596 if ((cur == *end) && (pos >= *endindex))
2763 int i, startindex, endindex = 0, fendindex;
2825 xmlXPtrGetEndPoint(oldset->locTab[i], &end, &endindex);
2827 xmlXPtrGetLastChar(&end, &endindex);
2835 "to index %d of ->", endindex);
2841 fendindex = endindex;