PHP_OCI_CRED_EXT 1214 ext/oci8/oci8.c 	REGISTER_LONG_CONSTANT("OCI_CRED_EXT",PHP_OCI_CRED_EXT, CONST_CS | CONST_PERSISTENT);
PHP_OCI_CRED_EXT 1773 ext/oci8/oci8.c 	if (session_mode & ~(OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
PHP_OCI_CRED_EXT 1777 ext/oci8/oci8.c 	if (session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
PHP_OCI_CRED_EXT 1782 ext/oci8/oci8.c 		if (session_mode & PHP_OCI_CRED_EXT) {
PHP_OCI_CRED_EXT 1827 ext/oci8/oci8.c 	if ((session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) || (new_password_len)) {
PHP_OCI_CRED_EXT 3075 ext/oci8/oci8.c 		if (session_mode & PHP_OCI_CRED_EXT) {
PHP_OCI_CRED_EXT 3077 ext/oci8/oci8.c 			session_mode ^= PHP_OCI_CRED_EXT;
PHP_OCI_CRED_EXT  100 ext/oci8/php_oci8_int.h #if ((PHP_OCI_CRED_EXT == OCI_DEFAULT) || (PHP_OCI_CRED_EXT & (OCI_SYSOPER | OCI_SYSDBA)))