Searched refs:ZIO (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlzio.h19 typedef struct Zio ZIO; typedef in typeref:struct:Zio
47 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader,
49 LUAI_FUNC size_t luaZ_read (ZIO* z, void* b, size_t n); /* read next n bytes */
64 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlzio.c20 int luaZ_fill (ZIO *z) {
35 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) {
45 size_t luaZ_read (ZIO *z, void *b, size_t n) {
H A Dllex.h63 ZIO *z; /* input stream */
73 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
H A Dldo.h30 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlparser.h116 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dllex.c156 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source,
H A Dldo.c697 ZIO *z;
731 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlapi.c972 ZIO z;
H A Dlparser.c1623 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
/freebsd-13-stable/contrib/lua/src/
H A Dlzio.h18 typedef struct Zio ZIO; typedef in typeref:struct:Zio
47 LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader,
49 LUAI_FUNC size_t luaZ_read (ZIO* z, void *b, size_t n); /* read next n bytes */
64 LUAI_FUNC int luaZ_fill (ZIO *z);
H A Dlundump.h30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
H A Dlzio.c23 int luaZ_fill (ZIO *z) {
38 void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) {
48 size_t luaZ_read (ZIO *z, void *b, size_t n) {
H A Dllex.h72 ZIO *z; /* input stream */
82 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
H A Dlparser.h167 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dldo.h56 LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlundump.c35 ZIO *Z;
311 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) {
H A Dllex.c164 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source,
H A Dldo.c804 ZIO *z;
838 int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,
H A Dlapi.c1056 ZIO z;
H A Dlparser.c1931 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,

Completed in 151 milliseconds