Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_win32.c110 TCHAR *ptcSid = NULL; in tsrm_win32_get_path_sid_key() local
122 if (!ConvertSidToStringSid(pSid, &ptcSid)) { in tsrm_win32_get_path_sid_key()
126 …key = (char *)HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, strlen(pathname) + strlen(ptcSid) + 1); in tsrm_win32_get_path_sid_key()
128 LocalFree(ptcSid); 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()
135 LocalFree(ptcSid); in tsrm_win32_get_path_sid_key()

Completed in 5 milliseconds