OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mappingAttributesPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
umapfile.c
103
SECURITY_ATTRIBUTES *
mappingAttributesPtr
= NULL;
126
mappingAttributesPtr
= &mappingAttributes;
130
and
mappingAttributesPtr
== NULL for that case. */
133
map=CreateFileMapping(file,
mappingAttributesPtr
, PAGE_READONLY, 0, 0, NULL);
/external/icu4c/common/
umapfile.c
99
SECURITY_ATTRIBUTES *
mappingAttributesPtr
= NULL;
122
mappingAttributesPtr
= &mappingAttributes;
126
and
mappingAttributesPtr
== NULL for that case. */
129
map=CreateFileMapping(file,
mappingAttributesPtr
, PAGE_READONLY, 0, 0, NULL);
Completed in 110 milliseconds