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

/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c1362 #define BACKLOG_SIZE 256 macro
1363 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1));
1366 for (i = 0; i < BACKLOG_SIZE; ++i) {

Completed in 109 milliseconds