Lines Matching refs:feature
213 static inline uint32_t vnc_has_feature(VncState *vs, int feature) {214 return (vs->features & (1 << feature));