HomeSort by: relevance | last modified time | path
    Searched refs:rdbuf (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/iostream3/
test.cc 28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
32 outf.rdbuf()->pubsetbuf(0,0);
41 inf.rdbuf()->pubsetbuf(0,0);
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
zfstream.h 262 rdbuf() const function in class:gzifstream
351 rdbuf() const function in class:gzofstream
442 (gzs.rdbuf())->setcompression(l, s);
  /src/common/dist/zlib/contrib/iostream/
zfstream.cpp 255 ios( gzfilestream_common::rdbuf() )
286 gzfilebuf *gzfilestream_common::rdbuf() function in class:gzfilestream_common
292 ios( gzfilestream_common::rdbuf() )
298 ios( gzfilestream_common::rdbuf() )
304 ios( gzfilestream_common::rdbuf() )
312 ios( gzfilestream_common::rdbuf() )
318 ios( gzfilestream_common::rdbuf() )
324 ios( gzfilestream_common::rdbuf() )
zfstream.h 62 gzfilebuf *rdbuf();
108 (s.rdbuf())->setcompressionlevel(l);
114 (s.rdbuf())->setcompressionstrategy(l);
  /src/sys/fs/ntfs/
ntfs_subr.c 773 void * rdbuf = NULL; /* Buffer to read directory's blocks */ local in function:ntfs_ntlookupfile
814 rdbuf = malloc(blsize, M_TEMP, M_WAITOK);
821 0, rdsize, rdbuf, NULL);
828 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff);
832 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff))
914 cn = *(cn_t *) ((char *)rdbuf + aoff +
919 ntfs_cntob(cn), rdsize, rdbuf, NULL);
924 rdbuf, rdsize);
928 aoff = (((struct attr_indexalloc *) rdbuf)->ia_hdrsize +
937 "$I30", ntfs_cntob(cn), rdsize, rdbuf, NULL)
1027 void * rdbuf; \/* Buffer to read directory's blocks *\/ local in function:ntfs_ntreaddir
    [all...]

Completed in 15 milliseconds