Home
last modified time | relevance | path

Searched refs:session_mode (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/oci8/
H A Doci8_dtrace.d21 …probe oci8__connect__entry(char *username, char *dbname, char *charset, long session_mode, int per…
H A Doci8.c874 zend_long session_mode = OCI_DEFAULT; in php_oci_do_connect() local
883 Z_PARAM_LONG(session_mode) in php_oci_do_connect()
933 if (session_mode & ~(OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) { in php_oci_do_connect_ex()
937 if (session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) { in php_oci_do_connect_ex()
938 if ((session_mode & OCI_SYSOPER) && (session_mode & OCI_SYSDBA)) { in php_oci_do_connect_ex()
942 if (session_mode & PHP_OCI_CRED_EXT) { in php_oci_do_connect_ex()
955 if (session_mode & (OCI_SYSOPER | OCI_SYSDBA)) { in php_oci_do_connect_ex()
1035 smart_str_append_unsigned_ex(&hashed_details, session_mode, 0); in php_oci_do_connect_ex()
2381 if (session_mode & PHP_OCI_CRED_EXT) { in php_oci_old_create_session()
2383 session_mode ^= PHP_OCI_CRED_EXT; in php_oci_old_create_session()
[all …]
H A Doci8.stub.php298 …sword, ?string $connection_string = null, string $encoding = "", int $session_mode = OCI_DEFAULT) … argument
305 …sword, ?string $connection_string = null, string $encoding = "", int $session_mode = OCI_DEFAULT) … argument
310 …sword, ?string $connection_string = null, string $encoding = "", int $session_mode = OCI_DEFAULT) … argument
317 …sword, ?string $connection_string = null, string $encoding = "", int $session_mode = OCI_DEFAULT) … argument
320 …sword, ?string $connection_string = null, string $encoding = "", int $session_mode = OCI_DEFAULT) … argument
327 …sword, ?string $connection_string = null, string $encoding = "", int $session_mode = OCI_DEFAULT) … argument
H A Dphp_oci8_int.h425 …_password_len, char *dbname, int dbname_len, char *charset, zend_long session_mode, int persistent…
H A Doci8_arginfo.h259 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, session_mode, IS_LONG, 0, "OCI_DEFAULT")

Completed in 20 milliseconds