Home
last modified time | relevance | path

Searched refs:flags_and_attributes (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/beast/core/impl/
Dfile_win32.ipp125 boost::winapi::DWORD_ flags_and_attributes = 0;
143 flags_and_attributes = 0x10000000; // FILE_FLAG_RANDOM_ACCESS
150 flags_and_attributes = 0x08000000; // FILE_FLAG_SEQUENTIAL_SCAN
157 flags_and_attributes = 0x10000000; // FILE_FLAG_RANDOM_ACCESS
164 flags_and_attributes = 0x10000000; // FILE_FLAG_RANDOM_ACCESS
171 flags_and_attributes = 0x10000000; // FILE_FLAG_RANDOM_ACCESS
179 flags_and_attributes = 0x08000000; // FILE_FLAG_SEQUENTIAL_SCAN
186 flags_and_attributes = 0x08000000; // FILE_FLAG_SEQUENTIAL_SCAN
199 flags_and_attributes,
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dfile_win32.ipp125 boost::winapi::DWORD_ flags_and_attributes = 0;
143 flags_and_attributes = 0x10000000; // FILE_FLAG_RANDOM_ACCESS
150 flags_and_attributes = 0x08000000; // FILE_FLAG_SEQUENTIAL_SCAN
157 flags_and_attributes = 0x10000000; // FILE_FLAG_RANDOM_ACCESS
164 flags_and_attributes = 0x10000000; // FILE_FLAG_RANDOM_ACCESS
171 flags_and_attributes = 0x10000000; // FILE_FLAG_RANDOM_ACCESS
179 flags_and_attributes = 0x08000000; // FILE_FLAG_SEQUENTIAL_SCAN
186 flags_and_attributes = 0x08000000; // FILE_FLAG_SEQUENTIAL_SCAN
199 flags_and_attributes,
/third_party/python/Doc/library/
Daudit_events.rst31 | | ``flags_and_attributes`` |
/third_party/skia/third_party/externals/zlib/google/
Dzip_internal.cc43 DWORD share_mode = 0, flags_and_attributes = 0; in ZipOpenFunc() local
62 NULL, creation_disposition, flags_and_attributes, NULL); in ZipOpenFunc()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_internal.cc41 DWORD share_mode = 0, flags_and_attributes = 0; in ZipOpenFunc() local
60 NULL, creation_disposition, flags_and_attributes, NULL); in ZipOpenFunc()
/third_party/node/deps/zlib/google/
Dzip_internal.cc41 DWORD share_mode = 0, flags_and_attributes = 0; in ZipOpenFunc() local
60 NULL, creation_disposition, flags_and_attributes, NULL); in ZipOpenFunc()
/third_party/python/Modules/clinic/
D_winapi.c.h139 DWORD flags_and_attributes, HANDLE template_file);
150 DWORD flags_and_attributes; in _winapi_CreateFile() local
155 …ccess, &share_mode, &security_attributes, &creation_disposition, &flags_and_attributes, &template_… in _winapi_CreateFile()
158 …ed_access, share_mode, security_attributes, creation_disposition, flags_and_attributes, template_f… in _winapi_CreateFile()
/third_party/e2fsprogs/lib/ext2fs/
Dwindows_io.c568 DWORD flags_and_attributes = in windows_open_device() local
576 flags_and_attributes, NULL); in windows_open_device()
/third_party/python/Modules/
D_winapi.c468 DWORD flags_and_attributes, HANDLE template_file) in _winapi_CreateFile_impl() argument
475 creation_disposition, flags_and_attributes) < 0) { in _winapi_CreateFile_impl()
483 flags_and_attributes, template_file); in _winapi_CreateFile_impl()