Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libxslt/
H A Dxsltutils.c1427 int oldopts; in xsltSetCtxtParseOptions() local
1431 oldopts = ctxt->parserOptions; in xsltSetCtxtParseOptions()
1433 oldopts |= XML_PARSE_XINCLUDE; in xsltSetCtxtParseOptions()
1439 return(oldopts); in xsltSetCtxtParseOptions()