Searched refs:BinaryRegistryCache (Results 1 – 2 of 2) sorted by relevance
96 typedef struct BinaryRegistryCache struct101 } BinaryRegistryCache; argument103 static BinaryRegistryCache *106 BinaryRegistryCache *cache = g_slice_new0 (BinaryRegistryCache); in gst_registry_binary_cache_init()112 gst_registry_binary_cache_write (BinaryRegistryCache * cache, in gst_registry_binary_cache_write()124 gst_registry_binary_cache_finish (BinaryRegistryCache * cache, gboolean success) in gst_registry_binary_cache_finish()160 g_slice_free (BinaryRegistryCache, cache); in gst_registry_binary_cache_finish()165 typedef struct BinaryRegistryCache struct171 } BinaryRegistryCache; typedef173 static BinaryRegistryCache *[all …]
5170 registrybinary: Use a FILE* in BinaryRegistryCache...