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

/pkg/src/modules/
H A Ddigest.py127 HASH = 0 variable
208 if hash_type == HASH:
251 def get_preferred_hash(action, hash_type=HASH, reversed=False):
281 if hash_type == HASH:
288 elif hash_type in (HASH, HASH_GELF, CHASH):
289 # Currently only HASH, HASH_GELF and CHASH support
308 if hash_type == HASH:
333 def get_least_preferred_hash(action, hash_type=HASH):
342 def get_common_preferred_hash(action, old_action, hash_type=HASH,
400 elif hash_type in (HASH, HASH_GEL
[all...]

Completed in 533 milliseconds