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

  /external/libevent/test/
regress.gen.c 474 tmp->how_often_length = 0;
500 if (++msg->how_often_length >= msg->how_often_num_allocated) {
504 msg->how_often_data[msg->how_often_length - 1] = value;
506 return &(msg->how_often_data[msg->how_often_length - 1]);
508 --msg->how_often_length;
540 if (!msg->how_often_set || off < 0 || off >= msg->how_often_length)
571 if (!msg->how_often_set || offset < 0 || offset >= msg->how_often_length)
594 tmp->how_often_length = 0;
610 tmp->how_often_length = 0;
624 for (i = 0; i < tmp->how_often_length; ++i)
    [all...]
regress.gen.h 100 int how_often_length; member in struct:kill

Completed in 74 milliseconds