Searched refs:session_mode (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/oci8/ |
H A D | oci8_dtrace.d | 21 …probe oci8__connect__entry(char *username, char *dbname, char *charset, long session_mode, int per…
|
H A D | oci8.stub.php | 298 …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 D | oci8.c | 868 zend_long session_mode = OCI_DEFAULT; in php_oci_do_connect() local 877 Z_PARAM_LONG(session_mode) in php_oci_do_connect() 927 if (session_mode & ~(OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) { in php_oci_do_connect_ex() 931 if (session_mode & (OCI_SYSOPER | OCI_SYSDBA | PHP_OCI_CRED_EXT)) { in php_oci_do_connect_ex() 932 if ((session_mode & OCI_SYSOPER) && (session_mode & OCI_SYSDBA)) { in php_oci_do_connect_ex() 936 if (session_mode & PHP_OCI_CRED_EXT) { in php_oci_do_connect_ex() 949 if (session_mode & (OCI_SYSOPER | OCI_SYSDBA)) { in php_oci_do_connect_ex() 1029 smart_str_append_unsigned_ex(&hashed_details, session_mode, 0); in php_oci_do_connect_ex() 2375 if (session_mode & PHP_OCI_CRED_EXT) { in php_oci_old_create_session() 2377 session_mode ^= PHP_OCI_CRED_EXT; in php_oci_old_create_session() [all …]
|
H A D | php_oci8_int.h | 425 …_password_len, char *dbname, int dbname_len, char *charset, zend_long session_mode, int persistent…
|
H A D | oci8_arginfo.h | 259 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, session_mode, IS_LONG, 0, "OCI_DEFAULT")
|
Completed in 27 milliseconds