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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c2005 xmlChar *val, *cur, *endval; local
2039 endval = cur;
2041 while ((*cur == 0) && (cur != endval)) cur++;
2042 while (cur != endval) {
2047 while ((*cur == 0) && (cur != endval)) cur++;

Completed in 60 milliseconds