Home
last modified time | relevance | path

Searched refs:bucket_key (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/TSRM/
H A Dtsrm_win32.c110 char *bucket_key = NULL; in tsrm_win32_get_path_sid_key() local
126 bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, *key_len + 1); in tsrm_win32_get_path_sid_key()
127 if (!bucket_key) { in tsrm_win32_get_path_sid_key()
133 memcpy(bucket_key, ptcSid, ptc_sid_len); in tsrm_win32_get_path_sid_key()
134 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key()
137 return bucket_key; in tsrm_win32_get_path_sid_key()
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.c323 const char *bucket_key = bucket_key_start; in realpath_cache_key() local
326 if (!bucket_key) { in realpath_cache_key()
330 e = bucket_key + bucket_key_len; in realpath_cache_key()
331 for (h = Z_UL(2166136261); bucket_key < e;) { in realpath_cache_key()
333 h ^= *bucket_key++; in realpath_cache_key()

Completed in 25 milliseconds