Searched refs:unpackint (Results 1 – 1 of 1) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lstrlib.c | 1671 static lua_Integer unpackint (lua_State *L, const char *str, in unpackint() function 1718 lua_Integer res = unpackint(L, data + pos, h.islittle, size, in str_unpack() 1746 size_t len = (size_t)unpackint(L, data + pos, h.islittle, size, 0); in str_unpack()
|
Completed in 14 milliseconds