Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dattributes.c1045 const xmlChar *curstr, *endstr; in xsltApplyAttributeSet() local
1072 curstr = attrSets; in xsltApplyAttributeSet()
1073 while (*curstr != 0) { in xsltApplyAttributeSet()
1074 while (IS_BLANK(*curstr)) in xsltApplyAttributeSet()
1075 curstr++; in xsltApplyAttributeSet()
1076 if (*curstr == 0) in xsltApplyAttributeSet()
1078 endstr = curstr; in xsltApplyAttributeSet()
1081 curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr); in xsltApplyAttributeSet()
1082 if (curstr) { in xsltApplyAttributeSet()
1089 "apply curstrute set %s\n", curstr); in xsltApplyAttributeSet()
[all …]