Home
last modified time | relevance | path

Searched refs:nolrentry (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c88 krb5_last_req_entry *nolrarray[2], nolrentry; in process_tgs_req() local
659 nolrentry.lr_type = KRB5_LRQ_NONE; in process_tgs_req()
660 nolrentry.value = 0; in process_tgs_req()
661 nolrarray[0] = &nolrentry; in process_tgs_req()
H A Dkdc_util.c439 static krb5_last_req_entry nolrentry = { KV5M_LAST_REQ_ENTRY, KRB5_LRQ_NONE, 0 }; variable
440 static krb5_last_req_entry *nolrarray[] = { &nolrentry, 0 };