Defines | Functions

libvncserver/tightvnc-filetransfer/filelistinfo.c File Reference

#include <stdio.h>
#include "rfb/rfb.h"
#include "filelistinfo.h"
Include dependency graph for filelistinfo.c:

Go to the source code of this file.

Defines

#define __FUNCTION__   "unknown"

Functions

void DisplayFileList (FileListInfo fli)
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)

Define Documentation

#define __FUNCTION__   "unknown"

Definition at line 46 of file filelistinfo.c.


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