|
libUPnP 1.14.31
|
Header file for UpnpFileInfo methods. More...
#include <stdlib.h>#include "UpnpGlobal.h"#include "UpnpInet.h"#include "UpnpString.h"#include "ixml.h"#include "list.h"#include <sys/types.h>#include <time.h>

Go to the source code of this file.
Typedefs | |
| typedef struct s_UpnpFileInfo | UpnpFileInfo |
Header file for UpnpFileInfo methods.
Do not edit this file, it is automatically generated. Please look at generator.c.
| typedef struct s_UpnpFileInfo UpnpFileInfo |
| void UpnpFileInfo_add_to_list_ExtraHeadersList | ( | UpnpFileInfo * | p, |
| UpnpListHead * | head ) |
UpnpFileInfo_add_to_list_ExtraHeadersList
| int UpnpFileInfo_assign | ( | UpnpFileInfo * | p, |
| const UpnpFileInfo * | q ) |
Assignment operator
References UpnpFileInfo_get_ContentType(), UpnpFileInfo_get_CtrlPtIPAddr(), UpnpFileInfo_get_ExtraHeadersList(), UpnpFileInfo_get_FileLength(), UpnpFileInfo_get_IsDirectory(), UpnpFileInfo_get_IsReadable(), UpnpFileInfo_get_LastModified(), UpnpFileInfo_get_Os(), UpnpFileInfo_set_ContentType(), UpnpFileInfo_set_CtrlPtIPAddr(), UpnpFileInfo_set_ExtraHeadersList(), UpnpFileInfo_set_FileLength(), UpnpFileInfo_set_IsDirectory(), UpnpFileInfo_set_IsReadable(), UpnpFileInfo_set_LastModified(), and UpnpFileInfo_set_Os().
Referenced by UpnpFileInfo_dup().
| void UpnpFileInfo_clear_CtrlPtIPAddr | ( | UpnpFileInfo * | p | ) |
UpnpFileInfo_get_CtrlPtIPAddr
| void UpnpFileInfo_clear_Os | ( | UpnpFileInfo * | p | ) |
UpnpFileInfo_clear_Os
References UpnpString_clear().
| void UpnpFileInfo_delete | ( | UpnpFileInfo * | p | ) |
Destructor
References ixmlFreeDOMString(), and UpnpString_delete().
Referenced by process_request().
| UpnpFileInfo * UpnpFileInfo_dup | ( | const UpnpFileInfo * | p | ) |
Copy Constructor
References UpnpFileInfo_assign(), and UpnpFileInfo_new().
| const DOMString UpnpFileInfo_get_ContentType | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_ContentType
References DOMString.
Referenced by get_content_type(), process_request(), UpnpFileInfo_assign(), and UpnpFileInfo_get_ContentType_cstr().
| const char * UpnpFileInfo_get_ContentType_cstr | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_ContentType_cstr
References UpnpFileInfo_get_ContentType().
| const struct sockaddr_storage * UpnpFileInfo_get_CtrlPtIPAddr | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_CtrlPtIPAddr
Referenced by UpnpFileInfo_assign().
| const UpnpListHead * UpnpFileInfo_get_ExtraHeadersList | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_ExtraHeadersList
Referenced by process_request(), and UpnpFileInfo_assign().
| off_t UpnpFileInfo_get_FileLength | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_FileLength
Referenced by get_file_info(), process_request(), and UpnpFileInfo_assign().
| int UpnpFileInfo_get_IsDirectory | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_IsDirectory
Referenced by process_request(), and UpnpFileInfo_assign().
| int UpnpFileInfo_get_IsReadable | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_IsReadable
Referenced by get_file_info(), process_request(), and UpnpFileInfo_assign().
| time_t UpnpFileInfo_get_LastModified | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_LastModified
Referenced by get_file_info(), process_request(), and UpnpFileInfo_assign().
| const UpnpString * UpnpFileInfo_get_Os | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_Os
Referenced by UpnpFileInfo_assign(), UpnpFileInfo_get_Os_cstr(), and UpnpFileInfo_get_Os_Length().
| const char * UpnpFileInfo_get_Os_cstr | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_Os_cstr
References UpnpFileInfo_get_Os(), and UpnpString_get_String().
| size_t UpnpFileInfo_get_Os_Length | ( | const UpnpFileInfo * | p | ) |
UpnpFileInfo_get_Os_Length
References UpnpFileInfo_get_Os(), and UpnpString_get_Length().
| UpnpFileInfo * UpnpFileInfo_new | ( | void | ) |
| int UpnpFileInfo_set_ContentType | ( | UpnpFileInfo * | p, |
| const DOMString | s ) |
UpnpFileInfo_set_ContentType
References DOMString, ixmlCloneDOMString(), and ixmlFreeDOMString().
Referenced by get_content_type(), get_file_info(), process_request(), and UpnpFileInfo_assign().
| int UpnpFileInfo_set_CtrlPtIPAddr | ( | UpnpFileInfo * | p, |
| const struct sockaddr_storage * | buf ) |
UpnpFileInfo_get_CtrlPtIPAddr
Referenced by process_request(), and UpnpFileInfo_assign().
| int UpnpFileInfo_set_ExtraHeadersList | ( | UpnpFileInfo * | p, |
| const UpnpListHead * | q ) |
UpnpFileInfo_set_ExtraHeadersList
Referenced by UpnpFileInfo_assign().
| int UpnpFileInfo_set_FileLength | ( | UpnpFileInfo * | p, |
| off_t | n ) |
UpnpFileInfo_set_FileLength
Referenced by get_alias(), get_file_info(), and UpnpFileInfo_assign().
| int UpnpFileInfo_set_IsDirectory | ( | UpnpFileInfo * | p, |
| int | n ) |
UpnpFileInfo_set_IsDirectory
Referenced by get_alias(), get_file_info(), and UpnpFileInfo_assign().
| int UpnpFileInfo_set_IsReadable | ( | UpnpFileInfo * | p, |
| int | n ) |
UpnpFileInfo_set_IsReadable
Referenced by get_alias(), get_file_info(), and UpnpFileInfo_assign().
| int UpnpFileInfo_set_LastModified | ( | UpnpFileInfo * | p, |
| time_t | n ) |
UpnpFileInfo_set_LastModified
Referenced by get_alias(), get_file_info(), and UpnpFileInfo_assign().
| int UpnpFileInfo_set_Os | ( | UpnpFileInfo * | p, |
| const UpnpString * | s ) |
UpnpFileInfo_set_Os
References UpnpString_get_String(), and UpnpString_set_String().
Referenced by UpnpFileInfo_assign().
| int UpnpFileInfo_strcpy_Os | ( | UpnpFileInfo * | p, |
| const char * | s ) |
UpnpFileInfo_strcpy_Os
References UpnpString_set_String().
| int UpnpFileInfo_strncpy_Os | ( | UpnpFileInfo * | p, |
| const char * | s, | ||
| size_t | n ) |