Searched refs:filestate (Results 1 – 3 of 3) sorted by relevance
48 * The file state is maintained in a filestate structure.49 * A pointer to the filestate is kept in the ifile structure.52 struct filestate {117 static struct filestate *thisfile;819 * See if we already have a filestate for this file.821 thisfile = (struct filestate *) get_filestate(curr_ifile);825 * Allocate and initialize a new filestate. in ch_init() 827 thisfile = (struct filestate *) in ch_init() 828 ecalloc(1, sizeof(struct filestate)); in ch_init() 867 * Close a filestate in ch_close() 59 struct filestate { global() struct 60 buflistfilestate global() argument 61 hashtblfilestate global() argument 62 filefilestate global() argument 63 flagsfilestate global() argument 64 fposfilestate global() argument 65 nbufsfilestate global() argument 66 blockfilestate global() argument 67 offsetfilestate global() argument 68 fsizefilestate global() argument [all...]
317 public void set_filestate(IFILE ifile, void *filestate) in set_filestate() argument 319 int_ifile(ifile)->h_filestate = filestate; in set_filestate()
200 public void set_filestate(IFILE ifile, void *filestate);