Home | History | Annotate | Download | only in adb

Lines Matching defs:clazz

95     FHClass    clazz;
158 _fh_alloc( FHClass clazz )
171 if ( _win32_fhs[nn].clazz == NULL) {
179 f->clazz = clazz;
182 clazz->_fh_init(f);
193 f->clazz->_fh_close( f );
196 f->clazz = NULL;
410 return f->clazz->_fh_read( f, buf, len );
422 return f->clazz->_fh_write(f, buf, len);
434 return f->clazz->_fh_lseek(f, pos, where);
757 if ( !serverfh || serverfh->clazz != &_fh_socket_class ) {
786 if ( !fh || fh->clazz != &_fh_socket_class )
1400 f->clazz->_fh_hook( f, events & ~node->wanted, node );