Searched defs:part_idx (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-mail/ |
H A D | test-message-part.c | 72 unsigned int i, prev_idx = 0, part_idx; local 82 part_idx = message_part_to_idx(block.part); 83 test_assert(part_idx >= prev_idx); 84 prev_idx = part_idx;
|
/dovecot/src/plugins/fts-lucene/ |
H A D | lucene-wrapper.cc | 564 uint32_t part_idx, const unsigned char *data, 570 if (uid != index->prev_uid || part_idx != index->prev_part_idx) { 574 index->prev_part_idx = part_idx; 579 if (part_idx != 0) { 580 swprintf(id, N_ELEMENTS(id), L"%u", part_idx); 563 lucene_index_build_more(struct lucene_index *index, uint32_t uid, uint32_t part_idx, const unsigned char *data, size_t size, const char *hdr_name) argument
|
Completed in 14 milliseconds