Home | Sort by relevance Sort by last modified time |
/external/libxslt/libxslt/ | |
transform.h | 182 int noescape); |
xsltInternals.h | 695 int noescape; /* text */ member in struct:_xsltStyleItemText 846 int noescape; member in struct:_xsltStyleItemValueOf 1389 int noescape; \/* text *\/ member in struct:_xsltStylePreComp [all...] |
preproc.c | 836 comp->noescape = 0; 843 comp->noescape = 1; [all...] |
transform.c | 704 * @noescape: should disable-escaping be activated for this text node. 714 const xmlChar *string, int noescape) 758 } else if (noescape) { [all...] |