Home
last modified time | relevance | path

Searched refs:lua_tolstring (Results 1 – 9 of 9) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlua.h149 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable
279 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
H A Dlauxlib.c159 const char *s = lua_tolstring(L, narg, len); in luaL_checklstring()
457 const char *s = lua_tolstring(L, -1, &vl); in luaL_addvalue()
H A Dlua.c166 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
H A Dlstrlib.c551 const char *s = lua_tolstring(L, lua_upvalueindex(1), &ls); in gmatch_aux()
593 const char *news = lua_tolstring(ms->L, 3, &l); in add_s()
H A Dlbaselib.c308 return lua_tolstring(L, 3, size); in generic_reader()
H A Dlua_cmsgpack.c345 s = lua_tolstring(L,-1,&len); in mp_encode_lua_string()
H A Dlua_cjson.c470 str = lua_tolstring(l, lindex, &len); in json_append_string()
H A Dlapi.c343 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function
/redis-3.2.3/src/
H A Dscripting.c402 obj_s = (char*)lua_tolstring(lua,j+1,&obj_len); in luaRedisGenericCommand()
656 s = (char*)lua_tolstring(lua,1,&len); in luaRedisSha1hexCommand()
794 s = (char*)lua_tolstring(lua,(-argc)+j,&len); in luaLogCommand()
1864 char *strp = (char*)lua_tolstring(lua,idx,&strl); in ldbCatStackValueRec()