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

/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp765 static void free_security_attr(LPSECURITY_ATTRIBUTES lpSA) { argument
767 if (lpSA != NULL) {
769 free_security_desc(lpSA->lpSecurityDescriptor);
770 lpSA->lpSecurityDescriptor = NULL;
773 FREE_C_HEAP_ARRAY(char, lpSA);
1082 LPSECURITY_ATTRIBUTES lpSA = (LPSECURITY_ATTRIBUTES) local
1084 lpSA->nLength = sizeof(SECURITY_ATTRIBUTES);
1085 lpSA->lpSecurityDescriptor = pSD;
1086 lpSA->bInheritHandle = FALSE;
1088 return(lpSA);
1153 LPSECURITY_ATTRIBUTES lpSA = make_security_attr(aces, 3); local
[all...]
/openjdk10/jdk/src/jdk.attach/windows/native/libattach/
H A DVirtualMachineImpl.c271 LPSECURITY_ATTRIBUTES lpSA = NULL; local
286 lpSA = &sa;
301 lpSA); // security attributes

Completed in 113 milliseconds