OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exception_context
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/client/windows/handler/
exception_handler.cc
569
CONTEXT
exception_context
= {};
local
570
EXCEPTION_POINTERS exception_ptrs = { &exception_record, &
exception_context
};
572
::RtlCaptureContext(&
exception_context
);
649
CONTEXT
exception_context
= {};
local
650
EXCEPTION_POINTERS exception_ptrs = { &exception_record, &
exception_context
};
652
::RtlCaptureContext(&
exception_context
);
741
CONTEXT
exception_context
= {};
local
742
EXCEPTION_POINTERS exception_ptrs = { &exception_record, &
exception_context
};
744
::RtlCaptureContext(&
exception_context
);
[
all
...]
/external/libpng/contrib/libtests/
pngvalid.c
176
#define anon_context(ps) struct
exception_context
*the_exception_context = \
177
&(ps)->
exception_context
747
struct
exception_context
748
exception_context
;
member in struct:png_store
849
init_exception_context(&ps->
exception_context
);
1085
struct
exception_context
*the_exception_context = &ps->
exception_context
;
1103
struct
exception_context
*the_exception_context = &ps->
exception_context
;
[
all
...]
Completed in 601 milliseconds