Home
last modified time | relevance | path

Searched defs:chunked (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc41 SyncClock chunked; in TEST() local
84 SyncClock chunked; in TEST() local
113 SyncClock chunked; in TEST() local
145 SyncClock chunked; in TEST() local
153 SyncClock chunked; in TEST() local
161 SyncClock chunked; in TEST() local
168 SyncClock chunked; in TEST() local
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dhttp.c120 int chunked; /* chunked mode */ member
313 _http_funopen(conn_t *conn, int chunked) in _http_funopen()
808 int chunked, direct, need_auth, noredirect, verbose; in _http_request() local
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp_struct.h109 unsigned chunked:1, /* a chunked request */ member
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp_struct.h110 unsigned chunked:1, /* a chunked request */ member
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dhttpread.c70 int chunked; /* nonzero for chunked data */ member
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c862 process_one_header(char* buf, size_t* clen, int* chunked) in process_one_header()
933 int chunked = 0; in read_http_headers() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d7287 auto chunked = inputRange.chunks(2); variable