PHP_OCI_CRED_EXT 1209 ext/oci8/oci8.c 	REGISTER_LONG_CONSTANT("OCI_CRED_EXT",PHP_OCI_CRED_EXT, CONST_CS | CONST_PERSISTENT);
PHP_OCI_CRED_EXT 1811 ext/oci8/oci8.c 	if (session_mode & ~(OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
PHP_OCI_CRED_EXT 1815 ext/oci8/oci8.c 	if (session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) {
PHP_OCI_CRED_EXT 1820 ext/oci8/oci8.c 		if (session_mode & PHP_OCI_CRED_EXT) {
PHP_OCI_CRED_EXT 1865 ext/oci8/oci8.c 	if ((session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) || (new_password_len)) {
PHP_OCI_CRED_EXT 3247 ext/oci8/oci8.c 		if (session_mode & PHP_OCI_CRED_EXT) {
PHP_OCI_CRED_EXT 3249 ext/oci8/oci8.c 			session_mode ^= PHP_OCI_CRED_EXT;
PHP_OCI_CRED_EXT  111 ext/oci8/php_oci8_int.h #if ((PHP_OCI_CRED_EXT == OCI_DEFAULT) || (PHP_OCI_CRED_EXT & (OCI_SYSOPER | OCI_SYSDBA)))