Lines Matching refs:code
38 * this source code. Do *NOT* create a derivative of this
39 * source code before consulting with your legal department.
40 * Do *NOT* integrate *ANY* of this source code into another
322 krb5_error_code code;
328 code = 0;
332 code = ENOMEM;
353 code = EINVAL;
358 code = ENOMEM;
365 code = EINVAL;
381 code = EINVAL;
391 if (*rpp && code) {
399 code, (*rpp) ? (*rpp)->mask : 0));
400 return code;
417 krb5_error_code code;
426 if ((code = krb5_timeofday(kcontext, &now)))
427 return code;
824 * this code used not to be based on gssapi. In order
841 krb5_error_code code;
852 code = krb5_parse_name(kcontext, (char *) caller_buf.value,
857 if (code != 0)