HomeSort by: relevance | last modified time | path
    Searched refs:isc_hash64 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/tests/isc/
hash_test.c 69 ISC_RUN_TEST_IMPL(isc_hash64) {
74 h1 = isc_hash64(NULL, 0, true);
75 h2 = isc_hash64(NULL, 0, true);
80 h1 = isc_hash64("Hello world", 12, true);
81 h2 = isc_hash64("Hello world", 12, true);
86 h1 = isc_hash64("Hello world", 12, false);
87 h2 = isc_hash64("heLLo WorLd", 12, false);
92 h1 = isc_hash64("Hello world", 12, true);
93 h2 = isc_hash64("heLLo WorLd", 12, true);
103 h1 = isc_hash64("Hello world", 12, true)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
hash.h 36 #define isc_hash_function isc_hash64
41 isc_hash64(const void *data, const size_t length, const bool case_sensitive);
  /src/external/mpl/bind/dist/lib/isc/include/isc/
hash.h 72 isc_hash64(const void *data, const size_t length, const bool case_sensitive) { function
  /src/external/mpl/dhcp/bind/dist/lib/isc/
hash.c 111 isc_hash64(const void *data, const size_t length, const bool case_sensitive) { function

Completed in 27 milliseconds