HomeSort by: relevance | last modified time | path
    Searched defs:BACKLOG_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
regress_http.c 1410 #define BACKLOG_SIZE 256
1411 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1));
1414 for (i = 0; i < BACKLOG_SIZE; ++i) {
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 1407 #define BACKLOG_SIZE 256
1408 struct evhttp_connection **evcon = malloc(sizeof(*evcon) * (BACKLOG_SIZE + 1));
1411 for (i = 0; i < BACKLOG_SIZE; ++i) {

Completed in 15 milliseconds