Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c1756 static lua_Integer unpackint (lua_State *L, const char *str, in unpackint() function
1803 lua_Integer res = unpackint(L, data + pos, h.islittle, size, in str_unpack()
1833 size_t len = (size_t)unpackint(L, data + pos, h.islittle, size, 0); in str_unpack()