Searched refs:attach (Results 1 - 25 of 265) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/net/
H A Dmsg.h60 void AddAttachment(const wxString& attach, const wxString& title = wxEmptyString) argument
61 { m_attachments.Add(attach); m_attachmentTitles.Add(title); }
74 wxArrayString m_attachments; //Files to attach to the email
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_fcs.c39 void (*attach) (struct bfa_fcs_s *fcs); member in struct:bfa_fcs_mod_s
73 * fcs attach -- called once to initialize data structures at driver attach time
91 if (mod->attach)
92 mod->attach(fcs);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datm_tcp.h63 int (*attach)(struct atm_vcc *vcc,int itf); member in struct:atm_tcp_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A DMakefile11 ath5k-y += attach.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream3/
H A Dzfstream.cc79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode);
464 gzofstream::attach(int fd, function in class:gzofstream
467 if (!sb.attach(f
[all...]
H A Dzfstream.h76 attach(int fd,
293 * Stream will be in state good() if attach succeeded; otherwise
297 attach(int fd,
382 * Stream will be in state good() if attach succeeded; otherwise
386 attach(int fd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode);
464 gzofstream::attach(int fd, function in class:gzofstream
467 if (!sb.attach(f
[all...]
H A Dzfstream.h76 attach(int fd,
293 * Stream will be in state good() if attach succeeded; otherwise
297 attach(int fd,
382 * Stream will be in state good() if attach succeeded; otherwise
386 attach(int fd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/iostream3/
H A Dzfstream.cc79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode);
464 gzofstream::attach(int fd, function in class:gzofstream
467 if (!sb.attach(f
[all...]
H A Dzfstream.h76 attach(int fd,
293 * Stream will be in state good() if attach succeeded; otherwise
297 attach(int fd,
382 * Stream will be in state good() if attach succeeded; otherwise
386 attach(int fd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream3/
H A Dzfstream.cc79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode);
464 gzofstream::attach(int fd, function in class:gzofstream
467 if (!sb.attach(f
[all...]
H A Dzfstream.h76 attach(int fd,
293 * Stream will be in state good() if attach succeeded; otherwise
297 attach(int fd,
382 * Stream will be in state good() if attach succeeded; otherwise
386 attach(int fd,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/iostream/
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf
261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common
263 if ( !buffer.attach( fd, io_mode) )
306 gzfilestream_common::attach( fd, io_mode );
326 gzfilestream_common::attach( fd, io_mode );
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf
261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common
263 if ( !buffer.attach( fd, io_mode) )
306 gzfilestream_common::attach( fd, io_mode );
326 gzfilestream_common::attach( fd, io_mode );
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/iostream/
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf
261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common
263 if ( !buffer.attach( fd, io_mode) )
306 gzfilestream_common::attach( fd, io_mode );
326 gzfilestream_common::attach( fd, io_mode );
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream/
H A Dzfstream.cpp60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf
261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common
263 if ( !buffer.attach( fd, io_mode) )
306 gzfilestream_common::attach( fd, io_mode );
326 gzfilestream_common::attach( fd, io_mode );
H A Dzfstream.h16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/core/
H A Dcore.c94 goto attach;
107 attach:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlines.h183 inline void SetAttachmentFrom(int attach) { m_attachmentFrom = attach; } argument
184 inline void SetAttachmentTo(int attach) { m_attachmentTo = attach; } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_tables.h119 .attach = edge_startup,
148 .attach = edge_startup,
177 .attach = edge_startup,
206 .attach = edge_startup,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dcb_pcimdda.c180 * which functions to call to configure/deconfigure (attach/detach)
184 static int attach(struct comedi_device *dev, struct comedi_devconfig *it);
189 .attach = attach,
279 static int attach(struct comedi_device *dev, struct comedi_devconfig *it) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dcore.c233 void (*attach)(struct sk_buff *, struct sk_buff *);
237 attach = rcu_dereference(ip_ct_attach);
238 if (attach)
239 attach(new, skb);

Completed in 271 milliseconds

1234567891011