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

/PHP_5_5/ext/xsl/
H A Dxsltprocessor.c491 xsltSecurityPrefsPtr secPrefs = NULL; local
569 secPrefs = xsltNewSecurityPrefs();
571 if (0 != xsltSetSecurityPrefs(secPrefs, XSLT_SECPREF_READ_FILE, xsltSecurityForbid)) {
576 if (0 != xsltSetSecurityPrefs(secPrefs, XSLT_SECPREF_WRITE_FILE, xsltSecurityForbid)) {
581 if (0 != xsltSetSecurityPrefs(secPrefs, XSLT_SECPREF_CREATE_DIRECTORY, xsltSecurityForbid)) {
586 if (0 != xsltSetSecurityPrefs(secPrefs, XSLT_SECPREF_READ_NETWORK, xsltSecurityForbid)) {
591 if (0 != xsltSetSecurityPrefs(secPrefs, XSLT_SECPREF_WRITE_NETWORK, xsltSecurityForbid)) {
596 if (0 != xsltSetCtxtSecurityPrefs(secPrefs, ctxt)) {
611 if (secPrefs) {
612 xsltFreeSecurityPrefs(secPrefs);
[all...]

Completed in 3 milliseconds