Home
last modified time | relevance | path

Searched refs:the_exception_context (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/visupng/
Dcexcept.h214 exception__prev = the_exception_context->penv; \
215 the_exception_context->penv = &exception__env; \
220 while (the_exception_context->caught = 0, \
221 the_exception_context->caught); \
224 the_exception_context->caught = 1; \
226 the_exception_context->penv = exception__prev; \
228 if (!the_exception_context->caught || action) { } \
231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0))
244 for (;; longjmp(*the_exception_context->penv, 1)) \
245 the_exception_context->v.etmp =
DPngFile.c23 extern struct exception_context the_exception_context[1];
24 struct exception_context the_exception_context[1]; variable
/external/libpng/contrib/libtests/
Dpngvalid.c177 #define anon_context(ps) struct exception_context *the_exception_context = \
1086 struct exception_context *the_exception_context = &ps->exception_context; in internal_error() local
1104 struct exception_context *the_exception_context = &ps->exception_context; in store_error() local
2184 struct exception_context *the_exception_context = &ps->exception_context; in set_store_for_read() local
11599 struct exception_context *the_exception_context = in signal_handler() local