Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c1410 #define BACKLOG_SIZE 256 in http_fill_backlog() macro
1411 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); in http_fill_backlog()
1414 for (i = 0; i < BACKLOG_SIZE; ++i) { in http_fill_backlog()