Data Structures | Defines | Functions

libvncserver/tightvnc-filetransfer/filelistinfo.h File Reference

#include <limits.h>
Include dependency graph for filelistinfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  FileListItemInfoPtr
struct  FileListItemSizePtr
struct  FileListInfoPtr

Defines

#define NAME_MAX   255
#define SUCCESS   1
#define FAILURE   0

Functions

int AddFileListItemInfo (FileListInfoPtr fileListInfoPtr, char *name, unsigned int size, unsigned int data)
char * GetFileNameAt (FileListInfo fileListInfo, int number)
unsigned int GetFileSizeAt (FileListInfo fileListInfo, int number)
unsigned int GetFileDataAt (FileListInfo fileListInfo, int number)
unsigned int GetSumOfFileNamesLength (FileListInfo fileListInfo)
void FreeFileListInfo (FileListInfo fileListInfo)
void DisplayFileList (FileListInfo fli)

Define Documentation

#define FAILURE   0

Definition at line 37 of file filelistinfo.h.

#define NAME_MAX   255

Definition at line 32 of file filelistinfo.h.

#define SUCCESS   1

Definition at line 36 of file filelistinfo.h.


Function Documentation

int AddFileListItemInfo ( FileListInfoPtr  fileListInfoPtr,
char *  name,
unsigned int  size,
unsigned int  data 
)

Definition at line 50 of file filelistinfo.c.

Here is the caller graph for this function:

void DisplayFileList ( FileListInfo  fli  ) 

Definition at line 33 of file filelistinfo.c.

void FreeFileListInfo ( FileListInfo  fileListInfo  ) 

Definition at line 125 of file filelistinfo.c.

Here is the caller graph for this function:

unsigned int GetFileDataAt ( FileListInfo  fileListInfo,
int  number 
)

Definition at line 105 of file filelistinfo.c.

Here is the caller graph for this function:

char* GetFileNameAt ( FileListInfo  fileListInfo,
int  number 
)

Definition at line 85 of file filelistinfo.c.

Here is the caller graph for this function:

unsigned int GetFileSizeAt ( FileListInfo  fileListInfo,
int  number 
)

Definition at line 95 of file filelistinfo.c.

Here is the caller graph for this function:

unsigned int GetSumOfFileNamesLength ( FileListInfo  fileListInfo  ) 

Definition at line 115 of file filelistinfo.c.

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines