Searched refs:lua_tolstring (Results 1 – 9 of 9) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lua.h | 149 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 D | lauxlib.c | 159 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 D | lua.c | 166 const char *msg = lua_tolstring(L, -1, &lmsg); in incomplete()
|
| H A D | lstrlib.c | 551 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 D | lbaselib.c | 308 return lua_tolstring(L, 3, size); in generic_reader()
|
| H A D | lua_cmsgpack.c | 345 s = lua_tolstring(L,-1,&len); in mp_encode_lua_string()
|
| H A D | lua_cjson.c | 470 str = lua_tolstring(l, lindex, &len); in json_append_string()
|
| H A D | lapi.c | 343 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 D | scripting.c | 402 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()
|