HomeSort by relevance Sort by last modified time
    Searched refs:CHUNKS (Results 1 - 2 of 2) sorted by null

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

Completed in 48 milliseconds