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

/external/chromium/third_party/libevent/test/
H A Dregress_http.c245 static char const* const CHUNKS[] = { variable
263 evbuffer_add_printf(evb, "%s", CHUNKS[state->i]);
267 if (++state->i < sizeof(CHUNKS)/sizeof(CHUNKS[0])) {

Completed in 76 milliseconds