Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h1676 bool SetChunking(bool chunking, const char* filename);
1678 bool chunking() const { return chunking_; } in chunking() function
Dmkvmuxer.cc3561 bool Segment::SetChunking(bool chunking, const char* filename) { in SetChunking() argument
3565 if (chunking) { in SetChunking()
3635 chunking_ = chunking; in SetChunking()
/external/python/cpython2/Doc/library/
Dasynchat.rst110 schemes to implement encryption and chunking, for example.
/external/libevent/
DChangeLog1303 …a to request callbacks when chunked callback is set even if there is no chunking on the http level…
/external/libxml2/
DNEWS1014 XML parsing bug, fix line/column accounting in XML parser, chunking bug
DChangeLog1558 * HTMLparser.c: fix a chunking and script bug #347708