Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_http.c1362 #define BACKLOG_SIZE 256 in http_fill_backlog() macro
1363 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1)); in http_fill_backlog()
1366 for (i = 0; i < BACKLOG_SIZE; ++i) { in http_fill_backlog()