Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dattributes.c424 xsltAttrElemPtr refAttrItems; in xsltParseStylesheetAttributeSet() local
431 refAttrItems = xsltNewAttrElem(NULL); in xsltParseStylesheetAttributeSet()
432 if (refAttrItems != NULL) { in xsltParseStylesheetAttributeSet()
433 refAttrItems->set = ncname2; in xsltParseStylesheetAttributeSet()
434 refAttrItems->ns = prefix2; in xsltParseStylesheetAttributeSet()
436 attrItems, refAttrItems); in xsltParseStylesheetAttributeSet()
437 xsltFreeAttrElem(refAttrItems); in xsltParseStylesheetAttributeSet()