Lines Matching defs:acontext
157 * acontext - opaque context for alternate profile.
165 krb5_aprof_getvals(acontext, hierarchy, retdata)
166 krb5_pointer acontext;
170 return(profile_get_values((profile_t) acontext,
179 * acontext - opaque context for alternate profile
207 krb5_aprof_get_boolean(krb5_pointer acontext, const char **hierarchy,
216 kret = krb5_aprof_getvals (acontext, hierarchy, &values);
238 * acontext - opaque context for alternate profile.
249 krb5_aprof_get_deltat(acontext, hierarchy, uselast, deltatp)
250 krb5_pointer acontext;
260 if (!(kret = krb5_aprof_getvals(acontext, hierarchy, &values))) {
282 * acontext - opaque context for alternate profile.
292 krb5_aprof_get_string(acontext, hierarchy, uselast, stringp)
293 krb5_pointer acontext;
302 if (!(kret = krb5_aprof_getvals(acontext, hierarchy, &values))) {
325 * acontext - opaque context for alternate profile.
336 krb5_aprof_get_int32(acontext, hierarchy, uselast, intp)
337 krb5_pointer acontext;
346 if (!(kret = krb5_aprof_getvals(acontext, hierarchy, &values))) {
368 * acontext - opaque context for alternate profile.
374 krb5_aprof_finish(acontext)
375 krb5_pointer acontext;
377 profile_release(acontext);