Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dsecurity.c142 case XSLT_SECPREF_WRITE_NETWORK: in xsltSetSecurityPrefs()
170 case XSLT_SECPREF_WRITE_NETWORK: in xsltGetSecurityPrefs()
406 check = xsltGetSecurityPrefs(sec, XSLT_SECPREF_WRITE_NETWORK); in xsltCheckWrite()
Dsecurity.h42 XSLT_SECPREF_WRITE_NETWORK enumerator
/external/webkit/Source/WebCore/xml/
DXSLTProcessorLibxslt.cpp332 … if (0 != xsltSetSecurityPrefs(securityPrefs, XSLT_SECPREF_WRITE_NETWORK, xsltSecurityForbid)) in transformToString()