OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyParamIn
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/src/
crosscall_params.h
223
bool
CopyParamIn
(uint32 index, const void* parameter_address, uint32 size,
273
// have been copied in with
CopyParamIn
.
ipc_unittest.cc
305
params_1.
CopyParamIn
(0, &value, sizeof(value), false, ULONG_TYPE);
325
params_2.
CopyParamIn
(0, &value, sizeof(value), false, ULONG_TYPE);
336
params_3.
CopyParamIn
(0, &value, sizeof(value), false, ULONG_TYPE);
355
params_4.
CopyParamIn
(0, &value, sizeof(value), false, ULONG_TYPE);
356
params_4.
CopyParamIn
(1, buffer, sizeof(buffer), false, VOIDPTR_TYPE);
crosscall_client.h
305
if (!params->
CopyParamIn
(num - 1, ch##num.GetStart(), ch##num.GetSize(), \
Completed in 1264 milliseconds