Searched refs:SHF_EOF (Results 1 – 2 of 2) sorted by relevance
19 #define shf_eof(shf) ((shf)->flags & SHF_EOF)22 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))41 #define SHF_EOF 0x1000 /* read eof (sticky) */ macro
314 shf->flags &= ~(SHF_EOF | SHF_READING);422 if (shf->flags & (SHF_EOF | SHF_ERROR)) {450 shf->flags |= SHF_EOF;491 shf->flags &= ~(SHF_EOF | SHF_READING | SHF_WRITING);626 shf->flags &= ~SHF_EOF;631 shf->flags &= ~SHF_EOF;