Searched refs:get (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-storage/ |
H A D | mailbox-attribute-internal.c | 33 .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 D | mailbox-attribute.h | 18 * 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 D | mailbox-attribute.c | 291 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 D | dict-db.c | 243 ret = dict->pdb->get(dict->pdb, NULL, &pkey, &pdata, 0);
|
Completed in 69 milliseconds