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

/bind-9.11.3/lib/isc/
H A Dhash.c508 isc_hash_function_reverse(const void *data, size_t length, function
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c1893 ATF_TC(isc_hash_function_reverse); variable
1894 ATF_TC_HEAD(isc_hash_function_reverse, tc) {
1897 ATF_TC_BODY(isc_hash_function_reverse, tc) {
1905 h1 = isc_hash_function_reverse(NULL, 0, ISC_TRUE, NULL);
1906 h1 = isc_hash_function_reverse("\000", 1, ISC_TRUE, &h1);
1907 h1 = isc_hash_function_reverse("\003org", 4, ISC_TRUE, &h1);
1908 h1 = isc_hash_function_reverse("\007example", 8, ISC_TRUE, &h1);
1910 h2 = isc_hash_function_reverse("\007example\003org\000", 13,
1916 h1 = isc_hash_function_reverse(NULL, 0, ISC_TRUE, NULL);
1917 h2 = isc_hash_function_reverse(NUL
[all...]

Completed in 15 milliseconds