OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_functions
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
interception_unittest.cc
28
void WalkBuffer(void* buffer, size_t size, int* num_dlls, int*
num_functions
,
31
ASSERT_TRUE(NULL !=
num_functions
);
33
*num_dlls = *
num_functions
= *num_names = 0;
43
ASSERT_NE(0, dll->
num_functions
);
48
for (int j = 0; j < dll->
num_functions
; j++) {
67
(*
num_functions
)++;
153
int num_dlls,
num_functions
, num_names;
local
154
WalkBuffer(local_buffer.get(), buffer_size, &num_dlls, &
num_functions
,
161
EXPECT_EQ(15,
num_functions
);
203
int num_dlls,
num_functions
, num_names
local
[
all
...]
interception_internal.h
42
int
num_functions
;
member in struct:sandbox::DllPatchInfo
Completed in 57 milliseconds