Searched refs:SHF_READING (Results 1 – 2 of 2) sorted by relevance
297 if (shf->flags & SHF_READING) { in shf_flush()298 shf->flags &= ~(SHF_EOF | SHF_READING); in shf_flush()328 if (shf->flags & SHF_READING) { in shf_emptybuf()333 shf->flags &= ~SHF_READING; in shf_emptybuf()418 shf->flags |= SHF_READING; in shf_fillbuf()
1056 #define SHF_READING 0x2000 /* currently reading: rnleft,rp valid */ macro