Searched refs:curval (Results 1 – 3 of 3) sorted by relevance
412 const xmlChar *curval, *endval; in xsltParseStylesheetAttributeSet() local413 curval = value; in xsltParseStylesheetAttributeSet()414 while (*curval != 0) { in xsltParseStylesheetAttributeSet()415 while (IS_BLANK(*curval)) curval++; in xsltParseStylesheetAttributeSet()416 if (*curval == 0) in xsltParseStylesheetAttributeSet()418 endval = curval; in xsltParseStylesheetAttributeSet()420 curval = xmlDictLookup(style->dict, curval, endval - curval); in xsltParseStylesheetAttributeSet()421 if (curval) { in xsltParseStylesheetAttributeSet()428 "xsl:attribute-set : %s adds use %s\n", ncname, curval); in xsltParseStylesheetAttributeSet()430 ncname2 = xsltSplitQName(style->dict, curval, &prefix2); in xsltParseStylesheetAttributeSet()[all …]
1018 ulong curval = m_val; in Put() local1026 curval |= val << bit_idx; in Put()1030 *((ulong*&)m_current)++ = curval | ((unsigned)val >> -bit_idx); in Put()1036 curval = val << bit_idx; in Put()1039 m_val = curval; in Put()
551 static int curval; variable569 curval = 0; in init_val()592 val = ++curval;