Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bind9/isccc
File: result.h
/*
[0] Fix | Delete
* Portions 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
* Portions Copyright (C) 2001 Nominum, Inc.
[10] Fix | Delete
*
[11] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for any
[12] Fix | Delete
* purpose with or without fee is hereby granted, provided that the above
[13] Fix | Delete
* copyright notice and this permission notice appear in all copies.
[14] Fix | Delete
*
[15] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NOMINUM DISCLAIMS ALL
[16] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
[17] Fix | Delete
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY
[18] Fix | Delete
* SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
[19] Fix | Delete
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
[20] Fix | Delete
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
[21] Fix | Delete
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
[22] Fix | Delete
*/
[23] Fix | Delete
[24] Fix | Delete
[25] Fix | Delete
#ifndef ISCCC_RESULT_H
[26] Fix | Delete
#define ISCCC_RESULT_H 1
[27] Fix | Delete
[28] Fix | Delete
/*! \file isccc/result.h */
[29] Fix | Delete
[30] Fix | Delete
#include <isc/lang.h>
[31] Fix | Delete
#include <isc/resultclass.h>
[32] Fix | Delete
#include <isc/result.h>
[33] Fix | Delete
[34] Fix | Delete
#include <isccc/types.h>
[35] Fix | Delete
[36] Fix | Delete
/*% Unknown Version */
[37] Fix | Delete
#define ISCCC_R_UNKNOWNVERSION (ISC_RESULTCLASS_ISCCC + 0)
[38] Fix | Delete
/*% Syntax Error */
[39] Fix | Delete
#define ISCCC_R_SYNTAX (ISC_RESULTCLASS_ISCCC + 1)
[40] Fix | Delete
/*% Bad Authorization */
[41] Fix | Delete
#define ISCCC_R_BADAUTH (ISC_RESULTCLASS_ISCCC + 2)
[42] Fix | Delete
/*% Expired */
[43] Fix | Delete
#define ISCCC_R_EXPIRED (ISC_RESULTCLASS_ISCCC + 3)
[44] Fix | Delete
/*% Clock Skew */
[45] Fix | Delete
#define ISCCC_R_CLOCKSKEW (ISC_RESULTCLASS_ISCCC + 4)
[46] Fix | Delete
/*% Duplicate */
[47] Fix | Delete
#define ISCCC_R_DUPLICATE (ISC_RESULTCLASS_ISCCC + 5)
[48] Fix | Delete
/*% Maximum recursion depth */
[49] Fix | Delete
#define ISCCC_R_MAXDEPTH (ISC_RESULTCLASS_ISCCC + 6)
[50] Fix | Delete
[51] Fix | Delete
#define ISCCC_R_NRESULTS 7 /*%< Number of results */
[52] Fix | Delete
[53] Fix | Delete
ISC_LANG_BEGINDECLS
[54] Fix | Delete
[55] Fix | Delete
const char *
[56] Fix | Delete
isccc_result_totext(isc_result_t result);
[57] Fix | Delete
/*%
[58] Fix | Delete
* Convert a isccc_result_t into a string message describing the result.
[59] Fix | Delete
*/
[60] Fix | Delete
[61] Fix | Delete
void
[62] Fix | Delete
isccc_result_register(void);
[63] Fix | Delete
[64] Fix | Delete
ISC_LANG_ENDDECLS
[65] Fix | Delete
[66] Fix | Delete
#endif /* ISCCC_RESULT_H */
[67] Fix | Delete
[68] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function