Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlstate.h38 typedef struct stringtable { struct
42 } stringtable; argument
69 stringtable strt; /* hash table for strings */
H A Dlstring.c24 stringtable *tb; in luaS_resize()
53 stringtable *tb; in newlstr()