Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_win32.c111 char *bucket_key = NULL; in tsrm_win32_get_path_sid_key() local
114 bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, strlen(pathname) + 1); in tsrm_win32_get_path_sid_key()
115 if (!bucket_key) { in tsrm_win32_get_path_sid_key()
118 memcpy(bucket_key, pathname, strlen(pathname)); in tsrm_win32_get_path_sid_key()
119 return bucket_key; in tsrm_win32_get_path_sid_key()
126bucket_key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, strlen(pathname) + strlen(ptcSi… in tsrm_win32_get_path_sid_key()
127 if (!bucket_key) { in tsrm_win32_get_path_sid_key()
132 memcpy(bucket_key, ptcSid, strlen(ptcSid)); in tsrm_win32_get_path_sid_key()
133 memcpy(bucket_key + strlen(ptcSid), pathname, strlen(pathname) + 1); in tsrm_win32_get_path_sid_key()
136 return bucket_key; in tsrm_win32_get_path_sid_key()
H A Dtsrm_virtual_cwd.c561 char *bucket_key = (char *)bucket_key_start; in realpath_cache_key() local
562 const char *e = bucket_key + strlen(bucket_key); in realpath_cache_key()
564 if (!bucket_key) { in realpath_cache_key()
568 for (h = 2166136261U; bucket_key < e;) { in realpath_cache_key()
570 h ^= *bucket_key++; in realpath_cache_key()

Completed in 13 milliseconds