Searched refs:unpackint (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/lua/src/ |
| H A D | lstrlib.c | 1744 static lua_Integer unpackint (lua_State *L, const char *str, function 1791 lua_Integer res = unpackint(L, data + pos, h.islittle, size, 1823 size_t len = (size_t)unpackint(L, data + pos, h.islittle, size, 0);
|