Searched defs:packed_flags (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/plugins/fts-squat/ |
H A D | squat-uidlist.c | 112 unsigned int uid_count, uint32_t packed_flags, 123 if ((packed_flags & UIDLIST_PACKED_FLAG_BEGINS_WITH_POINTER) != 0) 192 packed_flags |= UIDLIST_PACKED_FLAG_BITMASK; 223 (listbufp - listbuf)) << 2) | packed_flags; 245 uint32_t packed_flags = 0; local 251 packed_flags |= UIDLIST_PACKED_FLAG_BEGINS_WITH_POINTER; 258 *size_r = (bufp - buf) << 2 | packed_flags; 274 packed_flags, offset, 111 uidlist_write_array(struct ostream *output, const uint32_t *uid_list, unsigned int uid_count, uint32_t packed_flags, uint32_t offset, bool write_size, uint32_t *size_r) argument
|
Completed in 22 milliseconds