Searched refs:CachePtr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/ubiqx/
H A Dubi_Cache.c132 static void free_entry( ubi_cacheRootPtr CachePtr, ubi_cacheEntryPtr EntryPtr ) argument
136 * Input: CachePtr - A pointer to the cache from which the entry has
147 CachePtr->mem_used -= EntryPtr->entry_size;
148 (*CachePtr->free_func)( (void *)EntryPtr );
176 ubi_cacheRootPtr ubi_cacheInit( ubi_cacheRootPtr CachePtr, argument
184 * Input: CachePtr - A pointer to a ubi_cacheRoot structure that is
209 * Output: A pointer to the initialized cache (i.e., the same as CachePtr).
227 if( CachePtr )
229 (void)ubi_trInitTree( CachePtr, CompFunc, ubi_trOVERWRITE );
230 CachePtr
262 ubi_cachePut( ubi_cacheRootPtr CachePtr, unsigned long EntrySize, ubi_cacheEntryPtr EntryPtr, ubi_trItemPtr Key ) argument
313 ubi_cacheGet( ubi_cacheRootPtr CachePtr, ubi_trItemPtr FindMe ) argument
352 ubi_cacheDelete( ubi_cacheRootPtr CachePtr, ubi_trItemPtr DeleteMe ) argument
376 ubi_cacheReduce( ubi_cacheRootPtr CachePtr, unsigned long count ) argument
413 ubi_cacheSetMaxEntries( ubi_cacheRootPtr CachePtr, unsigned long NewSize ) argument
439 ubi_cacheSetMaxMemory( ubi_cacheRootPtr CachePtr, unsigned long NewSize ) argument
[all...]
H A Dubi_Cache.h186 ubi_cacheRootPtr ubi_cacheInit( ubi_cacheRootPtr CachePtr,
194 * Input: CachePtr - A pointer to a ubi_cacheRoot structure that is
219 * Output: A pointer to the initialized cache (i.e., the same as CachePtr).
237 ubi_cacheRootPtr ubi_cacheClear( ubi_cacheRootPtr CachePtr );
241 * Input: CachePtr - A pointer to the cache that is to be cleared.
243 * Output: A pointer to the cache header (i.e., the same as CachePtr).
249 void ubi_cachePut( ubi_cacheRootPtr CachePtr,
256 * Input: CachePtr - A pointer to the cache into which the entry
289 ubi_cacheEntryPtr ubi_cacheGet( ubi_cacheRootPtr CachePtr,
294 * Input: CachePtr
[all...]

Completed in 94 milliseconds