Lines Matching full:reason

123  * @param reason: reason of failure. Fixed string or alloced in scratch.
124 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure.
128 * @param reasonbuf: buffer to use for fail reason string print.
134 struct key_entry_key* kkey, char** reason, sldns_ede_code *reason_bogus,
148 * @param reason: reason of failure. Fixed string or alloced in scratch.
149 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure.
151 * @param reasonbuf: buffer to use for fail reason string print.
159 struct ub_packed_rrset_key* ds_rrset, uint8_t* sigalg, char** reason,
174 * @param reason: reason of failure. Fixed string or alloced in scratch.
175 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure.
177 * @param reasonbuf: buffer to use for fail reason string print.
186 struct ub_packed_rrset_key* ta_dnskey, uint8_t* sigalg, char** reason,
202 * @param reason: reason of failure. Fixed string or alloced in scratch.
203 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure.
205 * @param reasonbuf: buffer to use for fail reason string print.
220 struct ub_packed_rrset_key* ds_rrset, int downprot, char** reason,
235 * @param reason: reason of failure. Fixed string or alloced in scratch.
236 * @param reason_bogus: EDE (RFC8914) code paired with the reason of failure.
238 * @param reasonbuf: buffer to use for fail reason string print.
255 char** reason, sldns_ede_code *reason_bogus, struct module_qstate* qstate,
396 * check if has dnssec info, and if it has signed nsecs. gives error reason.
398 * @param reason: returned on fail.
401 int val_has_signed_nsecs(struct reply_info* rep, char** reason);