Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/dst
File: result.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
[11] Fix | Delete
#ifndef DST_RESULT_H
[12] Fix | Delete
#define DST_RESULT_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file dst/result.h */
[15] Fix | Delete
[16] Fix | Delete
#include <isc/lang.h>
[17] Fix | Delete
#include <isc/resultclass.h>
[18] Fix | Delete
[19] Fix | Delete
/*
[20] Fix | Delete
* Nothing in this file truly depends on <isc/result.h>, but the
[21] Fix | Delete
* DST result codes are considered to be publicly derived from
[22] Fix | Delete
* the ISC result codes, so including this file buys you the ISC_R_
[23] Fix | Delete
* namespace too.
[24] Fix | Delete
*/
[25] Fix | Delete
#include <isc/result.h> /* Contractual promise. */
[26] Fix | Delete
[27] Fix | Delete
#define DST_R_UNSUPPORTEDALG (ISC_RESULTCLASS_DST + 0)
[28] Fix | Delete
#define DST_R_CRYPTOFAILURE (ISC_RESULTCLASS_DST + 1)
[29] Fix | Delete
/* compat */
[30] Fix | Delete
#define DST_R_OPENSSLFAILURE DST_R_CRYPTOFAILURE
[31] Fix | Delete
#define DST_R_NOCRYPTO (ISC_RESULTCLASS_DST + 2)
[32] Fix | Delete
#define DST_R_NULLKEY (ISC_RESULTCLASS_DST + 3)
[33] Fix | Delete
#define DST_R_INVALIDPUBLICKEY (ISC_RESULTCLASS_DST + 4)
[34] Fix | Delete
#define DST_R_INVALIDPRIVATEKEY (ISC_RESULTCLASS_DST + 5)
[35] Fix | Delete
/* 6 is unused */
[36] Fix | Delete
#define DST_R_WRITEERROR (ISC_RESULTCLASS_DST + 7)
[37] Fix | Delete
#define DST_R_INVALIDPARAM (ISC_RESULTCLASS_DST + 8)
[38] Fix | Delete
/* 9 is unused */
[39] Fix | Delete
/* 10 is unused */
[40] Fix | Delete
#define DST_R_SIGNFAILURE (ISC_RESULTCLASS_DST + 11)
[41] Fix | Delete
/* 12 is unused */
[42] Fix | Delete
/* 13 is unused */
[43] Fix | Delete
#define DST_R_VERIFYFAILURE (ISC_RESULTCLASS_DST + 14)
[44] Fix | Delete
#define DST_R_NOTPUBLICKEY (ISC_RESULTCLASS_DST + 15)
[45] Fix | Delete
#define DST_R_NOTPRIVATEKEY (ISC_RESULTCLASS_DST + 16)
[46] Fix | Delete
#define DST_R_KEYCANNOTCOMPUTESECRET (ISC_RESULTCLASS_DST + 17)
[47] Fix | Delete
#define DST_R_COMPUTESECRETFAILURE (ISC_RESULTCLASS_DST + 18)
[48] Fix | Delete
#define DST_R_NORANDOMNESS (ISC_RESULTCLASS_DST + 19)
[49] Fix | Delete
#define DST_R_BADKEYTYPE (ISC_RESULTCLASS_DST + 20)
[50] Fix | Delete
#define DST_R_NOENGINE (ISC_RESULTCLASS_DST + 21)
[51] Fix | Delete
#define DST_R_EXTERNALKEY (ISC_RESULTCLASS_DST + 22)
[52] Fix | Delete
[53] Fix | Delete
#define DST_R_NRESULTS 23 /* Number of results */
[54] Fix | Delete
[55] Fix | Delete
ISC_LANG_BEGINDECLS
[56] Fix | Delete
[57] Fix | Delete
const char *
[58] Fix | Delete
dst_result_totext(isc_result_t);
[59] Fix | Delete
[60] Fix | Delete
void
[61] Fix | Delete
dst_result_register(void);
[62] Fix | Delete
[63] Fix | Delete
ISC_LANG_ENDDECLS
[64] Fix | Delete
[65] Fix | Delete
#endif /* DST_RESULT_H */
[66] Fix | Delete
[67] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function