Searched refs:dcred (Results 1 – 3 of 3) sorted by relevance
264 struct _gss_cred *dcred; in gss_accept_sec_context() local267 dcred = malloc(sizeof(struct _gss_cred)); in gss_accept_sec_context()268 if (!dcred) { in gss_accept_sec_context()272 SLIST_INIT(&dcred->gc_mc); in gss_accept_sec_context()275 free(dcred); in gss_accept_sec_context()282 SLIST_INSERT_HEAD(&dcred->gc_mc, dmc, gmc_link); in gss_accept_sec_context()284 *delegated_cred_handle = (gss_cred_id_t) dcred; in gss_accept_sec_context()
279 struct _gss_cred *dcred; in gss_accept_sec_context() local282 dcred = malloc(sizeof(struct _gss_cred)); in gss_accept_sec_context()283 if (!dcred) { in gss_accept_sec_context()288 HEIM_SLIST_INIT(&dcred->gc_mc); in gss_accept_sec_context()291 free(dcred); in gss_accept_sec_context()299 HEIM_SLIST_INSERT_HEAD(&dcred->gc_mc, dmc, gmc_link); in gss_accept_sec_context()301 *delegated_cred_handle = (gss_cred_id_t) dcred; in gss_accept_sec_context()
48 sqlite3_stmt *dcred; member163 if (s->dcred) in scc_free()164 sqlite3_finalize(s->dcred); in scc_free()422 ret = prepare_stmt(context, s->db, &s->dcred, SQL_DCRED); in make_database()578 sqlite3_bind_int(s->dcred, 1, s->cid); in scc_initialize()580 ret = sqlite3_step(s->dcred); in scc_initialize()582 sqlite3_reset(s->dcred); in scc_initialize()