Lines Matching defs:count
201 unsigned int count = 1;
208 while (msgid_map[count].uid == msgid_map->uid)
209 count++;
210 *msgid_map_idx += count;
222 if (msgid_map[count].uid == node->uid) {
223 parent_idx = msgid_map[count].str_idx;
224 count++;
225 while (msgid_map[count].uid == node->uid) {
227 msgid_map[count].str_idx))
229 parent_idx = msgid_map[count].str_idx;
230 count++;
240 *msgid_map_idx += count;