Searched refs:lua_tolstring (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/redis-5.0.5/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
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 172 LUA_API const char *(lua_tolstring) (lua_State *L, int idx, size_t *len); variable 346 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL)
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 318 const char *s = lua_tolstring(L, narg, len); in luaL_checklstring() 448 const char *s = lua_tolstring(L, -1, &l); in luaL_addvalue() 612 return lua_tolstring(L, -1, len); in luaL_tolstring()
|
| H A D | lstrlib.c | 653 const char *s = lua_tolstring(L, lua_upvalueindex(1), &ls); in gmatch_aux() 654 const char *p = lua_tolstring(L, lua_upvalueindex(2), &lp); in gmatch_aux() 692 const char *news = lua_tolstring(ms->L, 3, &l); in add_s()
|
| H A D | lapi.c | 386 LUA_API const char *lua_tolstring (lua_State *L, int idx, size_t *len) { in lua_tolstring() function 1341 EXPORT_SYMBOL(lua_tolstring);
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 409 obj_s = (char*)lua_tolstring(lua,j+1,&obj_len); in luaRedisGenericCommand() 679 s = (char*)lua_tolstring(lua,1,&len); in luaRedisSha1hexCommand() 817 s = (char*)lua_tolstring(lua,(-argc)+j,&len); in luaLogCommand() 1931 char *strp = (char*)lua_tolstring(lua,idx,&strl); in ldbCatStackValueRec()
|