PHP_OCI_CRED_EXT 1213 ext/oci8/oci8.c 	REGISTER_LONG_CONSTANT("OCI_CRED_EXT",PHP_OCI_CRED_EXT, CONST_CS | CONST_PERSISTENT);
PHP_OCI_CRED_EXT 1813 ext/oci8/oci8.c 	if (session_mode & ~(OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
PHP_OCI_CRED_EXT 1817 ext/oci8/oci8.c 	if (session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
PHP_OCI_CRED_EXT 1822 ext/oci8/oci8.c 		if (session_mode & PHP_OCI_CRED_EXT) {
PHP_OCI_CRED_EXT 1867 ext/oci8/oci8.c 	if ((session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) || (new_password_len)) {
PHP_OCI_CRED_EXT 3208 ext/oci8/oci8.c 		if (session_mode & PHP_OCI_CRED_EXT) {
PHP_OCI_CRED_EXT 3210 ext/oci8/oci8.c 			session_mode ^= PHP_OCI_CRED_EXT;
PHP_OCI_CRED_EXT  104 ext/oci8/php_oci8_int.h #if ((PHP_OCI_CRED_EXT == OCI_DEFAULT) || (PHP_OCI_CRED_EXT & (OCI_SYSOPER | OCI_SYSDBA)))