Searched defs:passwd (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/sdb/pgsql/
H A Dpgsqldb.c50 char *passwd; member in struct:dbinfo
79 dbi->user, dbi->passwd);
260 dbi->passwd = NULL;
278 STRDUP_OR_FAIL(dbi->passwd, argv[4]);
312 if (dbi->passwd != NULL)
313 isc_mem_free(ns_g_mctx, dbi->passwd);

Completed in 10 milliseconds