_GetFileData Struct Reference

Public Attributes

char * buffer
 
size_t size
 
size_t data
 
size_t residual
 
const char * scan
 
FILE * handle
 
char * scan
 
HANDLE handle
 

Detailed Description

Definition at line 424 of file unix/rexxutil.cpp.

Member Data Documentation

◆ buffer

char * _GetFileData::buffer

Definition at line 425 of file unix/rexxutil.cpp.

Referenced by CloseFile(), MyOpenFile(), OpenFile(), and ReadNextBuffer().

◆ data

size_t _GetFileData::data

Definition at line 427 of file unix/rexxutil.cpp.

Referenced by GetLine(), MyOpenFile(), OpenFile(), and ReadNextBuffer().

◆ handle [1/2]

FILE* _GetFileData::handle

Definition at line 430 of file unix/rexxutil.cpp.

Referenced by CloseFile(), MyOpenFile(), OpenFile(), and ReadNextBuffer().

◆ handle [2/2]

HANDLE _GetFileData::handle

Definition at line 273 of file windows/rexxutil.cpp.

◆ residual

size_t _GetFileData::residual

Definition at line 428 of file unix/rexxutil.cpp.

Referenced by GetLine(), MyOpenFile(), OpenFile(), and ReadNextBuffer().

◆ scan [1/2]

const char* _GetFileData::scan

Definition at line 429 of file unix/rexxutil.cpp.

Referenced by GetLine(), MyOpenFile(), OpenFile(), and ReadNextBuffer().

◆ scan [2/2]

char* _GetFileData::scan

Definition at line 272 of file windows/rexxutil.cpp.

◆ size

size_t _GetFileData::size

Definition at line 426 of file unix/rexxutil.cpp.

Referenced by MyOpenFile(), and OpenFile().


The documentation for this struct was generated from the following files: