Searched refs:endindex (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxpointer.h57 int endindex);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpointer.c327 * @endindex: the ending index
335 xmlNodePtr end, int endindex) {
344 if (endindex < 0)
357 ret->index2 = endindex;
2432 * @endindex: the end index IN/OUT
2435 * (@start, @startindex) and limited by the (@end, @endindex) point
2439 * of the range and (@end, @endindex) will indicate the end
2444 xmlNodePtr *end, int *endindex) {
2455 if ((end == NULL) || (endindex == NULL))
2464 if ((cur == *end) && (pos + stringlen > *endindex))
334 xmlXPtrNewRange(xmlNodePtr start, int startindex, xmlNodePtr end, int endindex) argument
2443 xmlXPtrMatchString(const xmlChar *string, xmlNodePtr start, int startindex, xmlNodePtr *end, int *endindex) argument
2528 xmlXPtrSearchString(const xmlChar *string, xmlNodePtr *start, int *startindex, xmlNodePtr *end, int *endindex) argument
2762 int i, startindex, endindex = 0, fendindex; local
[all...]

Completed in 99 milliseconds