decode_KRB_ERROR  348 source4/heimdal/lib/krb5/changepw.c 	ret = decode_KRB_ERROR(reply, len, &error, &size);
decode_KRB_ERROR  439 source4/heimdal/lib/krb5/changepw.c 	ret = decode_KRB_ERROR(reply + 6, len - 6, &error, &size);
decode_KRB_ERROR   47 source4/heimdal/lib/krb5/rd_error.c     ret = decode_KRB_ERROR(msg->data, msg->length, result, &len);