Searched refs:endval (Results 1 – 3 of 3) sorted by relevance
58 int32_t endval = num >> 31; local68 if (num == endval)
412 const xmlChar *curval, *endval; in xsltParseStylesheetAttributeSet() local418 endval = curval; in xsltParseStylesheetAttributeSet()419 while ((*endval != 0) && (!IS_BLANK(*endval))) endval++; in xsltParseStylesheetAttributeSet()420 curval = xmlDictLookup(style->dict, curval, endval - curval); in xsltParseStylesheetAttributeSet()440 curval = endval; in xsltParseStylesheetAttributeSet()
2002 xmlChar *val, *cur, *endval; in xmlSchemaValAtomicListNode() local2036 endval = cur; in xmlSchemaValAtomicListNode()2038 while ((*cur == 0) && (cur != endval)) cur++; in xmlSchemaValAtomicListNode()2039 while (cur != endval) { in xmlSchemaValAtomicListNode()2044 while ((*cur == 0) && (cur != endval)) cur++; in xmlSchemaValAtomicListNode()