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

/PHP_5_5/ext/xsl/
H A Dphp_xsl.c129 intern->securityPrefs = XSL_SECPREF_DEFAULT;
H A Dphp_xsl.h68 long securityPrefs; member in struct:_xsl_object
H A Dxsltprocessor.c76 ZEND_ARG_INFO(0, securityPrefs)
548 secPrefsValue = intern->securityPrefs;
558 /* if securityPrefs were not set through the setSecurityPrefs method, take the ini setting */
567 /* if securityPrefs is set to NONE, we don't have to do any checks, but otherwise... */
935 /* {{{ proto long xsl_xsltprocessor_set_security_prefs(long securityPrefs) */
940 long securityPrefs, oldSecurityPrefs; local
943 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &securityPrefs) == FAILURE) {
947 oldSecurityPrefs = intern->securityPrefs;
948 intern->securityPrefs = securityPrefs;
[all...]

Completed in 5 milliseconds