Home
last modified time | relevance | path

Searched refs:is_uid_set (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/pdo_odbc/
H A Dodbc_driver.c530 bool is_uid_set = dbh->username && *dbh->username in pdo_odbc_handle_factory() local
536 if (is_uid_set && is_pwd_set) { in pdo_odbc_handle_factory()
/PHP-8.2/ext/odbc/
H A Dphp_odbc.c2105 bool is_uid_set = uid && *uid in odbc_sqlconnect() local
2111 if (is_uid_set && is_pwd_set) { in odbc_sqlconnect()

Completed in 18 milliseconds