cache_key         376 source3/lib/account_pol.c 	char *cache_key = NULL;
cache_key         386 source3/lib/account_pol.c 	if (asprintf(&cache_key, "ACCT_POL/%s", policy_name) < 0) {
cache_key         398 source3/lib/account_pol.c 	ret = gencache_set(cache_key, cache_value, time(NULL)+AP_TTL);
cache_key         401 source3/lib/account_pol.c 	SAFE_FREE(cache_key);
cache_key         413 source3/lib/account_pol.c 	char *cache_key = NULL;
cache_key         423 source3/lib/account_pol.c 	if (asprintf(&cache_key, "ACCT_POL/%s", policy_name) < 0) {
cache_key         428 source3/lib/account_pol.c 	if (gencache_get(cache_key, &cache_value, NULL)) {
cache_key         435 source3/lib/account_pol.c 	SAFE_FREE(cache_key);
cache_key         210 source3/lib/memcache.c 		DATA_BLOB cache_key, cache_value;
cache_key         213 source3/lib/memcache.c 		memcache_element_parse(e, &cache_key, &cache_value);
cache_key         261 source3/lib/memcache.c 	DATA_BLOB cache_key, cache_value;
cache_key         278 source3/lib/memcache.c 		memcache_element_parse(e, &cache_key, &cache_value);
cache_key         312 source3/lib/memcache.c 	memcache_element_parse(e, &cache_key, &cache_value);
cache_key         313 source3/lib/memcache.c 	memcpy(cache_key.data, key.data, key.length);