|
int | luaS_eqlngstr (TString *a, TString *b) |
|
unsigned int | luaS_hash (const char *str, size_t l, unsigned int seed) |
|
unsigned int | luaS_hashlongstr (TString *ts) |
|
void | luaS_resize (lua_State *L, int newsize) |
|
void | luaS_clearcache (global_State *g) |
|
void | luaS_init (lua_State *L) |
|
static TString * | createstrobj (lua_State *L, size_t l, int tag, unsigned int h) |
|
TString * | luaS_createlngstrobj (lua_State *L, size_t l) |
|
void | luaS_remove (lua_State *L, TString *ts) |
|
static TString * | internshrstr (lua_State *L, const char *str, size_t l) |
|
TString * | luaS_newlstr (lua_State *L, const char *str, size_t l) |
|
TString * | luaS_new (lua_State *L, const char *str) |
|
Udata * | luaS_newudata (lua_State *L, size_t s) |
|