antlr3Fsize (3) - Linux Manuals

NAME

include/antlr3filestream.h -

SYNOPSIS


#include <antlr3defs.h>

Functions


ANTLR3_API void antlr3Fclose (ANTLR3_FDSC fd)
Close an operating system file and free any handles etc.
ANTLR3_API ANTLR3_FDSC antlr3Fopen (pANTLR3_UINT8 filename, const char *mode)
Open an operating system file and return the descriptor We just use the common open() and related functions here.
ANTLR3_API ANTLR3_UINT32 antlr3Fread (ANTLR3_FDSC fdsc, ANTLR3_UINT32 count, void *data)

ANTLR3_API ANTLR3_UINT32 antlr3Fsize (pANTLR3_UINT8 filename)

ANTLR3_API ANTLR3_UINT32 antlr3readAscii (pANTLR3_INPUT_STREAM input, pANTLR3_UINT8 fileName)

Function Documentation

ANTLR3_API void antlr3Fclose (ANTLR3_FDSC fd)

Close an operating system file and free any handles etc.

Referenced by antlr3readAscii().

ANTLR3_API ANTLR3_FDSC antlr3Fopen (pANTLR3_UINT8 filename, const char * mode)

Open an operating system file and return the descriptor We just use the common open() and related functions here. Later we might find better ways on systems such as Windows and OpenVMS for instance. But the idea is to read the while file at once anyway, so it may be irrelevant.

Referenced by antlr3readAscii().

ANTLR3_API ANTLR3_UINT32 antlr3Fread (ANTLR3_FDSC fdsc, ANTLR3_UINT32 count, void * data)

Referenced by antlr3readAscii().

ANTLR3_API ANTLR3_UINT32 antlr3Fsize (pANTLR3_UINT8 filename)

References _stat.

Referenced by antlr3readAscii().

ANTLR3_API ANTLR3_UINT32 antlr3readAscii (pANTLR3_INPUT_STREAM input, pANTLR3_UINT8 fileName)

References ANTLR3_ERR_NOFILE, ANTLR3_ERR_NOMEM, ANTLR3_MALLOC, ANTLR3_SUCCESS, ANTLR3_TRUE, antlr3Fclose(), antlr3Fopen(), antlr3Fread(), antlr3Fsize(), ANTLR3_INPUT_STREAM_struct::data, ANTLR3_INPUT_STREAM_struct::isAllocated, and ANTLR3_INPUT_STREAM_struct::sizeBuf.

Referenced by antlr3AsciiFileStreamNew().

Author

Generated automatically by Doxygen for ANTLR3C from the source code.