Lines Matching refs:pass
116 SQLCHAR *pass;
218 if (odbc_inst->pass != NULL)
219 isc_mem_free(ns_g_mctx, odbc_inst->pass);
274 safeLen(dbi->user), dbi->pass, safeLen(dbi->pass));
849 /* set to null for next pass through */
1111 /* set to null for next pass through */
1336 /* if no password was passed, set odbc_inst.pass = NULL; */
1337 odbc_inst->pass = (SQLCHAR *) getParameterValue(argv[2], "pass=");