Lines Matching refs:option_cache
141 option_cache_dereference ((struct option_cache **)
619 struct option_cache *free_option_caches;
625 struct option_cache *o, *n; in relinquish_free_option_caches()
628 n = (struct option_cache *)(o -> expression); in relinquish_free_option_caches()
631 free_option_caches = (struct option_cache *)0; in relinquish_free_option_caches()
636 struct option_cache **cptr; in option_cache_allocate()
640 struct option_cache *rval;
645 (struct option_cache *)(rval -> expression);
648 rval = dmalloc (sizeof (struct option_cache), file, line);
657 struct option_cache **ptr; in option_cache_reference()
658 struct option_cache *src;
675 *ptr = (struct option_cache *)0;