Aggregate information we keep for meta data in each directory. More...
Data Fields | |
struct MetaCounter * | prev |
This is a doubly-linked list. More... | |
struct MetaCounter * | next |
This is a doubly-linked list. More... | |
const char * | plugin_name |
Name of the plugin that provided that piece of metadata. More... | |
const char * | data_mime_type |
MIME-type of the metadata itself. More... | |
const char * | data |
The actual meta data. More... | |
size_t | data_size |
Number of bytes in 'data'. More... | |
enum EXTRACTOR_MetaType | type |
Type of the data. More... | |
enum EXTRACTOR_MetaFormat | format |
Format of the data. More... | |
unsigned int | count |
How many files have meta entries matching this value? (type and format do not have to match). More... | |
Aggregate information we keep for meta data in each directory.
Definition at line 65 of file fs_sharetree.c.
struct MetaCounter* MetaCounter::prev |
This is a doubly-linked list.
Definition at line 70 of file fs_sharetree.c.
struct MetaCounter* MetaCounter::next |
This is a doubly-linked list.
Definition at line 75 of file fs_sharetree.c.
const char* MetaCounter::plugin_name |
Name of the plugin that provided that piece of metadata.
Definition at line 80 of file fs_sharetree.c.
Referenced by add_to_meta_counter(), and migrate_and_drop_metadata().
const char* MetaCounter::data_mime_type |
MIME-type of the metadata itself.
Definition at line 85 of file fs_sharetree.c.
Referenced by add_to_meta_counter(), and migrate_and_drop_metadata().
const char* MetaCounter::data |
The actual meta data.
Definition at line 90 of file fs_sharetree.c.
Referenced by add_to_meta_counter(), migrate_and_drop_metadata(), typescriptdomain.TypeScriptDomain::objects(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().
size_t MetaCounter::data_size |
Number of bytes in 'data'.
Definition at line 95 of file fs_sharetree.c.
Referenced by add_to_meta_counter(), and migrate_and_drop_metadata().
enum EXTRACTOR_MetaType MetaCounter::type |
Type of the data.
Definition at line 100 of file fs_sharetree.c.
Referenced by add_to_meta_counter(), and migrate_and_drop_metadata().
enum EXTRACTOR_MetaFormat MetaCounter::format |
Format of the data.
Definition at line 105 of file fs_sharetree.c.
Referenced by add_to_meta_counter(), and migrate_and_drop_metadata().
unsigned int MetaCounter::count |
How many files have meta entries matching this value? (type and format do not have to match).
Definition at line 111 of file fs_sharetree.c.
Referenced by add_to_meta_counter(), and migrate_and_drop_metadata().