Displaying 5 results from an estimated 5 matches for "mailbox_search_init".
Did you mean:
mailbox_search_deinit
2009 Dec 29
2
Design: Optimizations for high-latency storage backend
...mplemented for it. "Make sure cache
x..y bytes in cache file have been read to memory" call or something.
Problem #3: Fetching message body (and uncached fields).
The nice thing about lib-storage's fetching API is that the caller
already specifies what fields it intends to access in
mailbox_search_init(). So this code can use a similar technique than
searching:
- callers only use mailbox_search_next_nonblock()
- which keeps returning "try again later" until the message body has
been read to memory
- trying to access a field that's not specified in wanted_fields in
mailbox_search...
2014 Mar 19
0
Dovecot crashes on large search result sets in virtual folders when using fts-solr
...al+0) [0xb75786f9] -> /usr/lib/dovecot/modules/lib20_fts_plugin.so(+0x9aca) [0xb73c2aca] -> /usr/lib/dovecot/modules/lib20_fts_plugin.so(fts_search_lookup+0xce) [0xb73c2b9e] -> /usr/lib/dovecot/modules/lib20_fts_plugin.so(+0xba19) [0xb73c4a19] -> /usr/lib/dovecot/libdovecot-storage.so.0(mailbox_search_init+0x5f) [0xb76aea7f] -> dovecot/imap(imap_search_start+0x74) [0xb778e304] -> dovecot/imap(cmd_search+0xfe) [0xb778147e] -> dovecot/imap(command_exec+0x3a) [0xb7787cca] -> dovecot/imap(+0x16b36) [0xb7786b36] -> dovecot/imap(+0x16c79) [0xb7786c79] -> dovecot/imap(client_handle_input+0...
2007 Jul 16
0
Can't compile mbox-snarf-plugin.c on AIX 5.3
..._snarf_plugin.so
ld: 0711-317 ERROR: Undefined symbol: .mailbox_sync_init
ld: 0711-317 ERROR: Undefined symbol: .mailbox_sync_next
ld: 0711-317 ERROR: Undefined symbol: .mailbox_sync_deinit
ld: 0711-317 ERROR: Undefined symbol: .mailbox_transaction_begin
ld: 0711-317 ERROR: Undefined symbol: .mailbox_search_init
ld: 0711-317 ERROR: Undefined symbol: .mail_alloc
ld: 0711-317 ERROR: Undefined symbol: .mailbox_copy
ld: 0711-317 ERROR: Undefined symbol: .mail_expunge
ld: 0711-317 ERROR: Undefined symbol: .mailbox_search_next
ld: 0711-317 ERROR: Undefined symbol: .mail_free
ld: 0711-317 ERROR: Undefined s...
2009 Jul 30
1
virtual plugin - segfault body search
...ity = 1248796777, uidnext = 190, first_unseen_seq = 0, highest_modseq = 0, keywords = 0x0, sync_delayed_expunges = 0, nonpermanent_modseqs = 0}
ret = 0
#4 0x00007faa60c584fa in fts_try_build_init (ctx=0x1a5bad0, fctx=0x18c5580) at fts-storage.c:580
No locals.
#5 0x00007faa60c58683 in fts_mailbox_search_init (t=0xea2830, args=0x1dbc518, sort_program=0x0) at fts-storage.c:620
ft = (struct fts_transaction_context *) 0x1d96ef0
fbox = (struct fts_mailbox *) 0x13e38b0
ctx = (struct mail_search_context *) 0x1a5bad0
fctx = (struct fts_search_context *) 0x18c5580
#6 0x00000...
2008 Jun 19
2
sig11 in 1.1rc5 fts
...0x40c7e120
seqset = {seq1 = 16, seq2 = 1, next = 0x0}
last_uid = 0
last_uid_locked = 131072
__PRETTY_FUNCTION__ = "fts_build_init"
#7 0x0000000040e11351 in fts_try_build_init (fctx=0x40cee0f0) at
fts-storage.c:320
No locals.
#8 0x0000000040e114a6 in fts_mailbox_search_init (t=0x40c2b1e0,
charset=0x4ceca0 "UTF-8", args=0x40c7e0c0, sort_program=0x0)
at fts-storage.c:355
fbox = (struct fts_mailbox *) 0x40cdc040
ctx = (struct mail_search_context *) 0x40c28bc0
fctx = (struct fts_search_context *) 0x40cee0f0
#9 0x00000000004714e1 in...