Home
last modified time | relevance | path

Searched refs:_edje_requires_pending (Results 1 – 1 of 1) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_cache.c6 static Eina_Hash *_edje_requires_pending; variable
627 if (!_edje_requires_pending) in _edje_file_open()
633 if (_edje_requires_pending && edf->id) in _edje_file_open()
635 l = eina_hash_set(_edje_requires_pending, edf->id, NULL); in _edje_file_open()
640 if (!eina_hash_population(_edje_requires_pending)) in _edje_file_open()
642 eina_hash_free(_edje_requires_pending); in _edje_file_open()
643 _edje_requires_pending = NULL; in _edje_file_open()
869 else if (_edje_requires_pending) in _edje_cache_file_unref()
872 if (!eina_hash_population(_edje_requires_pending)) in _edje_cache_file_unref()
874 eina_hash_free(_edje_requires_pending); in _edje_cache_file_unref()
[all …]