Searched refs:cache_item (Results 1 – 1 of 1) sorted by relevance
327 HTAAProtCache *cache_item = NULL; in HTAAProt_new() local334 while (NULL != (cache_item = (HTAAProtCache *) HTList_nextObject(cur))) { in HTAAProt_new()335 if (!strcmp(cache_item->prot_filename, prot_filename)) in HTAAProt_new()338 if (cache_item) { in HTAAProt_new()339 prot = cache_item->prot; in HTAAProt_new()362 if ((cache_item = typecalloc(HTAAProtCache)) == 0) in HTAAProt_new()365 assert(cache_item != NULL); in HTAAProt_new()367 cache_item->prot = prot; in HTAAProt_new()368 cache_item->prot_filename = NULL; in HTAAProt_new()369 StrAllocCopy(cache_item->prot_filename, prot_filename); in HTAAProt_new()[all …]