|
Blender V4.5
|
Functions | |
| static eFileIndexerResult | read_index (const char *, FileIndexerEntries *, int *, void *) |
| static void | update_index (const char *, FileIndexerEntries *, void *) |
| constexpr FileIndexerType | default_indexer () |
| static FileIndexerEntry * | file_indexer_entry_create_from_datablock_info (BLODataBlockInfo *datablock_info, const int idcode) |
|
constexpr |
Definition at line 33 of file file_indexer.cc.
References default_indexer(), read_index(), and update_index().
Referenced by default_indexer().
|
static |
Definition at line 41 of file file_indexer.cc.
References FileIndexerEntry::datablock_info, file_indexer_entry_create_from_datablock_info(), BLODataBlockInfo::free_asset_data, FileIndexerEntry::idcode, and MEM_mallocN().
Referenced by ED_file_indexer_entries_extend_from_datablock_infos(), and file_indexer_entry_create_from_datablock_info().
|
static |
Definition at line 19 of file file_indexer.cc.
References FILE_INDEXER_NEEDS_UPDATE, and read_index().
Referenced by default_indexer(), and read_index().
|
static |
Definition at line 27 of file file_indexer.cc.
References update_index().
Referenced by default_indexer(), and update_index().