Home
last modified time | relevance | path

Searched refs:fuzzy_set_total_input_length (Results 1 – 3 of 3) sorted by relevance

/dports/security/ssdeep/ssdeep-2.14.1/
H A Dfuzzy.h108 extern int fuzzy_set_total_input_length(struct fuzzy_state *state, uint_least64_t total_fixed_lengt…
H A Dfuzzy.c183 int fuzzy_set_total_input_length(struct fuzzy_state *state, uint_least64_t total_fixed_length) in fuzzy_set_total_input_length() function
508 if (fuzzy_set_total_input_length(ctx, buf_len) < 0) in fuzzy_hash_buf()
577 if (fuzzy_set_total_input_length(ctx, (uint_least64_t)fposend) < 0) in fuzzy_hash_file()
H A DNEWS26 - Added fuzzy_set_total_input_length function to the API.