HomeSort by relevance Sort by last modified time
    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 144 * name 'the_exception_context' must be defined.
146 #define anon_context(ps) struct exception_context *the_exception_context = \
917 struct exception_context *the_exception_context = &ps->exception_context; local
935 struct exception_context *the_exception_context = &ps->exception_context; local
1677 struct exception_context *the_exception_context = &ps->exception_context; local
10013 struct exception_context *the_exception_context = local
    [all...]

Completed in 192 milliseconds