Home
last modified time | relevance | path

Searched defs:lua_pushstring (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlua.h164 LUA_API void (lua_pushstring) (lua_State *L, const char *s); variable
H A Dlapi.c454 LUA_API void lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function