Searched refs:is_open (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/apache-793/httpd/support/
H A Dsplit-logfile.in32 my %is_open = ();
57 if (! $is_open{$vhost}) {
60 $is_open{$vhost} = 1;
/macosx-10.10.1/zlib-55/zlib/contrib/iostream3/
H A Dzfstream.h57 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
H A Dzfstream.cc55 if (this->is_open())
83 if (this->is_open())
110 if (!this->is_open())
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
234 if (!this->is_open() || !(io_mode & std::ios_base::out))
247 if (!this->is_open() || !(io_mode & std::ios_base::out))
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dbasic_file.h80 is_open() const;
/macosx-10.10.1/zlib-55/zlib/contrib/iostream/
H A Dzfstream.cpp21 if ( is_open() )
63 if ( is_open() )
104 if ( is_open() ) {
138 if ( !is_open() || !(mode & ios::in) )
175 if ( !is_open() || !(mode & ios::out) )
208 if ( !is_open() )
H A Dzfstream.h22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dbasic_file.cc196 if (!this->is_open() && __file)
218 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode)))
235 if (__c_mode && !this->is_open())
251 __basic_file<char>::is_open() const function in class:__basic_file
266 if (this->is_open())
H A Dcompatibility.cc283 basic_fstream<char>::is_open() const;
287 basic_ifstream<char>::is_open() const;
291 basic_ofstream<char>::is_open() const;
328 basic_fstream<wchar_t>::is_open() const;
332 basic_ifstream<wchar_t>::is_open() const;
336 basic_ofstream<wchar_t>::is_open() const;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dstdio_filebuf.h132 if (this->is_open())
149 if (this->is_open())
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Ddarwin_usb.h134 int is_open; member in struct:darwin_device_handle_priv
H A Ddarwin_usb.c567 int is_open = 0; local
580 is_open = ((*device)->USBDeviceOpen (device) == kIOReturnSuccess);
606 if (try_reconfigure && is_open) {
619 if (kIOReturnSuccess != ret && is_open && try_unsuspend) {
655 if (is_open)
814 priv->is_open = 0;
835 priv->is_open = 1;
880 if (priv->is_open) {
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_msg.c389 connect_site(dbenv, machtab, progname, site, is_open, hm_thrp)
394 int *is_open;
402 site->host, site->port, is_open, &eid)) < 0)
405 if (*is_open)
H A Drep_net.c416 * of the connection (in *eidp) and set is_open to 1. Return 0.
419 get_connected_socket(machtab, progname, remotehost, port, is_open, eidp)
422 int port, *is_open, *eidp;
431 *is_open = 0;
448 *is_open = 1;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Archive/
H A DArchiveWriter.cpp376 if (!ArchiveFile.is_open() || ArchiveFile.bad()) {
432 if (!FinalFile.is_open() || FinalFile.bad()) {
/macosx-10.10.1/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c3385 boolean_t is_open; local
3390 is_open = FALSE;
3415 is_open = TRUE;
3529 if (is_open == TRUE) {
4141 boolean_t is_open = FALSE; local
4178 is_open = TRUE;
4303 if (is_open == TRUE) {
/macosx-10.10.1/llvmCore-3425.0.34/tools/gold/
H A Dgold-plugin.cpp375 if (!api_file.is_open()) {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/treectrl/
H A Dtktreectrl.rb2144 alias is_open isopen
2146 alias is_open? isopen

Completed in 316 milliseconds