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

/forgerock/web-agents-v4/source/
H A Dinit.c36 SECURITY_ATTRIBUTES sec_attr, *sec = NULL; local
40 sec_attr.nLength = sizeof (SECURITY_ATTRIBUTES);
41 sec_attr.lpSecurityDescriptor = &sec_descr;
42 sec_attr.bInheritHandle = TRUE;
43 sec = &sec_attr;
H A Dshared.c198 SECURITY_ATTRIBUTES sec_attr, *sec = NULL; local
217 sec_attr.nLength = sizeof (SECURITY_ATTRIBUTES);
218 sec_attr.lpSecurityDescriptor = &sec_descr;
219 sec_attr.bInheritHandle = TRUE;
220 sec = &sec_attr;
383 SECURITY_ATTRIBUTES sec_attr, *sec = NULL; local
433 sec_attr.nLength = sizeof (SECURITY_ATTRIBUTES);
434 sec_attr.lpSecurityDescriptor = &sec_descr;
435 sec_attr.bInheritHandle = TRUE;
436 sec = &sec_attr;
686 SECURITY_ATTRIBUTES sec_attr, *sec = NULL; local
[all...]
H A Dlog.c445 SECURITY_ATTRIBUTES sec_attr, *sec = NULL; local
478 sec_attr.nLength = sizeof (SECURITY_ATTRIBUTES);
479 sec_attr.lpSecurityDescriptor = &sec_descr;
480 sec_attr.bInheritHandle = TRUE;
481 sec = &sec_attr;
1135 SECURITY_ATTRIBUTES sec_attr, *sec = NULL; local
1139 sec_attr.nLength = sizeof (SECURITY_ATTRIBUTES);
1140 sec_attr.lpSecurityDescriptor = &sec_descr;
1141 sec_attr.bInheritHandle = TRUE;
1142 sec = &sec_attr;
[all...]

Completed in 37 milliseconds