Searched defs:Dump (Results 1 – 5 of 5) sorted by relevance
396 typedef struct Dump Dump; typedef404 struct Dump { struct405 int ndump;406 uchar *dumpbuf;407 uchar buf[1+NDUMP];
419 typedef struct Dump Dump; typedef427 struct Dump { struct428 int ndump;429 uchar *dumpbuf;430 uchar buf[1+NDUMP];
171 typedef struct Dump Dump; typedef174 struct Dump { struct176 Dumpdir *md5root; argument177 Dumpdir *blockroot; argument
3 Dump = 0, /* Actions must be in order of descending importance */ enumerator
128 #define Dump(x) { if (tl_verbose) dump(x); } macro