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

  /src/external/mpl/bind/dist/lib/isc/include/isc/
hash.h 52 isc_hash32_hash(isc_hash32_t *restrict state, const void *data,
60 isc_hash32_hash(&state, data, length, case_sensitive);
  /src/external/mpl/bind/dist/lib/isc/
hash.c 64 isc_hash32_hash(isc_hash32_t *restrict state, const void *data, function
sockaddr.c 227 isc_hash32_hash(hash, s, len, true);
229 isc_hash32_hash(hash, &p, sizeof(p), true);
  /src/external/mpl/bind/dist/lib/dns/
badcache.c 146 isc_hash32_hash(&state, key->name->ndata, key->name->length, false);
147 isc_hash32_hash(&state, &key->type, sizeof(key->type), true);
dispatch.c 386 isc_hash32_hash(&hash, &dispentry->id, sizeof(dispentry->id), true);
387 isc_hash32_hash(&hash, &dispentry->port, sizeof(dispentry->port), true);
message.c 836 isc_hash32_hash(&state, &rds->rdclass, sizeof(rds->rdclass), true);
837 isc_hash32_hash(&state, &rds->type, sizeof(rds->type), true);
838 isc_hash32_hash(&state, &rds->covers, sizeof(rds->covers), true);
adb.c 1252 isc_hash32_hash(&hash, adbname->name->ndata, adbname->name->length,
1254 isc_hash32_hash(&hash, &adbname->type, sizeof(adbname->type), true);
resolver.c 1663 isc_hash32_hash(&hash32, fctx->name->ndata, fctx->name->length, false);
1664 isc_hash32_hash(&hash32, &fctx->options, sizeof(fctx->options), true);
1665 isc_hash32_hash(&hash32, &fctx->type, sizeof(fctx->type), true);

Completed in 38 milliseconds