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;
2437 * @endindex: the end index IN/OUT
2440 * (@start, @startindex) and limited by the (@end, @endindex) point
2444 * of the range and (@end, @endindex) will indicate the end
2449 xmlNodePtr *end, int *endindex) {
2461 ((*end)->type == XML_NAMESPACE_DECL) || (endindex == NULL))
2470 if ((cur == *end) && (pos + stringlen > *endindex))
2486 *endindex = pos + stringlen;
2523 * @endindex: the end index
2526 * until the (@end, @endindex) point is reached
2530 * of the range and (@end, @endindex) will indicate the end
2535 xmlNodePtr *end, int *endindex) {
2547 if ((end == NULL) || (endindex == NULL))
2569 end, endindex)) {
2594 *endindex = pos + 1;
2599 if ((cur == *end) && (pos >= *endindex))
2764 int i, startindex, endindex = 0, fendindex;
2826 xmlXPtrGetEndPoint(oldset->locTab[i], &end, &endindex);
2828 xmlXPtrGetLastChar(&end, &endindex);
2836 "to index %d of ->", endindex);
2842 fendindex = endindex;