Lines Matching defs:ret
99 isc_result_t ret;
175 ret = dst_lib_init(mctx, ectx,
177 if (ret != ISC_R_SUCCESS)
199 ret = dns_secalg_fromtext(&alg, &r);
200 if (ret != ISC_R_SUCCESS)
265 ret = dns_name_fromtext(name, &buf, dns_rootname, ISC_FALSE, NULL);
266 if (ret != ISC_R_SUCCESS)
268 isc_result_totext(ret));
273 ret = dst_key_fromlabel(name, alg, flags, protocol,
277 if (ret != ISC_R_SUCCESS) {
283 namestr, algstr, isc_result_totext(ret));
293 ret = dst_key_fromfile(name, dst_key_id(key), alg,
296 if (ret == ISC_R_SUCCESS) {
298 ret = dst_key_buildfilename(key, 0, NULL, &buf);
299 if (ret != ISC_R_SUCCESS)
301 isc_result_totext(ret));
308 ret = dst_key_tofile(key, options, NULL);
309 if (ret != ISC_R_SUCCESS) {
313 isc_result_totext(ret));
317 ret = dst_key_buildfilename(key, 0, NULL, &buf);
318 if (ret != ISC_R_SUCCESS)
320 isc_result_totext(ret));