Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.h150 #define gco2ts(o) (&rawgco2ts(o)->tsv) macro
H A Dlstring.c36 unsigned int h = gco2ts(p)->hash; in luaS_resize()
H A Dlgc.c391 luaM_freemem(L, o, sizestring(gco2ts(o))); in freeobj()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h204 #define gco2ts(o) (&rawgco2ts(o)->tsv) macro
H A Dlstring.c78 unsigned int h = lmod(gco2ts(p)->hash, newsize); /* new position */ in luaS_resize()
H A Dlgc.c248 size = sizestring(gco2ts(o)); in reallymarkobject()
681 luaM_freemem(L, o, sizestring(gco2ts(o))); in freeobj()