Searched refs:ch_fpos (Results 1 – 1 of 1) sorted by relevance
78 #define ch_fpos thisfile->fpos macro235 if (pos != ch_fpos) in ch_get()250 ch_fpos = pos; in ch_get()265 bp->data[bp->datasize] = helpdata[ch_fpos]; in ch_get()304 ch_fpos += n; in ch_get()413 nblocks = (ch_fpos + LBUFSIZE - 1) / LBUFSIZE; in sync_logfile()474 if (!(ch_flags & CH_CANSEEK) && pos != ch_fpos && !buffered(new_block)) in ch_seek()476 if (ch_fpos > pos) in ch_seek()478 while (ch_fpos < pos) in ch_seek()701 ch_fpos = 0; in ch_flush()[all …]