Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/isc
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 ISC_RESULT_H
[12] Fix | Delete
#define ISC_RESULT_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file isc/result.h */
[15] Fix | Delete
[16] Fix | Delete
#include <isc/lang.h>
[17] Fix | Delete
#include <isc/types.h>
[18] Fix | Delete
[19] Fix | Delete
#define ISC_R_SUCCESS 0 /*%< success */
[20] Fix | Delete
#define ISC_R_NOMEMORY 1 /*%< out of memory */
[21] Fix | Delete
#define ISC_R_TIMEDOUT 2 /*%< timed out */
[22] Fix | Delete
#define ISC_R_NOTHREADS 3 /*%< no available threads */
[23] Fix | Delete
#define ISC_R_ADDRNOTAVAIL 4 /*%< address not available */
[24] Fix | Delete
#define ISC_R_ADDRINUSE 5 /*%< address in use */
[25] Fix | Delete
#define ISC_R_NOPERM 6 /*%< permission denied */
[26] Fix | Delete
#define ISC_R_NOCONN 7 /*%< no pending connections */
[27] Fix | Delete
#define ISC_R_NETUNREACH 8 /*%< network unreachable */
[28] Fix | Delete
#define ISC_R_HOSTUNREACH 9 /*%< host unreachable */
[29] Fix | Delete
#define ISC_R_NETDOWN 10 /*%< network down */
[30] Fix | Delete
#define ISC_R_HOSTDOWN 11 /*%< host down */
[31] Fix | Delete
#define ISC_R_CONNREFUSED 12 /*%< connection refused */
[32] Fix | Delete
#define ISC_R_NORESOURCES 13 /*%< not enough free resources */
[33] Fix | Delete
#define ISC_R_EOF 14 /*%< end of file */
[34] Fix | Delete
#define ISC_R_BOUND 15 /*%< socket already bound */
[35] Fix | Delete
#define ISC_R_RELOAD 16 /*%< reload */
[36] Fix | Delete
#define ISC_R_SUSPEND ISC_R_RELOAD /*%< alias of 'reload' */
[37] Fix | Delete
#define ISC_R_LOCKBUSY 17 /*%< lock busy */
[38] Fix | Delete
#define ISC_R_EXISTS 18 /*%< already exists */
[39] Fix | Delete
#define ISC_R_NOSPACE 19 /*%< ran out of space */
[40] Fix | Delete
#define ISC_R_CANCELED 20 /*%< operation canceled */
[41] Fix | Delete
#define ISC_R_NOTBOUND 21 /*%< socket is not bound */
[42] Fix | Delete
#define ISC_R_SHUTTINGDOWN 22 /*%< shutting down */
[43] Fix | Delete
#define ISC_R_NOTFOUND 23 /*%< not found */
[44] Fix | Delete
#define ISC_R_UNEXPECTEDEND 24 /*%< unexpected end of input */
[45] Fix | Delete
#define ISC_R_FAILURE 25 /*%< generic failure */
[46] Fix | Delete
#define ISC_R_IOERROR 26 /*%< I/O error */
[47] Fix | Delete
#define ISC_R_NOTIMPLEMENTED 27 /*%< not implemented */
[48] Fix | Delete
#define ISC_R_UNBALANCED 28 /*%< unbalanced parentheses */
[49] Fix | Delete
#define ISC_R_NOMORE 29 /*%< no more */
[50] Fix | Delete
#define ISC_R_INVALIDFILE 30 /*%< invalid file */
[51] Fix | Delete
#define ISC_R_BADBASE64 31 /*%< bad base64 encoding */
[52] Fix | Delete
#define ISC_R_UNEXPECTEDTOKEN 32 /*%< unexpected token */
[53] Fix | Delete
#define ISC_R_QUOTA 33 /*%< quota reached */
[54] Fix | Delete
#define ISC_R_UNEXPECTED 34 /*%< unexpected error */
[55] Fix | Delete
#define ISC_R_ALREADYRUNNING 35 /*%< already running */
[56] Fix | Delete
#define ISC_R_IGNORE 36 /*%< ignore */
[57] Fix | Delete
#define ISC_R_MASKNONCONTIG 37 /*%< addr mask not contiguous */
[58] Fix | Delete
#define ISC_R_FILENOTFOUND 38 /*%< file not found */
[59] Fix | Delete
#define ISC_R_FILEEXISTS 39 /*%< file already exists */
[60] Fix | Delete
#define ISC_R_NOTCONNECTED 40 /*%< socket is not connected */
[61] Fix | Delete
#define ISC_R_RANGE 41 /*%< out of range */
[62] Fix | Delete
#define ISC_R_NOENTROPY 42 /*%< out of entropy */
[63] Fix | Delete
#define ISC_R_MULTICAST 43 /*%< invalid use of multicast */
[64] Fix | Delete
#define ISC_R_NOTFILE 44 /*%< not a file */
[65] Fix | Delete
#define ISC_R_NOTDIRECTORY 45 /*%< not a directory */
[66] Fix | Delete
#define ISC_R_QUEUEFULL 46 /*%< queue is full */
[67] Fix | Delete
#define ISC_R_FAMILYMISMATCH 47 /*%< address family mismatch */
[68] Fix | Delete
#define ISC_R_FAMILYNOSUPPORT 48 /*%< AF not supported */
[69] Fix | Delete
#define ISC_R_BADHEX 49 /*%< bad hex encoding */
[70] Fix | Delete
#define ISC_R_TOOMANYOPENFILES 50 /*%< too many open files */
[71] Fix | Delete
#define ISC_R_NOTBLOCKING 51 /*%< not blocking */
[72] Fix | Delete
#define ISC_R_UNBALANCEDQUOTES 52 /*%< unbalanced quotes */
[73] Fix | Delete
#define ISC_R_INPROGRESS 53 /*%< operation in progress */
[74] Fix | Delete
#define ISC_R_CONNECTIONRESET 54 /*%< connection reset */
[75] Fix | Delete
#define ISC_R_SOFTQUOTA 55 /*%< soft quota reached */
[76] Fix | Delete
#define ISC_R_BADNUMBER 56 /*%< not a valid number */
[77] Fix | Delete
#define ISC_R_DISABLED 57 /*%< disabled */
[78] Fix | Delete
#define ISC_R_MAXSIZE 58 /*%< max size */
[79] Fix | Delete
#define ISC_R_BADADDRESSFORM 59 /*%< invalid address format */
[80] Fix | Delete
#define ISC_R_BADBASE32 60 /*%< bad base32 encoding */
[81] Fix | Delete
#define ISC_R_UNSET 61 /*%< unset */
[82] Fix | Delete
#define ISC_R_MULTIPLE 62 /*%< multiple */
[83] Fix | Delete
#define ISC_R_WOULDBLOCK 63 /*%< would block */
[84] Fix | Delete
#define ISC_R_COMPLETE 64 /*%< complete */
[85] Fix | Delete
#define ISC_R_CRYPTOFAILURE 65 /*%< cryptography library failure */
[86] Fix | Delete
#define ISC_R_DISCQUOTA 66 /*%< disc quota */
[87] Fix | Delete
#define ISC_R_DISCFULL 67 /*%< disc full */
[88] Fix | Delete
#define ISC_R_DEFAULT 68 /*%< default */
[89] Fix | Delete
#define ISC_R_IPV4PREFIX 69 /*%< IPv4 prefix */
[90] Fix | Delete
#define ISC_R_TIMESHIFTED 70 /*%< system time changed */
[91] Fix | Delete
#define ISC_R_NRESULTS 71
[92] Fix | Delete
[93] Fix | Delete
ISC_LANG_BEGINDECLS
[94] Fix | Delete
[95] Fix | Delete
const char *
[96] Fix | Delete
isc_result_totext(isc_result_t);
[97] Fix | Delete
/*%<
[98] Fix | Delete
* Convert an isc_result_t into a string message describing the result.
[99] Fix | Delete
*/
[100] Fix | Delete
[101] Fix | Delete
const char *
[102] Fix | Delete
isc_result_toid(isc_result_t);
[103] Fix | Delete
/*%<
[104] Fix | Delete
* Convert an isc_result_t into a string identifier such as
[105] Fix | Delete
* "ISC_R_SUCCESS".
[106] Fix | Delete
*/
[107] Fix | Delete
[108] Fix | Delete
isc_result_t
[109] Fix | Delete
isc_result_register(unsigned int base, unsigned int nresults,
[110] Fix | Delete
const char **text, isc_msgcat_t *msgcat, int set);
[111] Fix | Delete
[112] Fix | Delete
isc_result_t
[113] Fix | Delete
isc_result_registerids(unsigned int base, unsigned int nresults,
[114] Fix | Delete
const char **ids, isc_msgcat_t *msgcat, int set);
[115] Fix | Delete
[116] Fix | Delete
ISC_LANG_ENDDECLS
[117] Fix | Delete
[118] Fix | Delete
#endif /* ISC_RESULT_H */
[119] Fix | Delete
[120] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function