lua_Writer        875 lib/lua/lapi.c LUA_API int lua_dump (lua_State *L, lua_Writer writer, void *data) {
lua_Writer         20 lib/lua/ldump.c  lua_Writer writer;
lua_Writer        153 lib/lua/ldump.c LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip)
lua_Writer         60 lib/lua/lua.h  typedef int (*lua_Writer) (lua_State *L, const void* p, size_t sz, void* ud);
lua_Writer        207 lib/lua/lua.h  LUA_API int (lua_dump) (lua_State *L, lua_Writer writer, void *data);
lua_Writer        294 lib/lua/lua.h  #define lua_Chunkwriter		lua_Writer
lua_Writer         20 lib/lua/lundump.h LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);