Lines Matching refs:aprofile

418     krb5_pointer	aprofile = 0;  local
465 kret = krb5_aprof_init(filename, envname, &aprofile);
489 } else if (aprofile &&
490 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
532 } else if (aprofile &&
533 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
568 } else if (aprofile &&
569 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
588 } else if (aprofile &&
589 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
604 } else if (aprofile &&
605 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
616 } else if (aprofile &&
617 !krb5_aprof_get_int32(aprofile, hierarchy, TRUE,
633 } else if (aprofile &&
634 !krb5_aprof_get_int32(aprofile, hierarchy, TRUE,
650 } else if (aprofile &&
651 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
661 } else if (aprofile &&
662 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
684 } else if (aprofile &&
685 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
724 } else if (aprofile &&
725 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
740 } else if (aprofile &&
741 !krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
795 if (aprofile)
796 krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue);
822 if (aprofile)
823 krb5_aprof_get_string(aprofile, hierarchy,
889 if (aprofile)
890 krb5_aprof_get_string(aprofile, hierarchy,
940 if (aprofile && !krb5_aprof_get_string(aprofile, hierarchy,
960 if (aprofile && !krb5_aprof_get_int32(aprofile, hierarchy,
985 if (aprofile && !krb5_aprof_get_string(aprofile, hierarchy,
998 if (aprofile)
999 krb5_aprof_finish(aprofile);
1137 krb5_pointer aprofile = 0; local
1164 kret = krb5_aprof_init(filename, envname, &aprofile);
1182 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1187 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1190 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1195 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1200 if (!krb5_aprof_get_int32(aprofile, hierarchy, TRUE, &ivalue)) {
1207 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1212 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
1220 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue))
1225 if (!krb5_aprof_get_deltat(aprofile, hierarchy, TRUE, &dtvalue)) {
1232 if (!krb5_aprof_get_deltat(aprofile, hierarchy, TRUE, &dtvalue)) {
1239 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
1247 if (!krb5_aprof_get_boolean(aprofile, hierarchy, TRUE, &bvalue)) {
1254 if (!krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue)) {
1295 krb5_aprof_get_string(aprofile, hierarchy, TRUE, &svalue);
1315 if (aprofile)
1316 krb5_aprof_finish(aprofile);