OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gzfilebuf
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/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
...]
/src/common/dist/zlib/contrib/iostream3/
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
...]
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
...]
Completed in 24 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025