Searched refs:write_hint_file (Results 1 – 3 of 3) sorted by relevance
/dports/databases/beansdb/beansdb-0.7.1.4/src/ |
H A D | hint.c | 71 void write_hint_file(char *buf, int size, const char *path) in write_hint_file() function 116 write_hint_file(p.buf, p.curr, hintpath); in build_hint() 151 write_hint_file(hint->buf, hint->size, new_path); in open_hint()
|
H A D | hint.h | 46 void write_hint_file(char *buf, int size, const char *path);
|
H A D | record.c | 799 write_hint_file(hintdata, hint_used, lasthint_real); in optimizeDataFile()
|