lzio.cpp File Reference

#include <string.h>
#include "lua.h"
#include "llimits.h"
#include "lmem.h"
#include "lstate.h"
#include "lzio.h"

Go to the source code of this file.

Defines

#define lzio_c
#define LUA_CORE

Functions

int luaZ_fill (ZIO *z)
int luaZ_lookahead (ZIO *z)
void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data)
size_t luaZ_read (ZIO *z, void *b, size_t n)
char * luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n)


Define Documentation

#define LUA_CORE

Definition at line 11 of file lzio.cpp.

#define lzio_c

Definition at line 10 of file lzio.cpp.


Function Documentation

int luaZ_fill ( ZIO z  ) 

Definition at line 21 of file lzio.cpp.

Referenced by luaZ_lookahead().

void luaZ_init ( lua_State L,
ZIO z,
lua_Reader  reader,
void *  data 
)

Definition at line 48 of file lzio.cpp.

Referenced by lua_load().

int luaZ_lookahead ( ZIO z  ) 

Definition at line 35 of file lzio.cpp.

Referenced by f_parser(), and luaZ_read().

char* luaZ_openspace ( lua_State L,
Mbuffer buff,
size_t  n 
)

Definition at line 74 of file lzio.cpp.

Referenced by LoadString(), and luaV_concat().

size_t luaZ_read ( ZIO z,
void *  b,
size_t  n 
)

Definition at line 58 of file lzio.cpp.

Referenced by LoadBlock().


Generated on Mon Feb 16 15:14:58 2009 for Scorched3D by  doxygen 1.5.3