Lines Matching refs:clazz
146 FHClass clazz; member
209 _fh_alloc( FHClass clazz ) in _fh_alloc() argument
222 if ( _win32_fhs[nn].clazz == NULL) { in _fh_alloc()
230 f->clazz = clazz; in _fh_alloc()
233 clazz->_fh_init(f); in _fh_alloc()
244 f->clazz->_fh_close( f ); in _fh_close()
247 f->clazz = NULL; in _fh_close()
436 return f->clazz->_fh_read( f, buf, len ); in adb_read()
448 return f->clazz->_fh_write(f, buf, len); in adb_write()
460 return f->clazz->_fh_lseek(f, pos, where); in adb_lseek()
468 if (!f || f->clazz != &_fh_socket_class) { in adb_shutdown()
769 if ( !serverfh || serverfh->clazz != &_fh_socket_class ) { in adb_socket_accept()
797 if ( !fh || fh->clazz != &_fh_socket_class ) { in adb_setsockopt()
1410 f->clazz->_fh_hook( f, events & ~node->wanted, node ); in event_looper_hook()