Lines Matching defs:bof
34 static int bof_entry_grow(bof_t *bof) in bof_entry_grow()
125 bof_t *bof_array_get(bof_t *bof, unsigned i) in bof_array_get()
132 unsigned bof_array_size(bof_t *bof) in bof_array_size()
160 unsigned bof_blob_size(bof_t *bof) in bof_blob_size()
167 void *bof_blob_value(bof_t *bof) in bof_blob_value()
216 int32_t bof_int32_value(bof_t *bof) in bof_int32_value()
232 static void bof_print_bof(bof_t *bof, int level, int entry) in bof_print_bof()
264 static void bof_print_rec(bof_t *bof, int level, int entry) in bof_print_rec()
274 void bof_print(bof_t *bof) in bof_print()
281 bof_t *bof = NULL; in bof_read() local
372 void bof_incref(bof_t *bof) in bof_incref()
377 void bof_decref(bof_t *bof) in bof_decref()
399 static int bof_file_write(bof_t *bof, FILE *file) in bof_file_write()
439 int bof_dump_file(bof_t *bof, const char *filename) in bof_dump_file()