Searched refs:box_guid (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/plugins/fts-solr/
H A Dfts-backend-solr.c48 char box_guid[MAILBOX_GUID_HEX_LENGTH+1]; member in struct:solr_fts_backend_update_context
219 const char *box_guid; local
229 if (fts_mailbox_get_guid(box, &box_guid) < 0)
232 str_printfa(str, "box:%s+AND+user:", box_guid);
295 str_printfa(str, "%u/%s", uid, ctx->box_guid);
311 uid, ctx->box_guid);
430 const char *box_guid; local
445 if (fts_mailbox_get_guid(box, &box_guid) < 0)
448 i_assert(strlen(box_guid) == sizeof(ctx->box_guid)
793 solr_search(struct fts_backend *_backend, string_t *str, const char *box_guid, ARRAY_TYPE(seq_range) *uids_r, ARRAY_TYPE(fts_score_map) *scores_r) argument
829 const char *box_guid; local
870 const char *box_guid; local
[all...]
/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-tree-fill.c77 const guid_128_t box_guid,
91 return !guid_128_is_empty(box_guid) ? 0 :
117 if (!guid_128_is_empty(box_guid) &&
118 !guid_128_equals(box_guid, metadata.guid)) {
321 const guid_128_t box_guid,
358 if (dsync_mailbox_tree_add(tree, info, box_guid, error_r) < 0)
75 dsync_mailbox_tree_add(struct dsync_mailbox_tree *tree, const struct mailbox_info *info, const guid_128_t box_guid, enum mail_error *error_r) argument
319 dsync_mailbox_tree_fill(struct dsync_mailbox_tree *tree, struct mail_namespace *ns, const char *box_name, const guid_128_t box_guid, const char *const *exclude_mailboxes, enum mail_error *error_r) argument
H A Ddsync-mailbox-tree.h146 /* Add nodes to tree from the given namespace. If box_name or box_guid is
150 const guid_128_t box_guid,
/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc87 guid_128_t box_guid; member in struct:rescan_context
710 const TCHAR *box_guid = field == NULL ? NULL : field->stringValue(); local
711 if (box_guid == NULL) {
717 if (wcharguid_to_guid(guid_r, box_guid) < 0) {
734 if (memcmp(guid, ctx->box_guid, sizeof(guid)) == 0) {
738 memcpy(ctx->box_guid, guid, sizeof(ctx->box_guid));
1484 const TCHAR *box_guid = field == NULL ? NULL : field->stringValue(); local
1485 if (box_guid == NULL) {
1492 hash_table_lookup(guids, box_guid);
[all...]

Completed in 22 milliseconds