Searched refs:getS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 527 static const char *getS (lua_State *L, void *ud, size_t *size) { in getS() function 542 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lauxlib.c | 824 static const char *getS (lua_State *L, void *ud, size_t *size) { in getS() function 839 return lua_load(L, getS, &ls, name, mode); in luaL_loadbufferx()
|