Lines Matching refs:POSITION
23 typedef POSITION BLOCKNUM;
57 POSITION fpos;
61 POSITION fsize;
139 static POSITION ch_position(BLOCKNUM block, size_t offset) in ch_position()
141 return (block * LBUFSIZE) + (POSITION) offset; in ch_position()
225 POSITION len; in ch_get()
226 POSITION pos = ch_position(ch_block, bp->datasize); in ch_get()
491 public int ch_seek(POSITION pos) in ch_seek()
494 POSITION len; in ch_seek()
530 POSITION len; in ch_end_seek()
558 POSITION buf_pos; in ch_end_buffer_seek()
559 POSITION end_pos; in ch_end_buffer_seek()
612 public POSITION ch_length(void) in ch_length()
630 POSITION fsize; in ch_resize()
642 public POSITION ch_tell(void) in ch_tell()