Searched refs:the_exception_context (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A Dcexcept.h62 struct exception_context *the_exception_context;
65 refer to a context, using the name the_exception_context. It is
75 * const the_exception_context = &foo;
77 { struct exception_context *the_exception_context = bar; ... }
79 int blah(struct exception_context *the_exception_context, ...);
81 extern struct exception_context the_exception_context[1];
89 #define the_exception_context (ec_array + thread_id)
91 Be aware that the_exception_context is used several times by the
199 /* storage for the_exception_context, and etmp is modified between */
209 exception__prev = the_exception_context
[all...]
H A DPngFile.c18 extern struct exception_context the_exception_context[1];
19 struct exception_context the_exception_context[1]; variable in typeref:struct:exception_context

Completed in 215 milliseconds