Searched refs:noescape (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.h178 int noescape);
H A DxsltInternals.h637 int noescape; /* text */ member in struct:_xsltStyleItemText
788 int noescape; member in struct:_xsltStyleItemValueOf
1298 int noescape; /* text */ member in struct:_xsltStylePreComp
H A Dpreproc.c826 comp->noescape = 0;
833 comp->noescape = 1;
1108 comp->noescape = 1;
H A Dtransform.c593 * @noescape: should disable-escaping be activated for this text node.
601 const xmlChar *string, int noescape) {
630 } else if (noescape) {
4017 comp->noescape);
600 xsltCopyTextString(xsltTransformContextPtr ctxt, xmlNodePtr target, const xmlChar *string, int noescape) argument

Completed in 99 milliseconds