Lines Matching defs:fcache
34 struct fcache struct
37 struct line_info
64 unsigned use_count;
70 const char *file_path;
72 FILE *fp;
76 char *data;
79 size_t size;
83 size_t nb_read;
86 size_t line_start_idx;
111 record is fcache_line_record_size, so that the memory consumption argument
116 fcache (); argument
414 fcache::fcache () in fcache() function