Searched defs:dc_method (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/tests/
H A Dt_api.c690 unsigned int dc_method; member in struct:dc_method_map
702 unsigned int dc_method; local
705 dc_method = DNS_COMPRESS_NONE;
715 dc_method = pmap->dc_method;
717 return(dc_method);
/bind-9.11.3/bin/tests/names/
H A Dt_names.c1990 unsigned int dc_method, char *exp_name,
2020 dns_decompress_setmethods(&dctx, dc_method);
2063 unsigned int dc_method; local
2089 * downcase, dc_method,
2115 dc_method = DNS_COMPRESS_NONE;
2117 dc_method = DNS_COMPRESS_GLOBAL14;
2119 dc_method = DNS_COMPRESS_ALL;
2124 dc_method,
2187 test_dns_name_towire(char *testname, unsigned int dc_method, char *exp_data, argument
2216 dns_compress_setmethods(&cctx, dc_method);
1989 test_dns_name_fromwire(char *datafile_name, int testname_offset, int downcase, unsigned int dc_method, char *exp_name, isc_result_t exp_result, size_t buflen) argument
2256 unsigned int dc_method; local
[all...]

Completed in 15 milliseconds