Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dvsscanf.c40 eofread(void *cookie, char *buf, int len) in eofread() argument
Dsscanf.c41 eofread(void *cookie, char *buf, int len) in eofread() argument
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c321 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter() argument
342 err = func(&handle, cookie); in td_ta_thr_iter()
Dthread_db.h134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c357 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter() argument
378 if (func(&handle, cookie) != 0) { in td_ta_thr_iter()
Dthread_db.h154 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c370 td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie, in td_ta_thr_iter() argument
391 if (func(&handle, cookie) != 0) { in td_ta_thr_iter()
Dthread_db.h166 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,