OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:the_exception_context
(Results
1 - 2
of
2
) 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
21
extern struct exception_context
the_exception_context
[1];
22
struct exception_context
the_exception_context
[1];
variable in typeref:struct:exception_context
Completed in 428 milliseconds