Searched refs:DumpState (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldump.c | 24 } DumpState; typedef 29 static void DumpBlock(const void* b, size_t size, DumpState* D) in DumpBlock() 39 static void DumpChar(int y, DumpState* D) in DumpChar() 45 static void DumpInt(int x, DumpState* D) in DumpInt() 50 static void DumpNumber(lua_Number x, DumpState* D) in DumpNumber() 55 static void DumpVector(const void* b, int n, size_t size, DumpState* D) in DumpVector() 61 static void DumpString(const TString* s, DumpState* D) in DumpString() 80 static void DumpConstants(const Proto* f, DumpState* D) in DumpConstants() 111 static void DumpDebug(const Proto* f, DumpState* D) in DumpDebug() 143 static void DumpHeader(DumpState* D) in DumpHeader() [all …]
|