Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libxslt/
H A Dimports.c53 xmlChar *uriRef = NULL; in xsltParseStylesheetImport() local
62 if (uriRef == NULL) { in xsltParseStylesheetImport()
69 URI = xmlBuildURI(uriRef, base); in xsltParseStylesheetImport()
72 "xsl:import : invalid URI reference %s\n", uriRef); in xsltParseStylesheetImport()
126 if (uriRef != NULL) in xsltParseStylesheetImport()
127 xmlFree(uriRef); in xsltParseStylesheetImport()
151 xmlChar *uriRef = NULL; in xsltParseStylesheetInclude() local
162 if (uriRef == NULL) { in xsltParseStylesheetInclude()
169 URI = xmlBuildURI(uriRef, base); in xsltParseStylesheetInclude()
231 if (uriRef != NULL) in xsltParseStylesheetInclude()
[all …]