Home
last modified time | relevance | path

Searched refs:LoadState (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlundump.c37 } LoadState; typedef
40 static l_noret error (LoadState *S, const char *why) { in error()
52 static void loadBlock (LoadState *S, void *b, size_t size) { in loadBlock()
61 static lu_byte loadByte (LoadState *S) { in loadByte()
69 static size_t loadUnsigned (LoadState *S, size_t limit) { in loadUnsigned()
83 static size_t loadSize (LoadState *S) { in loadSize()
88 static int loadInt (LoadState *S) { in loadInt()
93 static lua_Number loadNumber (LoadState *S) { in loadNumber()
100 static lua_Integer loadInteger (LoadState *S) { in loadInteger()
110 static TString *loadStringN (LoadState *S, Proto *p) { in loadStringN()
[all …]