HomeSort by relevance Sort by last modified time
    Searched refs:notes_num_allocated (Results 1 - 2 of 2) sorted by null

  /external/libevent/test/
regress.gen.c 777 tmp->notes_num_allocated = 0;
797 int tobe_allocated = msg->notes_num_allocated;
805 msg->notes_num_allocated = tobe_allocated;
811 if (++msg->notes_length >= msg->notes_num_allocated) {
1016 tmp->notes_num_allocated = 0;
1044 tmp->notes_num_allocated = 0;
1136 if (tmp->notes_length >= tmp->notes_num_allocated &&
regress.gen.h 166 int notes_num_allocated; member in struct:run

Completed in 48 milliseconds