Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/DriverManager/
H A DSQLConnect.c4141 SQLWCHAR * uc_dsn, *uc_user, *uc_auth; in SQLConnect() local
4145 uc_auth = ansi_to_unicode_alloc( authentication, name_length3, connection, NULL ); in SQLConnect()
4160 uc_auth, name_length3 ); in SQLConnect()
4166 if ( uc_auth ) in SQLConnect()
4167 free( uc_auth ); in SQLConnect()