Searched refs:security_attributes (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | _winapi.c.h | 137 LPSECURITY_ATTRIBUTES security_attributes, 148 LPSECURITY_ATTRIBUTES security_attributes; in _winapi_CreateFile() local 155 …&file_name, &desired_access, &share_mode, &security_attributes, &creation_disposition, &flags_and_… in _winapi_CreateFile() 158 …api_CreateFile_impl(module, file_name, desired_access, share_mode, security_attributes, creation_d… in _winapi_CreateFile() 182 LPSECURITY_ATTRIBUTES security_attributes, 191 LPSECURITY_ATTRIBUTES security_attributes; in _winapi_CreateFileMapping() local 199 &file_handle, &security_attributes, &protect, &max_size_high, &max_size_low, &name)) { in _winapi_CreateFileMapping() 202 …_return_value = _winapi_CreateFileMapping_impl(module, file_handle, security_attributes, protect, … in _winapi_CreateFileMapping() 259 LPSECURITY_ATTRIBUTES security_attributes); 272 LPSECURITY_ATTRIBUTES security_attributes; in _winapi_CreateNamedPipe() local [all …]
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 72 SECURITY_ATTRIBUTES security_attributes = {sizeof(SECURITY_ATTRIBUTES), in CreateChannel() local 75 ::CreateFileW(pipe_name.c_str(), kDesiredAccess, 0, &security_attributes, in CreateChannel()
|
/external/libchrome/base/process/ |
D | process_util_unittest.cc | 777 SECURITY_ATTRIBUTES security_attributes = {}; in TEST_F() local 778 security_attributes.nLength = static_cast<DWORD>(sizeof(security_attributes)); in TEST_F() 779 security_attributes.lpSecurityDescriptor = NULL; in TEST_F() 780 security_attributes.bInheritHandle = true; in TEST_F() 784 win::ScopedHandle(CreateEvent(&security_attributes, true, false, NULL))); in TEST_F()
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 457 LPSECURITY_ATTRIBUTES security_attributes, in _winapi_CreateFile_impl() argument 472 share_mode, security_attributes, in _winapi_CreateFile_impl() 497 LPSECURITY_ATTRIBUTES security_attributes, in _winapi_CreateFileMapping_impl() argument 505 handle = CreateFileMappingW(file_handle, security_attributes, in _winapi_CreateFileMapping_impl() 679 LPSECURITY_ATTRIBUTES security_attributes) in _winapi_CreateNamedPipe_impl() argument 693 security_attributes); in _winapi_CreateNamedPipe_impl()
|
/external/python/cpython2/Doc/library/ |
D | _winreg.rst | 365 This function passes NULL for *security_attributes* to the API.
|
/external/python/cpython3/Doc/library/ |
D | winreg.rst | 428 This function passes ``NULL`` for *security_attributes* to the API.
|