Searched refs:bucket_key (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/TSRM/ |
H A D | tsrm_win32.c | 113 char *bucket_key = NULL; in tsrm_win32_get_path_sid_key() local 119 bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, pathname_len + 1); in tsrm_win32_get_path_sid_key() 120 if (!bucket_key) { in tsrm_win32_get_path_sid_key() 123 memcpy(bucket_key, pathname, pathname_len); in tsrm_win32_get_path_sid_key() 124 return bucket_key; in tsrm_win32_get_path_sid_key() 133 bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, pathname_len + ptc_sid_len + 1); in tsrm_win32_get_path_sid_key() 134 if (!bucket_key) { in tsrm_win32_get_path_sid_key() 139 memcpy(bucket_key, ptcSid, ptc_sid_len); in tsrm_win32_get_path_sid_key() 140 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key() 143 return bucket_key; in tsrm_win32_get_path_sid_key()
|
/PHP-7.0/Zend/ |
H A D | zend_virtual_cwd.c | 612 char *bucket_key = (char *)bucket_key_start; in realpath_cache_key() local 615 if (!bucket_key) { in realpath_cache_key() 619 e = bucket_key + strlen(bucket_key); in realpath_cache_key() 620 for (h = Z_UL(2166136261); bucket_key < e;) { in realpath_cache_key() 622 h ^= *bucket_key++; in realpath_cache_key()
|
Completed in 10 milliseconds