Home
last modified time | relevance | path

Searched defs:ud (Results 1 – 17 of 17) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.c70 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
143 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate()
193 static void callallgcTM (lua_State *L, void *ud) { in callallgcTM()
H A Dldo.c111 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected()
384 static void resume (lua_State *L, void *ud) { in resume()
491 static void f_parser (lua_State *L, void *ud) { in f_parser()
H A Dlauxlib.c124 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { in luaL_checkudata()
529 static const char *getF (lua_State *L, void *ud, size_t *size) { in getF()
599 static const char *getS (lua_State *L, void *ud, size_t *size) { in getS()
627 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { in l_alloc()
H A Dlapi.c798 static void f_call (lua_State *L, void *ud) { in f_call()
833 void *ud; member
837 static void f_Ccall (lua_State *L, void *ud) { in f_Ccall()
850 LUA_API int lua_cpcall (lua_State *L, lua_CFunction func, void *ud) { in lua_cpcall()
1007 LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { in lua_getallocf()
1017 LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud) { in lua_setallocf()
H A Dlbaselib.c297 static const char *generic_reader (lua_State *L, void *ud, size_t *size) { in generic_reader()
H A Dliolib.c58 void *ud; in io_type() local
H A Dlstate.h71 void *ud; /* auxiliary data to `frealloc' */ member
H A Dlua_cmsgpack.c100 void *ud; in mp_realloc() local
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.c180 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
264 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate()
H A Dldo.c194 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected()
508 static void unroll (lua_State *L, void *ud) { in unroll()
571 static void resume_cb (lua_State *L, void *ud) { in resume_cb()
715 static void f_parser (lua_State *L, void *ud) { in f_parser()
H A Dlauxlib.c250 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { in luaL_testudata()
265 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { in luaL_checkudata()
528 static const char *getS (lua_State *L, void *ud, size_t *size) { in getS()
H A Dlapi.c83 static void growstack (lua_State *L, void *ud) { in growstack()
918 static void f_call (lua_State *L, void *ud) { in f_call()
1154 LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { in lua_getallocf()
1164 LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud) { in lua_setallocf()
H A Dlstate.h115 void *ud; /* auxiliary data to `frealloc' */ member
H A Dlgc.c802 static void dothecall (lua_State *L, void *ud) { in dothecall()
/f-stack/freebsd/netinet/libalias/
H A Dalias.c344 struct udphdr *ud; in IcmpAliasIn2() local
531 struct udphdr *ud; in IcmpAliasOut2() local
730 struct udphdr *ud; in UdpAliasIn() local
824 struct udphdr *ud; in UdpAliasOut() local
1559 struct udphdr *ud; in LibAliasUnaliasOut() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c722 zcp_lua_alloc(void *ud, void *ptr, size_t osize, size_t nsize) in zcp_lua_alloc()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h1266 u8 ud[0x1]; member