#include <share.h>
Data Fields | |
const gchar * | file_path |
The full path of the file (atom!). | |
const gchar * | name_nfc |
UTF-8 NFC version of filename (atom!). | |
const gchar * | name_canonic |
UTF-8 canonized ver. | |
const gchar * | content_type |
MIME content type (static string). | |
dl_file_info * | fi |
PFSP-server: the holding fileinfo. | |
filesize_t | file_size |
File size in Bytes. | |
guint32 | file_index |
the files index within our local DB | |
gint | refcnt |
Reference count. | |
guint32 | flags |
See below for definition. | |
size_t | name_nfc_len |
strlen(name_nfc) | |
size_t | name_canonic_len |
strlen(name_canonic) | |
time_t | mtime |
Last modif. | |
gchar | sha1_digest [SHA1_RAW_SIZE] |
SHA1 digest, binary form. |
|
MIME content type (static string).
|
|
PFSP-server: the holding fileinfo.
|
|
the files index within our local DB
|
|
The full path of the file (atom!).
|
|
File size in Bytes.
|
|
See below for definition.
|
|
Last modif. time, for SHA1 computation |
|
UTF-8 canonized ver. of filename (atom)! |
|
strlen(name_canonic)
|
|
UTF-8 NFC version of filename (atom!).
|
|
strlen(name_nfc)
|
|
Reference count.
|
|
SHA1 digest, binary form.
|