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

/dovecot/src/lib-storage/
H A Dmailbox-attribute-internal.c33 .get = mailbox_attribute_specialuse_get
57 .get = mailbox_attribute_comment_get
66 .get = mailbox_attribute_comment_get
95 .get = server_attribute_comment_get
120 .get = server_attribute_admin_get
H A Dmailbox-attribute.h18 * In all cases, the "/private" and "/shared" user visible prefixes get
56 * It will get mapped to:
82 * of the attribute (rank, get, and set).
85 * attributes dict, or from the get function pointer. Which source to use
173 /* User can get/set all non-pvt/ attributes and also pvt/server/
220 value. If the `get' function returns 0, the normal mailbox attribute
247 int (*get)(struct mailbox *box, const char *key, member in struct:mailbox_attribute_internal
H A Dmailbox-attribute.c291 if ((ret = iattr->get(box, key, value_r)) != 0) {
301 if ((ret = iattr->get(box, key, value_r)) <= 0)
318 if (iattr->get == NULL)
321 if ((ret = iattr->get(box, key, value_r)) < 0)
/dovecot/src/lib-dict-backend/
H A Ddict-db.c243 ret = dict->pdb->get(dict->pdb, NULL, &pkey, &pdata, 0);

Completed in 69 milliseconds