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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dchk_trans.c179 krb5_data this_component; local
185 - this_component points to buf[]
187 - this_component has length of buf when calling out
194 this_component.data = buf;
219 this_component.length = bufp - buf;
220 r = maybe_join (&last_component, &this_component, sizeof(buf));
223 r = (*fn) (&this_component, data);
229 &this_component, crealm);
231 r = process_intermediates (fn, data, &this_component,
239 last_component.length = this_component
[all...]

Completed in 148 milliseconds