Home
last modified time | relevance | path

Searched refs:LUA_TSTRING (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_synctask.c115 {.za_name = "filesystem | snapshot", .za_lua_type = LUA_TSTRING},
168 {.za_name = "clone", .za_lua_type = LUA_TSTRING},
208 {.za_name = "filesystem", .za_lua_type = LUA_TSTRING},
238 .za_lua_type = LUA_TSTRING},
307 { .za_name = "dataset", .za_lua_type = LUA_TSTRING },
308 { .za_name = "property", .za_lua_type = LUA_TSTRING },
382 {.za_name = "snapshot | bookmark", .za_lua_type = LUA_TSTRING},
383 {.za_name = "bookmark", .za_lua_type = LUA_TSTRING},
427 { .za_name = "dataset", .za_lua_type = LUA_TSTRING},
428 { .za_name = "property", .za_lua_type = LUA_TSTRING},
[all …]
H A Dzcp_iter.c115 { .za_name = "snapshot", .za_lua_type = LUA_TSTRING},
202 { .za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING},
289 { .za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING},
370 .za_lua_type = LUA_TSTRING},
392 .za_lua_type = LUA_TSTRING},
451 { .za_name = "dataset", .za_lua_type = LUA_TSTRING},
573 { .za_name = "dataset", .za_lua_type = LUA_TSTRING},
662 { .za_name = "snapshot", .za_lua_type = LUA_TSTRING},
H A Dzcp.c258 case LUA_TSTRING: in zcp_table_to_nvlist()
393 case LUA_TSTRING: in zcp_lua_to_nvlist_impl()
638 { .za_name = "debug string", .za_lua_type = LUA_TSTRING},
667 { .za_name = "dataset", .za_lua_type = LUA_TSTRING},
H A Dzcp_get.c750 { .za_name = "dataset", .za_lua_type = LUA_TSTRING},
751 { .za_name = "property", .za_lua_type = LUA_TSTRING},
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.h81 #define ttisstring(o) (ttype(o) == LUA_TSTRING)
130 i_o->value.gc=cast(GCObject *, (x)); i_o->tt=LUA_TSTRING; \
189 #define iscollectable(o) (ttype(o) >= LUA_TSTRING)
H A Dlvm.h16 #define tostring(L,o) ((ttype(o) == LUA_TSTRING) || (luaV_tostring(L, o)))
H A Dlstate.h149 #define rawgco2ts(o) check_exp((o)->gch.tt == LUA_TSTRING, &((o)->ts))
H A Dlstring.c60 ts->tsv.tt = LUA_TSTRING; in newlstr()
H A Dldump.c98 case LUA_TSTRING: in DumpConstants()
H A Dlbaselib.c360 if (lua_type(L, 1) == LUA_TSTRING && *lua_tostring(L, 1) == '#') { in luaB_select()
404 case LUA_TSTRING: in luaB_tostring()
H A Dprint.c65 case LUA_TSTRING: in PrintConstant()
H A Dltable.c104 case LUA_TSTRING: in mainposition()
472 case LUA_TSTRING: return luaH_getstr(t, rawtsvalue(key)); in luaH_get()
H A Dlundump.c122 case LUA_TSTRING: in LoadConstants()
H A Dlua.h78 #define LUA_TSTRING 4 macro
H A Dlstrlib.c617 case LUA_TSTRING: { in add_value()
654 luaL_argcheck(L, tr == LUA_TNUMBER || tr == LUA_TSTRING || in str_gsub()
H A Dlgc.c73 case LUA_TSTRING: { in reallymarkobject()
389 case LUA_TSTRING: { in freeobj()
H A Dlua_cjson.c641 } else if (keytype == LUA_TSTRING) { in json_append_object()
666 case LUA_TSTRING: in json_append_data()
H A Dlapi.c269 return (t == LUA_TSTRING || t == LUA_TNUMBER); in lua_isstring()
364 case LUA_TSTRING: return tsvalue(o)->len; in lua_objlen()
H A Dlauxlib.c160 if (!s) tag_error(L, narg, LUA_TSTRING); in luaL_checklstring()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c117 luaL_argcheck(L, t == LUA_TTABLE || t == LUA_TSTRING, 1, in luaB_rawlen()
236 if (lua_type(L, 1) == LUA_TSTRING && *lua_tostring(L, 1) == '#') { in luaB_select()
H A Dlobject.h54 #define LUA_TSHRSTR (LUA_TSTRING | (0 << 4)) /* short strings */
55 #define LUA_TLNGSTR (LUA_TSTRING | (1 << 4)) /* long strings */
135 #define ttisstring(o) checktype((o), LUA_TSTRING)
H A Dlauxlib.c42 if (lua_type(L, -2) == LUA_TSTRING) { /* ignore non-string keys */ in findfield()
319 if (!s) tag_error(L, narg, LUA_TSTRING); in luaL_checklstring()
597 case LUA_TSTRING: in luaL_tolstring()
H A Dlstate.h203 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c281 case LUA_TSTRING: in luaReplyToRedisReply()
298 if (t == LUA_TSTRING) { in luaReplyToRedisReply()
311 if (t == LUA_TSTRING) { in luaReplyToRedisReply()
693 if (lua_gettop(lua) != 1 || lua_type(lua,-1) != LUA_TSTRING) { in luaRedisReturnSingleFieldTable()
1928 case LUA_TSTRING: in ldbCatStackValueRec()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h81 #define LUA_TSTRING 4 macro

12