OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gzfilebuf
(Results
1 - 4
of
4
) sorted by null
/external/zlib/contrib/iostream/
zfstream.h
8
class
gzfilebuf
: public streambuf {
class in inherits:streambuf
12
gzfilebuf
( );
13
virtual ~
gzfilebuf
();
15
gzfilebuf
*open( const char *name, int io_mode );
16
gzfilebuf
*attach( int file_descriptor, int io_mode );
17
gzfilebuf
*close();
62
gzfilebuf
*rdbuf();
64
gzfilebuf
buffer;
zfstream.cpp
4
gzfilebuf
::
gzfilebuf
() :
function in class:gzfilebuf
10
gzfilebuf
::~
gzfilebuf
() {
18
gzfilebuf
*
gzfilebuf
::open( const char *name,
60
gzfilebuf
*
gzfilebuf
::attach( int file_descriptor,
102
gzfilebuf
*
gzfilebuf
::close()
[
all
...]
/external/zlib/contrib/iostream3/
zfstream.h
27
class
gzfilebuf
: public std::streambuf
class in inherits:std::streambuf
31
gzfilebuf
();
35
~
gzfilebuf
();
65
gzfilebuf
*
75
gzfilebuf
*
83
gzfilebuf
*
205
* entire life span of the
gzfilebuf
object, unless replaced by setbuf.
261
gzfilebuf
*
263
{ return const_cast<
gzfilebuf
*>(&sb); }
312
gzfilebuf
sb
[
all
...]
zfstream.cc
21
gzfilebuf
::
gzfilebuf
()
function in class:gzfilebuf
30
gzfilebuf
::~
gzfilebuf
()
43
gzfilebuf
::setcompression(int comp_level,
50
gzfilebuf
*
51
gzfilebuf
::open(const char *name,
78
gzfilebuf
*
79
gzfilebuf
::attach(int fd,
106
gzfilebuf
*
[
all
...]
Completed in 2093 milliseconds