Home
last modified time | relevance | path

Searched refs:curstr (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/3rdparty/libxslt/
H A Dattributes.c1092 const xmlChar *curstr, *endstr; in xsltApplyAttributeSet() local
1119 curstr = attrSets; in xsltApplyAttributeSet()
1120 while (*curstr != 0) { in xsltApplyAttributeSet()
1121 while (IS_BLANK(*curstr)) in xsltApplyAttributeSet()
1122 curstr++; in xsltApplyAttributeSet()
1123 if (*curstr == 0) in xsltApplyAttributeSet()
1125 endstr = curstr; in xsltApplyAttributeSet()
1128 curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr); in xsltApplyAttributeSet()
1129 if (curstr) { in xsltApplyAttributeSet()
1141 "QName.\n", curstr); in xsltApplyAttributeSet()
[all …]