Searched refs:DumpBlock (Results 1 – 1 of 1) sorted by relevance
35 #define DumpVector(v,n,D) DumpBlock(v,(n)*sizeof((v)[0]),D)37 #define DumpLiteral(s,D) DumpBlock(s, sizeof(s) - sizeof(char), D)40 static void DumpBlock (const void *b, size_t size, DumpState *D) { in DumpBlock() function