Lines Matching defs:file_buffer
89 struct file_buffer { struct
102 struct file_buffer *hash_next; argument
106 struct file_buffer *hash_prev; argument
110 struct file_buffer *free_next; argument
118 int size;
119 int c_byte;
120 char used;
121 char fragment;
122 char error;
123 char locked;
124 char wait_on_unlock;
125 char noD;
149 struct file_buffer *hash_table[HASH_SIZE]; argument