Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/filter/
Dgzip.hpp264 write_long(this->crc(), snk); in close()
265 write_long(this->total_in(), snk); in close()
280 static void write_long(long n, Sink& next, boost::mpl::true_) in write_long() function in boost::iostreams::basic_gzip_compressor
288 static void write_long(long, Sink&, boost::mpl::false_) in write_long() function in boost::iostreams::basic_gzip_compressor
292 static void write_long(long n, Sink& next) in write_long() function in boost::iostreams::basic_gzip_compressor
296 write_long(n, next, can_write()); in write_long()
705 write_long(this->crc(), out); in prepare_footer()
706 write_long(this->total_in(), out); in prepare_footer()