/src/common/dist/zlib/contrib/iostream3/ |
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() )
|
/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...] |