Searched refs:cc_storage (Results 1 – 9 of 9) sorted by relevance
89 static cc_storage *93 cc_storage * storage = (cc_storage *) malloc(sizeof(cc_storage)); in cc_storage_init()108 cc_storage * storage = (cc_storage*) closure; in cc_storage_hash_destruct_cb()119 cc_storage *125 cc_storage *136 cc_storage_destruct(cc_storage * storage) in cc_storage_destruct()156 cc_storage_get(cc_storage * storage) in cc_storage_get()199 cc_storage_apply_to_all(cc_storage * storage, in cc_storage_apply_to_all()
53 struct cc_storage { struct
50 COIN_DLL_API cc_storage * cc_storage_construct(unsigned int size);51 COIN_DLL_API cc_storage * cc_storage_construct_etc(unsigned int size, 54 COIN_DLL_API void cc_storage_destruct(cc_storage * storage);56 COIN_DLL_API void * cc_storage_get(cc_storage * storage);57 COIN_DLL_API void cc_storage_apply_to_all(cc_storage * storage,
61 typedef struct cc_storage cc_storage; typedef
49 cc_storage * storage;
54 cc_storage * storage;
127 cc_storage * storage;
4818 Build fixes: SbStorage / cc_storage should now be built even though thread-4874 Internal interface fix: make SbStorage / cc_storage work even when no
7373 Reimplemented cc_storage to make it platform independent.