Home
last modified time | relevance | path

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

/dports/textproc/fzy/fzy-1.0/test/
H A Dtest_properties.c102 struct theft *t = theft_init(0); in should_return_results_if_there_is_a_match()
148 struct theft *t = theft_init(0); in positions_should_match_characters_in_string()
/dports/textproc/fzy/fzy-1.0/deps/theft/
H A Dtheft.h37 struct theft *theft_init(uint8_t bloom_bits);
H A Dtheft.c17 struct theft *theft_init(uint8_t bloom_bits) { in theft_init() function