Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/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
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h172 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 Dlauxlib.c318 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 Dlstrlib.c653 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 Dlapi.c386 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 Dscripting.c409 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()