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

/haiku-buildtools/jam/
H A Djcache.c244 typedef struct jcache_entry { struct
249 } jcache_entry; typedef in typeref:struct:jcache_entry
257 static int init_jcache_entry(jcache_entry* entry, char *filename, time_t time,
259 static void cleanup_jcache_entry(jcache_entry* entry);
260 static int add_jcache_entry(jamfile_cache* cache, jcache_entry* entry);
261 static jcache_entry* find_jcache_entry(jamfile_cache* cache, char* filename);
279 cache->entries = hashinit(sizeof(jcache_entry), "jcache");
306 /*! \brief Initializes a pre-allocated jcache_entry.
307 \param entry The jcache_entry to be initialized.
318 init_jcache_entry(jcache_entry* entr
[all...]

Completed in 13 milliseconds