Searched defs:lpSA (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp762 static void free_security_attr(LPSECURITY_ATTRIBUTES lpSA) { argument
764 if (lpSA != NULL) {
766 free_security_desc(lpSA->lpSecurityDescriptor);
767 lpSA->lpSecurityDescriptor = NULL;
770 FREE_C_HEAP_ARRAY(char, lpSA, mtInternal);
1079 LPSECURITY_ATTRIBUTES lpSA = (LPSECURITY_ATTRIBUTES) local
1081 lpSA->nLength = sizeof(SECURITY_ATTRIBUTES);
1082 lpSA->lpSecurityDescriptor = pSD;
1083 lpSA->bInheritHandle = FALSE;
1085 return(lpSA);
1150 LPSECURITY_ATTRIBUTES lpSA = make_security_attr(aces, 3); local
[all...]

Completed in 34 milliseconds