Searched defs:highest_id (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-storage/index/dbox-multi/ | ||
H A D | mdbox-map.c | 1196 unsigned int id, highest_id = 0; local 1206 if (highest_id < id) 1207 highest_id = id; 1212 *file_id_r = highest_id; |
Completed in 1002 milliseconds