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

/dovecot/src/plugins/fts-squat/
H A Dsquat-test.c36 const char *trie_path = "/tmp/squat-test-index.search"; local
57 i_unlink_if_exists(trie_path);
59 trie = squat_trie_init(trie_path, time(NULL),
149 if (stat(trie_path, &trie_st) < 0)
150 i_error("stat(%s) failed: %m", trie_path);

Completed in 9 milliseconds