Searched refs:ch_fpos (Results 1 – 1 of 1) sorted by relevance
69 #define ch_fpos thisfile->fpos macro247 if (pos != ch_fpos) in ch_get()262 ch_fpos = pos; in ch_get()277 bp->data[bp->datasize] = (unsigned char) helpdata[ch_fpos]; in ch_get()315 ch_fpos += n; in ch_get()438 nblocks = (ch_fpos + LBUFSIZE - 1) / LBUFSIZE; in sync_logfile()500 if (!(ch_flags & CH_CANSEEK) && pos != ch_fpos && !buffered(new_block)) in ch_seek()502 if (ch_fpos > pos) in ch_seek()504 while (ch_fpos < pos) in ch_seek()736 ch_fpos = 0; in ch_flush()[all …]