Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/bind9/dns
File: keyflags.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 DNS_KEYFLAGS_H
[12] Fix | Delete
#define DNS_KEYFLAGS_H 1
[13] Fix | Delete
[14] Fix | Delete
/*! \file dns/keyflags.h */
[15] Fix | Delete
[16] Fix | Delete
#include <isc/lang.h>
[17] Fix | Delete
[18] Fix | Delete
#include <dns/types.h>
[19] Fix | Delete
[20] Fix | Delete
ISC_LANG_BEGINDECLS
[21] Fix | Delete
[22] Fix | Delete
isc_result_t
[23] Fix | Delete
dns_keyflags_fromtext(dns_keyflags_t *flagsp, isc_textregion_t *source);
[24] Fix | Delete
/*%<
[25] Fix | Delete
* Convert the text 'source' refers to into a DNSSEC KEY flags value.
[26] Fix | Delete
* The text may contain either a set of flag mnemonics separated by
[27] Fix | Delete
* vertical bars or a decimal flags value. For compatibility with
[28] Fix | Delete
* older versions of BIND and the DNSSEC signer, octal values
[29] Fix | Delete
* prefixed with a zero and hexadecimal values prefixed with "0x"
[30] Fix | Delete
* are also accepted.
[31] Fix | Delete
*
[32] Fix | Delete
* Requires:
[33] Fix | Delete
*\li 'flagsp' is a valid pointer.
[34] Fix | Delete
*
[35] Fix | Delete
*\li 'source' is a valid text region.
[36] Fix | Delete
*
[37] Fix | Delete
* Returns:
[38] Fix | Delete
*\li ISC_R_SUCCESS on success
[39] Fix | Delete
*\li ISC_R_RANGE numeric flag value is out of range
[40] Fix | Delete
*\li DNS_R_UNKNOWN mnemonic flag is unknown
[41] Fix | Delete
*/
[42] Fix | Delete
[43] Fix | Delete
ISC_LANG_ENDDECLS
[44] Fix | Delete
[45] Fix | Delete
#endif /* DNS_KEYFLAGS_H */
[46] Fix | Delete
[47] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function