Searched refs:BACKLOG_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c1405 #define BACKLOG_SIZE 256 macro
1406 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1));
1409 for (i = 0; i < BACKLOG_SIZE; ++i) {
/freebsd-current/contrib/libevent/test/
H A Dregress_http.c1405 #define BACKLOG_SIZE 256 macro
1406 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1));
1409 for (i = 0; i < BACKLOG_SIZE; ++i) {

Completed in 82 milliseconds