Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

keyprint.h

Go to the documentation of this file.
00001 #if !defined(KEYPRINT_H)
00002   #define KEYPRINT_H
00003 
00004 void print_level0_pntr(FILE *list, struct fcb *f, char caption[], level0_pntr *p0);
00005 void print_leveln_pntr(FILE *list, char caption[], struct leveln_pntr *pn);
00006 void print_key(FILE *list, int index_type, struct key *k, char caption[]);
00007 void print_index_block(FILE *list, struct fcb *f, struct ix_block *b);
00008 
00009 int  print_hash_chain(FILE *list,struct fcb *f, int ix);
00010 void print_buffer_caption(FILE *list, struct fcb *f, int index_type);
00011 void print_buffer_MRU_chain(FILE *list, struct fcb *f);
00012 
00013 #endif

Generated on Tue Jun 15 11:02:54 2010 for Lemur by doxygen 1.3.4