Searched defs:stringlen (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxpointer.c2442 int stringlen; /* in bytes */ local
2455 stringlen = xmlStrlen(string);
2457 while (stringlen > 0) {
2458 if ((cur == *end) && (pos + stringlen > *endindex))
2463 if (len >= pos + stringlen) {
2464 match = (!xmlStrncmp(&cur->content[pos], string, stringlen));
2469 stringlen, pos + 1);
2474 *endindex = pos + stringlen;
2491 stringlen -= sub;

Completed in 102 milliseconds