Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.c104 static void pushstr (lua_State *L, const char *str) { in pushstr() function
113 pushstr(L, ""); in luaO_pushvfstring()
123 pushstr(L, s); in luaO_pushvfstring()
130 pushstr(L, buff); in luaO_pushvfstring()
146 pushstr(L, buff); in luaO_pushvfstring()
150 pushstr(L, "%"); in luaO_pushvfstring()
158 pushstr(L, buff); in luaO_pushvfstring()
165 pushstr(L, fmt); in luaO_pushvfstring()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c168 static void pushstr (lua_State *L, const char *str, size_t l) { in pushstr() function
180 pushstr(L, fmt, e - fmt); in luaO_pushvfstring()
185 pushstr(L, s, strlen(s)); in luaO_pushvfstring()
191 pushstr(L, &buff, 1); in luaO_pushvfstring()
205 pushstr(L, buff, l); in luaO_pushvfstring()
209 pushstr(L, "%", 1); in luaO_pushvfstring()
222 pushstr(L, fmt, strlen(fmt)); in luaO_pushvfstring()