Searched defs:cache_entry_key (Results 1 - 1 of 1) sorted by relevance
| /forgerock/web-agents-v4/source/ |
| H A D | cache.c | 437 char *cache_entry_key; local 490 cache_entry_key = am_shm_alloc_with_gc(cache, key_sz + 1, am_purge_caches_to_now, request->instance_id); 491 if (cache_entry_key == NULL) { 499 cache_entry->key_offset = AM_GET_OFFSET(cache->pool, cache_entry_key); 500 strcpy(cache_entry_key, key); 508 am_shm_free(cache, cache_entry_key); 945 char *cache_entry_key; local 990 cache_entry_key = am_shm_alloc_with_gc(cache, key_sz + 1, am_purge_caches_to_now, request->instance_id); 991 if (cache_entry_key == NULL) { 999 cache_entry->key_offset = AM_GET_OFFSET(cache->pool, cache_entry_key); 1151 char *cache_entry_key; local [all...] |
Completed in 31 milliseconds