Searched refs:should_quote_uid (Results 1 – 2 of 2) sorted by relevance
544 bool should_quote_uid, should_quote_pwd; in pdo_odbc_handle_factory() local548 …should_quote_uid = !php_odbc_connstr_is_quoted(dbh->username) && php_odbc_connstr_should_quote(dbh… in pdo_odbc_handle_factory()549 if (should_quote_uid) { in pdo_odbc_handle_factory()591 if (uid && should_quote_uid) { in pdo_odbc_handle_factory()
2209 bool should_quote_uid, should_quote_pwd; in odbc_sqlconnect()2211 should_quote_uid = !php_odbc_connstr_is_quoted(uid) && php_odbc_connstr_should_quote(uid); in odbc_sqlconnect()2212 if (should_quote_uid) { in odbc_sqlconnect()2244 if (uid_quoted && should_quote_uid) { in odbc_sqlconnect()
Completed in 11 milliseconds