Searched refs:secPrefsValue (Results 1 – 1 of 1) sorted by relevance
413 int secPrefsValue; in php_xsl_apply_stylesheet() local472 secPrefsValue = intern->securityPrefs; in php_xsl_apply_stylesheet()475 if (secPrefsValue != XSL_SECPREF_NONE) { in php_xsl_apply_stylesheet()477 if (secPrefsValue & XSL_SECPREF_READ_FILE ) { in php_xsl_apply_stylesheet()482 if (secPrefsValue & XSL_SECPREF_WRITE_FILE ) { in php_xsl_apply_stylesheet()487 if (secPrefsValue & XSL_SECPREF_CREATE_DIRECTORY ) { in php_xsl_apply_stylesheet()492 if (secPrefsValue & XSL_SECPREF_READ_NETWORK) { in php_xsl_apply_stylesheet()497 if (secPrefsValue & XSL_SECPREF_WRITE_NETWORK) { in php_xsl_apply_stylesheet()
Completed in 16 milliseconds