Searched refs:xsltSecurityPrefs (Results 1 – 2 of 2) sorted by relevance
29 typedef struct _xsltSecurityPrefs xsltSecurityPrefs; typedef30 typedef xsltSecurityPrefs *xsltSecurityPrefsPtr;
94 ret = (xsltSecurityPrefsPtr) xmlMalloc(sizeof(xsltSecurityPrefs)); in xsltNewSecurityPrefs()100 memset(ret, 0, sizeof(xsltSecurityPrefs)); in xsltNewSecurityPrefs()