OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_exception_context
(Results
1 - 3
of
3
) sorted by null
/external/libpng/contrib/visupng/
cexcept.h
67
struct exception_context *
the_exception_context
;
70
refer to a context, using the name
the_exception_context
. It is
80
* const
the_exception_context
= &foo;
82
{ struct exception_context *
the_exception_context
= bar; ... }
84
int blah(struct exception_context *
the_exception_context
, ...);
86
extern struct exception_context
the_exception_context
[1];
94
#define
the_exception_context
(ec_array + thread_id)
96
Be aware that
the_exception_context
is used several times by the
204
/* storage for
the_exception_context
, and etmp is modified between */
214
exception__prev =
the_exception_context
->penv;
[
all
...]
PngFile.c
23
extern struct exception_context
the_exception_context
[1];
24
struct exception_context
the_exception_context
[1];
variable in typeref:struct:exception_context
/external/libpng/contrib/libtests/
pngvalid.c
164
* name '
the_exception_context
' must be defined.
166
#define anon_context(ps) struct exception_context *
the_exception_context
= \
1038
struct exception_context *
the_exception_context
= &ps->exception_context;
local
1056
struct exception_context *
the_exception_context
= &ps->exception_context;
local
1800
struct exception_context *
the_exception_context
= &ps->exception_context;
local
11226
struct exception_context *
the_exception_context
=
local
[
all
...]
Completed in 52 milliseconds