Home
last modified time | relevance | path

Searched refs:inmemory_blobs (Results 1 – 4 of 4) sorted by relevance

/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Djmap_api.c672 hash_table inmemory_blobs = HASH_TABLE_INITIALIZER; in jmap_api() local
699 construct_hash_table(&inmemory_blobs, 64, 0); in jmap_api()
852 req.inmemory_blobs = &inmemory_blobs; in jmap_api()
955 free_hash_table(&inmemory_blobs, _free_buf); in jmap_api()
1285 if (!exact && blob && req->inmemory_blobs) { in _jmap_findblob()
1286 const struct buf *inmem = hash_lookup(blobid, req->inmemory_blobs); in _jmap_findblob()
H A Djmap_api.h153 hash_table *inmemory_blobs; member
H A Djmap_core.c647 hash_insert(blob_id, buf, req->inmemory_blobs); in jmap_blob_set()
H A Djmap_mail.c7604 struct buf *inmem = hash_lookup(blobid, req->inmemory_blobs); in jmap_email_parse()