Home
last modified time | relevance | path

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

/PHP-7.4/ext/oci8/
H A Doci8.c116 …, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid);
1630 size_t dbname_len = 0, charset_len = 0; in php_oci_do_connect() local
1638 Z_PARAM_STRING(dbname, dbname_len) in php_oci_do_connect()
1765 smart_str_appendl_ex(&hashed_details, dbname, dbname_len, 0); in php_oci_do_connect_ex()
2007 …_oci_get_spool(username, username_len, password, password_len, dbname, dbname_len, charsetid ? cha… in php_oci_do_connect_ex()
2892 …e, int username_len, char *password, int password_len, char *dbname, int dbname_len, int charsetid) in php_oci_get_spool() argument
2919 if (dbname_len) { in php_oci_get_spool()
2920 smart_str_appendl_ex(&spool_hashed_details, dbname, dbname_len, 0); in php_oci_get_spool()
2939 …i_create_spool(username, username_len, password, password_len, dbname, dbname_len, spool_hashed_de… in php_oci_get_spool()
3035 …de), OCIServerAttach, (connection->server, OCI_G(err), (text *)dbname, dbname_len, (ub4) OCI_DEFAU… in php_oci_old_create_session()
[all …]
H A Dphp_oci8_int.h427 …sword_len, char *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, …
H A Doci8_interface.c2103 size_t user_len, pass_old_len, pass_new_len, dbname_len; in PHP_FUNCTION() local
2126 …ameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ssss", &dbname, &dbname_len, &user, &user_le… in PHP_FUNCTION()
2141 …s_old, (int) pass_old_len, pass_new, (int) pass_new_len, dbname, (int) dbname_len, NULL, OCI_DEFAU… in PHP_FUNCTION()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c605 size_t dbname_len = 0; local
853 dbname_len = strlen(dbname);
860 …f (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_len,
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c60 size_t hostname_len = 0, username_len = 0, passwd_len = 0, dbname_len = 0, socket_len = 0; local
87 …&passwd, &passwd_len, &dbname, &dbname_len, &port, &port_is_null, &socket, &socket_len) == FAILURE…
105 …&hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &p…
311 if (mysqlnd_connect(mysql->mysql, hostname, username, passwd, passwd_len, dbname, dbname_len,
H A Dmysqli_api.c615 size_t user_len, password_len, dbname_len; in PHP_FUNCTION() local
621 …i_link_class_entry, &user, &user_len, &password, &password_len, &dbname, &dbname_len) == FAILURE) { in PHP_FUNCTION()
2210 size_t dbname_len; local
2212 …_ARGS(), getThis(), "Os", &mysql_link, mysqli_link_class_entry, &dbname, &dbname_len) == FAILURE) {
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1288 size_t table_len, column_len, dbname_len; in PHP_METHOD() local
1298 … "ssl|sl", &table, &table_len, &column, &column_len, &rowid, &dbname, &dbname_len, &flags) == FAIL… in PHP_METHOD()

Completed in 45 milliseconds