hosts 160 source4/heimdal/lib/krb5/krbhst.c struct krb5_krbhst_info *hosts, **index, **end; hosts 166 source4/heimdal/lib/krb5/krbhst.c return kd->index == &kd->hosts; hosts 274 source4/heimdal/lib/krb5/krbhst.c for(h = kd->hosts; h; h = h->next) hosts 793 source4/heimdal/lib/krb5/krbhst.c kd->end = kd->index = &kd->hosts; hosts 892 source4/heimdal/lib/krb5/krbhst.c handle->index = &handle->hosts; hosts 903 source4/heimdal/lib/krb5/krbhst.c for (h = handle->hosts; h != NULL; h = next) {