Home
last modified time | relevance | path

Searched refs:dbname_len (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/oci8/
H A Doci8.c117 …, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid);
873 size_t dbname_len = 0, charset_len = 0; in php_oci_do_connect() local
881 Z_PARAM_STRING_OR_NULL(dbname, dbname_len) in php_oci_do_connect()
1008 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
1250 …_oci_get_spool(username, username_len, password, password_len, dbname, dbname_len, charsetid ? cha… in php_oci_do_connect_ex()
2127 …e, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid) in php_oci_get_spool() argument
2151 if (dbname_len) { in php_oci_get_spool()
2152 smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0); in php_oci_get_spool()
2171 …i_create_spool(username, username_len, password, password_len, dbname, dbname_len, spool_hashed_de… in php_oci_get_spool()
2260 …de), OCIServerAttach, (connection->server, OCI_G(err), (text *)dbname, dbname_len, (ub4) OCI_DEFAU… in php_oci_old_create_session()
[all …]
H A Doci8_interface.c1887 size_t user_len, pass_old_len, pass_new_len, dbname_len; in PHP_FUNCTION() local
1910 …ameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ssss", &dbname, &dbname_len, &user, &user_le… in PHP_FUNCTION()
1925 …s_old, (int) pass_old_len, pass_new, (int) pass_new_len, dbname, (int) dbname_len, NULL, OCI_DEFAU… in PHP_FUNCTION()
H A Dphp_oci8_int.h425 …sword_len, char *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, …
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_driver.c683 size_t dbname_len = 0; local
943 dbname_len = strlen(dbname);
950 …f (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_len,
/PHP-8.1/ext/mysqli/
H A Dmysqli_nonapi.c58 size_t hostname_len = 0, username_len = 0, passwd_len = 0, dbname_len = 0, socket_len = 0; local
85 …&passwd, &passwd_len, &dbname, &dbname_len, &port, &port_is_null, &socket, &socket_len) == FAILURE…
104 …&hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &p…
310 if (mysqlnd_connect(mysql->mysql, hostname, username, passwd, passwd_len, dbname, dbname_len,
H A Dmysqli_api.c572 size_t user_len, password_len, dbname_len; in PHP_FUNCTION() local
578 …i_link_class_entry, &user, &user_len, &password, &password_len, &dbname, &dbname_len) == FAILURE) { in PHP_FUNCTION()
2174 size_t dbname_len; local
2176 …_ARGS(), getThis(), "Os", &mysql_link, mysqli_link_class_entry, &dbname, &dbname_len) == FAILURE) {
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.c1237 size_t table_len, column_len, dbname_len; in PHP_METHOD() local
1245 … "ssl|pl", &table, &table_len, &column, &column_len, &rowid, &dbname, &dbname_len, &flags) == FAIL… in PHP_METHOD()

Completed in 43 milliseconds