Searched refs:penv (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/visupng/
H A Dcexcept.h198 jmp_buf *penv; \
209 #define init_exception_context(ec) ((void)((ec)->penv = 0))
214 exception__prev = the_exception_context->penv; \
215 the_exception_context->penv = &exception__env; \
226 the_exception_context->penv = exception__prev; \
244 for (;; longjmp(*the_exception_context->penv, 1)) \
/external/qemu/util/
H A Denvlist.c225 char **env, **penv; local
227 penv = env = malloc((envlist->el_count + 1) * sizeof (char *));
233 *(penv++) = strdup(entry->ev_var);
235 *penv = NULL; /* NULL terminate the list */
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djni.h1772 (JavaVM *vm, JNIEnv **penv, void *args);
1787 jint AttachCurrentThread(JNIEnv **penv, void *args) { argument
1788 return functions->AttachCurrentThread(this, penv, args);

Completed in 114 milliseconds