Searched defs:parents (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-file.c | 13 #include "mkdir-parents.h" 300 int mdbox_file_create_fd(struct dbox_file *file, const char *path, bool parents) argument 314 if (fd == -1 && errno == ENOENT && parents &&
|
/dovecot/src/lib-storage/index/dbox-single/ |
H A D | sdbox-file.c | 6 #include "mkdir-parents.h" 242 int sdbox_file_create_fd(struct dbox_file *file, const char *path, bool parents) argument 254 if (fd == -1 && errno == ENOENT && parents &&
|
/dovecot/src/plugins/fts-squat/ |
H A D | squat-trie.c | 54 ARRAY(struct squat_trie_iterate_node) parents; member in struct:squat_trie_iterate_context 1078 i_array_init(&ctx->parents, trie->hdr.partial_len*2); 1089 array_foreach_modifiable(&ctx->parents, node) 1093 array_free(&ctx->parents); 1121 iter_nodes = array_get_modifiable(&ctx->parents, &count); 1128 array_delete(&ctx->parents, count-1, 1); 1142 array_append(&ctx->parents, &ctx->cur, 1);
|
Completed in 13 milliseconds