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

/dovecot/src/plugins/fts-squat/
H A Dsquat-trie.c1540 int squat_trie_create_fd(struct squat_trie *trie, const char *path, int flags) function
1570 trie->fd = squat_trie_create_fd(trie, trie->path, 0);
1622 fd = squat_trie_create_fd(trie, path, O_TRUNC);

Completed in 16 milliseconds