Searched refs:f_eof (Results 1 – 4 of 4) sorted by relevance
107 int status = (state() & f_eof) != 0 ? f_eof : f_good; in read()114 bool flush = status == f_eof; in read()208 state() |= f_eof; in fill()209 return f_eof; in fill()246 f_eof = f_write << 1, enumerator
63 if (!(state_ & f_eof)) in read()125 state_ |= f_eof; in do_read()154 f_eof = f_write << 1 enumerator
309 if ((flags_ & f_eof) == 0) { in get()314 flags_ |= f_eof; in get()324 else if ((flags_ & f_eof) != 0) in get()357 f_eof = f_write << 1 enumerator
508 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize)) macro