tgts 687 source4/heimdal/lib/krb5/get_cred.c krb5_creds **tgts,
tgts 699 source4/heimdal/lib/krb5/get_cred.c while(tgts && *tgts){
tgts 701 source4/heimdal/lib/krb5/get_cred.c &mcreds, *tgts)){
tgts 702 source4/heimdal/lib/krb5/get_cred.c ret = krb5_copy_creds_contents(context, *tgts, out_creds);
tgts 705 source4/heimdal/lib/krb5/get_cred.c tgts++;
tgts 711 source4/heimdal/lib/krb5/get_cred.c add_cred(krb5_context context, krb5_creds const *tkt, krb5_creds ***tgts)
tgts 715 source4/heimdal/lib/krb5/get_cred.c krb5_creds **tmp = *tgts;
tgts 724 source4/heimdal/lib/krb5/get_cred.c *tgts = tmp;
tgts 785 source4/heimdal/lib/krb5/get_cred.c krb5_creds tgts;
tgts 788 source4/heimdal/lib/krb5/get_cred.c *ret_tgts, &tgts);
tgts 791 source4/heimdal/lib/krb5/get_cred.c ok_as_delegate = tgts.flags.b.ok_as_delegate;
tgts 800 source4/heimdal/lib/krb5/get_cred.c in_creds, &tgts,
tgts 810 source4/heimdal/lib/krb5/get_cred.c krb5_free_cred_contents(context, &tgts);
tgts 1111 source4/heimdal/lib/krb5/get_cred.c krb5_creds **tgts;
tgts 1169 source4/heimdal/lib/krb5/get_cred.c tgts = NULL;
tgts 1171 source4/heimdal/lib/krb5/get_cred.c in_creds, NULL, NULL, out_creds, &tgts);
tgts 1172 source4/heimdal/lib/krb5/get_cred.c for(i = 0; tgts && tgts[i]; i++) {
tgts 1173 source4/heimdal/lib/krb5/get_cred.c krb5_cc_store_cred(context, ccache, tgts[i]);
tgts 1174 source4/heimdal/lib/krb5/get_cred.c krb5_free_creds(context, tgts[i]);
tgts 1176 source4/heimdal/lib/krb5/get_cred.c free(tgts);
tgts 1302 source4/heimdal/lib/krb5/get_cred.c krb5_creds **tgts;
tgts 1386 source4/heimdal/lib/krb5/get_cred.c tgts = NULL;
tgts 1389 source4/heimdal/lib/krb5/get_cred.c out_creds, &tgts);
tgts 1391 source4/heimdal/lib/krb5/get_cred.c for(i = 0; tgts && tgts[i]; i++) {
tgts 1392 source4/heimdal/lib/krb5/get_cred.c krb5_cc_store_cred(context, ccache, tgts[i]);
tgts 1393 source4/heimdal/lib/krb5/get_cred.c krb5_free_creds(context, tgts[i]);
tgts 1395 source4/heimdal/lib/krb5/get_cred.c free(tgts);