Searched refs:bucket_key (Results 1 – 2 of 2) sorted by relevance
109 char *bucket_key = NULL; in tsrm_win32_get_path_sid_key() local125 bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, *key_len + 1); in tsrm_win32_get_path_sid_key()126 if (!bucket_key) { in tsrm_win32_get_path_sid_key()132 memcpy(bucket_key, ptcSid, ptc_sid_len); in tsrm_win32_get_path_sid_key()133 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key()136 return bucket_key; in tsrm_win32_get_path_sid_key()
321 const char *bucket_key = bucket_key_start; in realpath_cache_key() local324 if (!bucket_key) { in realpath_cache_key()328 e = bucket_key + bucket_key_len; in realpath_cache_key()329 for (h = Z_UL(2166136261); bucket_key < e;) { in realpath_cache_key()331 h ^= *bucket_key++; in realpath_cache_key()
Completed in 11 milliseconds