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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libsmb/
H A Dtrustdom_cache.c115 char *key, *alt_key; local
130 alt_key = alt_name ? trustdom_cache_key(alt_name) : NULL;
138 if (alt_key) {
139 ret = gencache_set(alt_key, sid_string, timeout);
143 SAFE_FREE(alt_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/libsmb/
H A Dtrustdom_cache.c101 char *key, *alt_key; local
109 alt_key = alt_name ? trustdom_cache_key(alt_name) : NULL;
117 if (alt_key) {
118 ret = gencache_set(alt_key, sid_string, timeout);
122 SAFE_FREE(alt_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libsmb/
H A Dtrustdom_cache.c115 char *key, *alt_key; local
130 alt_key = alt_name ? trustdom_cache_key(alt_name) : NULL;
138 if (alt_key) {
139 ret = gencache_set(alt_key, sid_string, timeout);
143 SAFE_FREE(alt_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/libsmb/
H A Dtrustdom_cache.c101 char *key, *alt_key; local
109 alt_key = alt_name ? trustdom_cache_key(alt_name) : NULL;
117 if (alt_key) {
118 ret = gencache_set(alt_key, sid_string, timeout);
122 SAFE_FREE(alt_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/libsmb/
H A Dtrustdom_cache.c101 char *key, *alt_key; local
109 alt_key = alt_name ? trustdom_cache_key(alt_name) : NULL;
117 if (alt_key) {
118 ret = gencache_set(alt_key, sid_string, timeout);
122 SAFE_FREE(alt_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libsmb/
H A Dtrustdom_cache.c115 char *key, *alt_key; local
130 alt_key = alt_name ? trustdom_cache_key(alt_name) : NULL;
138 if (alt_key) {
139 ret = gencache_set(alt_key, sid_string, timeout);
143 SAFE_FREE(alt_key);

Completed in 124 milliseconds