Lines Matching defs:count
31 int count;
37 return m ? m->count : 0;
53 for (; i < m->count; i++) {
104 *tag = m->elems[--m->count];
107 m->count + 1, sizeof(*m->elems));
113 m->elems[m->count].key = copy_key;
114 m->elems[m->count].value = copy_value;
123 m->elems[m->count].value = newval;
126 m->count++;
130 if (!m->count) {
138 if (m && !m->count) {
208 while (m->count--) {
209 av_freep(&m->elems[m->count].key);
210 av_freep(&m->elems[m->count].value);