Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstring.c96 static TString *createstrobj (lua_State *L, const char *str, size_t l, in createstrobj() function
124 s = createstrobj(L, str, l, LUA_TSHRSTR, h, list); in newshrstr()
162 return createstrobj(L, str, l, LUA_TLNGSTR, G(L)->seed, NULL); in luaS_newlstr()
/freebsd/contrib/lua/src/
H A Dlstring.c143 static TString *createstrobj (lua_State *L, size_t l, int tag, unsigned int h) { in createstrobj() function
158 TString *ts = createstrobj(L, l, LUA_VLNGSTR, G(L)->seed); in luaS_createlngstrobj()
208 ts = createstrobj(L, l, LUA_VSHRSTR, h); in internshrstr()