|
Defines |
#define | null_ptr(p) ((p.segment==max_segments) && (p.block==0)) |
Functions |
void | print_index_block () |
void | unpack_ptr () |
void | mvc () |
boolean | null_pntr (struct leveln_pntr p) |
boolean | is_primary (struct fcb *f, int bufix) |
void | get_page (struct fcb *f, struct leveln_pntr blk, block_type_t *buf) |
void | print_key1 (FILE *list, struct key *k, char caption[]) |
void | print_key (FILE *list, unsigned char key[], int lc, char caption[]) |
boolean | block_is_sorted (struct ix_block *b) |
void | check_index_chain (FILE *list, struct fcb *f, struct leveln_pntr head) |
void | check_index (FILE *list, struct fcb *f, int index) |
int | print_freespace_chain (FILE *list, struct fcb *f) |
boolean | contiguous (struct level0_pntr p1, struct level0_pntr p2) |
int | print_freespace_summary (FILE *list, struct fcb *f) |
int | print_freespace (FILE *list, struct fcb *f) |
int | print_hash_chain (FILE *list, struct fcb *f, int ix) |
void | print_buffer_MRU_chain (FILE *list, struct fcb *f) |
void | print_buffer_summary (FILE *list, struct fcb *f) |
void | print_segments (FILE *list, struct fcb *f) |
void | print_files (FILE *list, struct fcb *f) |
void | print_index_block (FILE *list, struct ix_block *b) |
void | print_index_block1 (FILE *list, struct fcb *f, int bufix) |
void | print_index (FILE *list, struct fcb *f) |
void | print_levels (FILE *list, struct fcb *f) |
void | print_fib (FILE *list, struct fcb *f) |
void | print_fcb (FILE *list, struct fcb *f) |