Go to the source code of this file.
Defines | |
#define | RRTYPE_MG_ATTRIBUTES (0) |
Functions | |
static isc_result_t | fromtext_mg (ARGS_FROMTEXT) |
static isc_result_t | totext_mg (ARGS_TOTEXT) |
static isc_result_t | fromwire_mg (ARGS_FROMWIRE) |
static isc_result_t | towire_mg (ARGS_TOWIRE) |
static int | compare_mg (ARGS_COMPARE) |
static isc_result_t | fromstruct_mg (ARGS_FROMSTRUCT) |
static isc_result_t | tostruct_mg (ARGS_TOSTRUCT) |
static void | freestruct_mg (ARGS_FREESTRUCT) |
static isc_result_t | additionaldata_mg (ARGS_ADDLDATA) |
static isc_result_t | digest_mg (ARGS_DIGEST) |
static isc_boolean_t | checkowner_mg (ARGS_CHECKOWNER) |
static isc_boolean_t | checknames_mg (ARGS_CHECKNAMES) |
static int | casecompare_mg (ARGS_COMPARE) |
static isc_result_t fromtext_mg | ( | ARGS_FROMTEXT | ) | [inline, static] |
Definition at line 28 of file mg_8.c.
References isc_tokenvalue_t::as_region, buffer, buffer_fromregion(), callbacks, dns_name_fromtext(), dns_name_init(), dns_rootname, ISC_FALSE, isc_lex_getmastertoken(), ISC_R_SUCCESS, isc_tokentype_string, name, origin, rdclass, REQUIRE, RETERR, RETTOK, token, UNUSED, and isc_token::value.
static isc_result_t totext_mg | ( | ARGS_TOTEXT | ) | [inline, static] |
Definition at line 50 of file mg_8.c.
References dns_name_fromregion(), dns_name_init(), dns_name_totext(), dns_rdata_toregion(), name, name_prefix(), and REQUIRE.
static isc_result_t fromwire_mg | ( | ARGS_FROMWIRE | ) | [inline, static] |
Definition at line 71 of file mg_8.c.
References DNS_COMPRESS_GLOBAL14, dns_decompress_setmethods(), dns_name_fromwire(), dns_name_init(), name, rdclass, REQUIRE, and UNUSED.
static isc_result_t towire_mg | ( | ARGS_TOWIRE | ) | [inline, static] |
Definition at line 86 of file mg_8.c.
References DNS_COMPRESS_GLOBAL14, dns_compress_setmethods(), dns_name_fromregion(), dns_name_init(), dns_name_towire(), dns_rdata_toregion(), name, and REQUIRE.
static int compare_mg | ( | ARGS_COMPARE | ) | [inline, static] |
Definition at line 104 of file mg_8.c.
References dns_name_fromregion(), dns_name_init(), dns_name_rdatacompare(), dns_rdata_toregion(), and REQUIRE.
Referenced by casecompare_mg().
static isc_result_t fromstruct_mg | ( | ARGS_FROMSTRUCT | ) | [inline, static] |
Definition at line 129 of file mg_8.c.
References dns_name_toregion(), isc_buffer_copyregion(), rdclass, REQUIRE, and UNUSED.
static isc_result_t tostruct_mg | ( | ARGS_TOSTRUCT | ) | [inline, static] |
Definition at line 146 of file mg_8.c.
References dns_name_fromregion(), dns_name_init(), dns_rdata_toregion(), ISC_LINK_INIT, ISC_R_SUCCESS, mctx, name, name_duporclone(), REQUIRE, and RETERR.
static void freestruct_mg | ( | ARGS_FREESTRUCT | ) | [inline, static] |
static isc_result_t additionaldata_mg | ( | ARGS_ADDLDATA | ) | [inline, static] |
static isc_result_t digest_mg | ( | ARGS_DIGEST | ) | [inline, static] |
Definition at line 193 of file mg_8.c.
References arg, digest, dns_name_digest(), dns_name_fromregion(), dns_name_init(), dns_rdata_toregion(), name, r, and REQUIRE.
static isc_boolean_t checkowner_mg | ( | ARGS_CHECKOWNER | ) | [inline, static] |
static isc_boolean_t checknames_mg | ( | ARGS_CHECKNAMES | ) | [inline, static] |
static int casecompare_mg | ( | ARGS_COMPARE | ) | [inline, static] |