Searched defs:is_open (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/ | ||
H A D | prstrms.h | 85 int is_open() const {return (_fd != 0);} function 108 int is_open(){return rdbuf()->is_open();} function 127 int is_open(){return rdbuf()->is_open();} function 146 int is_open() { return rdbuf()->is_open(); } function |
/vbox/src/libs/zlib-1.2.6/contrib/iostream/ | ||
H A D | zfstream.h | 22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf |
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/ | ||
H A D | zfstream.h | 57 is_open() const { return (file != NULL); } function in class:gzfilebuf 270 is_open() { return sb.is_open(); } function in class:gzifstream 359 is_open() { return sb.is_open(); } function in class:gzofstream |
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ | ||
H A D | nsFileStream.h | 350 PRBool is_open() const function in class:nsFileClient |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/ | ||
H A D | vxge_main.h | 190 int is_open; member in struct:vxge_vpath |
Completed in 1708 milliseconds