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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Donetouch.c59 unsigned int is_open:1; member in struct:usb_onetouch
137 onetouch->is_open = 1;
152 onetouch->is_open = 0;
160 if (onetouch->is_open) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_parallel.c89 int is_open; variable
243 if (!is_open)
513 if (is_open || !lirc_claim())
523 is_open = 1;
533 is_open = 0;
605 if (!is_open)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_ssl.c240 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2,
243 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING;
244 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING;
239 open_ssl_bufevs(struct bufferevent **bev1_out, struct bufferevent **bev2_out, struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, int *fd_pair, struct bufferevent **underlying_pair) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.h63 void (* port_tested) (TrCore*, gboolean is_open);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.h59 bool is_open; member in struct:hwicap_drvdata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dprefs-dialog.js78 var is_open = response['arguments']['port-is-open'],
79 text = 'Port is <b>' + (is_open ? 'Open' : 'Closed') + '</b>',
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_ecm.c74 bool is_open; member in struct:f_ecm
314 if (ecm->is_open)
322 ecm->is_open ? "true" : "false");
579 ecm->is_open = true;
589 ecm->is_open = false;

Completed in 355 milliseconds

12