Lines Matching refs:retval

100     krb5_error_code retval;
121 retval = profile_get_values(profile, names, &values);
122 if (retval == 0 && values != NULL)
136 retval = profile_get_values(profile, names, &values);
137 if (retval == 0 && values != NULL)
142 retval = ENOENT;
146 return retval;
154 krb5_error_code retval;
157 retval = pkinit_kdcdefault_strings(context, realmname, option, &values);
158 if (retval)
159 return retval;
162 retval = ENOENT;
168 retval = ENOMEM;
175 return retval;
183 krb5_error_code retval;
185 retval = pkinit_kdcdefault_string(context, realmname, option, &string);
187 if (retval == 0) {
201 krb5_error_code retval;
203 retval = pkinit_kdcdefault_string(context, realmname, option, &string);
205 if (retval == 0) {
237 krb5_error_code retval;
269 retval = profile_get_values(profile, names, &values);
270 if (retval == 0 && values != NULL && values[0] != NULL)
286 retval = profile_get_values(profile, names, &values);
287 if (retval == 0 && values != NULL && values[0] != NULL)
301 retval = profile_get_values(profile, names, &values);
302 if (retval == 0 && values != NULL && values[0] != NULL)
311 return retval;
318 krb5_error_code retval;
321 retval = pkinit_libdefault_strings(context, realm, option, &values);
322 if (retval)
323 return retval;
326 retval = ENOENT;
330 retval = ENOMEM;
336 return retval;
345 krb5_error_code retval;
347 retval = pkinit_libdefault_string(context, realm, option, &string);
349 if (retval == 0) {
364 krb5_error_code retval;
366 retval = pkinit_libdefault_string(context, realm, option, &string);
368 if (retval == 0) {
379 return retval;