Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dsecurity.h29 typedef struct _xsltSecurityPrefs xsltSecurityPrefs; typedef
30 typedef xsltSecurityPrefs *xsltSecurityPrefsPtr;
Dsecurity.c94 ret = (xsltSecurityPrefsPtr) xmlMalloc(sizeof(xsltSecurityPrefs)); in xsltNewSecurityPrefs()
100 memset(ret, 0, sizeof(xsltSecurityPrefs)); in xsltNewSecurityPrefs()