Home
last modified time | relevance | path

Searched refs:desired_access (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/clinic/
H A D_winapi.c.h125 "CreateFile($module, file_name, desired_access, share_mode,\n"
136 DWORD desired_access, DWORD share_mode,
146 DWORD desired_access; in _winapi_CreateFile() local
155 &file_name, &desired_access, &share_mode, &security_attributes, &creation_disposition, &flags_and_attributes, &template_file)) { in _winapi_CreateFile()
158 _return_value = _winapi_CreateFile_impl(module, file_name, desired_access, share_mode, security_attributes, creation_disposition, flags_and_attributes, template_file); in _winapi_CreateFile()
428 " target_process_handle, desired_access, inherit_handle,\n"
445 DWORD desired_access, BOOL inherit_handle,
455 DWORD desired_access; in _winapi_DuplicateHandle() local
461 &source_process_handle, &source_handle, &target_process_handle, &desired_access, &inherit_handle, &options)) { in _winapi_DuplicateHandle()
464 _return_value = _winapi_DuplicateHandle_impl(module, source_process_handle, source_handle, target_process_handle, desired_access, inherit_handl in _winapi_DuplicateHandle()
714 DWORD desired_access; _winapi_MapViewOfFile() local
776 DWORD desired_access; _winapi_OpenFileMapping() local
819 DWORD desired_access; _winapi_OpenProcess() local
[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_internal.cc46 DWORD desired_access = 0, creation_disposition = 0; in ZipOpenFunc() local
52 desired_access = GENERIC_READ; in ZipOpenFunc()
56 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc()
59 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc()
63 if (filename != nullptr && desired_access != 0) { in ZipOpenFunc()
66 desired_access, share_mode, nullptr, creation_disposition, in ZipOpenFunc()
/third_party/node/deps/zlib/google/
H A Dzip_internal.cc46 DWORD desired_access = 0, creation_disposition = 0; in ZipOpenFunc() local
52 desired_access = GENERIC_READ; in ZipOpenFunc()
56 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc()
59 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc()
63 if (filename != nullptr && desired_access != 0) { in ZipOpenFunc()
66 desired_access, share_mode, nullptr, creation_disposition, in ZipOpenFunc()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_internal.cc42 DWORD desired_access = 0, creation_disposition = 0; in ZipOpenFunc() local
48 desired_access = GENERIC_READ; in ZipOpenFunc()
52 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc()
55 desired_access = GENERIC_WRITE | GENERIC_READ; in ZipOpenFunc()
60 if ((filename != NULL) && (desired_access != 0)) { in ZipOpenFunc()
61 file = CreateFile(filename16.c_str(), desired_access, share_mode, in ZipOpenFunc()
/third_party/python/Modules/
H A D_winapi.c454 desired_access: DWORD
465 DWORD desired_access, DWORD share_mode, in _winapi_CreateFile_impl()
474 file_name, desired_access, share_mode, in _winapi_CreateFile_impl()
480 handle = CreateFile(file_name, desired_access, in _winapi_CreateFile_impl()
1176 desired_access: DWORD
1192 DWORD desired_access, BOOL inherit_handle, in _winapi_DuplicateHandle_impl()
1205 desired_access, in _winapi_DuplicateHandle_impl()
1379 desired_access: DWORD
1388 DWORD desired_access, DWORD file_offset_high, in _winapi_MapViewOfFile_impl()
1395 address = MapViewOfFile(file_map, desired_access, file_offset_hig in _winapi_MapViewOfFile_impl()
464 _winapi_CreateFile_impl(PyObject *module, LPCTSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) _winapi_CreateFile_impl() argument
1189 _winapi_DuplicateHandle_impl(PyObject *module, HANDLE source_process_handle, HANDLE source_handle, HANDLE target_process_handle, DWORD desired_access, BOOL inherit_handle, DWORD options) _winapi_DuplicateHandle_impl() argument
1387 _winapi_MapViewOfFile_impl(PyObject *module, HANDLE file_map, DWORD desired_access, DWORD file_offset_high, DWORD file_offset_low, size_t number_bytes) _winapi_MapViewOfFile_impl() argument
1439 _winapi_OpenFileMapping_impl(PyObject *module, DWORD desired_access, BOOL inherit_handle, LPCWSTR name) _winapi_OpenFileMapping_impl() argument
1469 _winapi_OpenProcess_impl(PyObject *module, DWORD desired_access, BOOL inherit_handle, DWORD process_id) _winapi_OpenProcess_impl() argument
[all...]

Completed in 7 milliseconds