Searched refs:endstr (Results 1 – 1 of 1) sorted by relevance
1045 const xmlChar *curstr, *endstr; in xsltApplyAttributeSet() local1078 endstr = curstr; in xsltApplyAttributeSet()1079 while ((*endstr != 0) && (!IS_BLANK(*endstr))) in xsltApplyAttributeSet()1080 endstr++; in xsltApplyAttributeSet()1081 curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr); in xsltApplyAttributeSet()1123 curstr = endstr; in xsltApplyAttributeSet()