Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dxslt.c6482 xsltStylesheetPtr retStyle; in xsltParseStylesheetImportedDoc() local
6487 retStyle = xsltNewStylesheet(); in xsltParseStylesheetImportedDoc()
6488 if (retStyle == NULL) in xsltParseStylesheetImportedDoc()
6493 retStyle->parent = parentStyle; in xsltParseStylesheetImportedDoc()
6498 xmlDictFree(retStyle->dict); in xsltParseStylesheetImportedDoc()
6499 retStyle->dict = doc->dict; in xsltParseStylesheetImportedDoc()
6505 xmlDictReference(retStyle->dict); in xsltParseStylesheetImportedDoc()
6512 xsltGatherNamespaces(retStyle); in xsltParseStylesheetImportedDoc()
6525 retStyle->principal = retStyle; in xsltParseStylesheetImportedDoc()
6531 xsltFreeStylesheet(retStyle); in xsltParseStylesheetImportedDoc()
[all …]