Lines Matching refs:pass
125 SQLCHAR *pass;
227 if (odbc_inst->pass != NULL)
228 isc_mem_free(ns_g_mctx, odbc_inst->pass);
283 safeLen(dbi->user), dbi->pass, safeLen(dbi->pass));
858 /* set to null for next pass through */
1117 /* set to null for next pass through */
1339 /* if no password was passed, set odbc_inst.pass = NULL; */
1340 odbc_inst->pass = (SQLCHAR *) getParameterValue(argv[2], "pass=");