Searched refs:script_cache (Results 1 – 3 of 3) sorted by relevance
21 } script_cache; typedef27 script_cache *script_cache_init(void);31 void script_cache_free_data(script_cache *cache);36 script *script_cache_get_script(script_cache *cache, const buffer *name);
31 script_cache *script_cache_init(void)33 return ck_calloc(1, sizeof(script_cache));37 void script_cache_free_data(script_cache *p) in script_cache_free_data()96 static script *script_cache_new_script(script_cache * const cache, const buffer * const name) in __attribute_nonnull__()110 script *script_cache_get_script(script_cache *cache, const buffer *name) in script_cache_get_script()
52 script_cache cache;