Home | History | Annotate | Download | only in libxml2

Lines Matching refs:endindex

327  * @endindex:  the ending index
335 xmlNodePtr end, int endindex) {
344 if (endindex < 0)
357 ret->index2 = endindex;
2442 * @endindex: the end index IN/OUT
2445 * (@start, @startindex) and limited by the (@end, @endindex) point
2449 * of the range and (@end, @endindex) will indicate the end
2454 xmlNodePtr *end, int *endindex) {
2465 if ((end == NULL) || (endindex == NULL))
2474 if ((cur == *end) && (pos + stringlen > *endindex))
2490 *endindex = pos + stringlen;
2527 * @endindex: the end index
2530 * until the (@end, @endindex) point is reached
2534 * of the range and (@end, @endindex) will indicate the end
2539 xmlNodePtr *end, int *endindex) {
2550 if ((end == NULL) || (endindex == NULL))
2574 end, endindex)) {
2599 *endindex = pos + 1;
2604 if ((cur == *end) && (pos >= *endindex))
2771 int i, startindex, endindex = 0, fendindex;
2833 xmlXPtrGetEndPoint(oldset->locTab[i], &end, &endindex);
2835 xmlXPtrGetLastChar(&end, &endindex);
2843 "to index %d of ->", endindex);
2849 fendindex = endindex;