Searched refs:__cookie (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/libio/bits/types/ |
D | cookie_io_functions_t.h | 27 typedef __ssize_t cookie_read_function_t (void *__cookie, char *__buf, 36 typedef __ssize_t cookie_write_function_t (void *__cookie, const char *__buf, 45 typedef int cookie_seek_function_t (void *__cookie, __off64_t *__pos, int __w); 48 typedef int cookie_close_function_t (void *__cookie);
|
/glibc-2.36/elf/ |
D | link.h | 193 extern void la_activity (uintptr_t *__cookie, unsigned int __flag); 194 extern char *la_objsearch (const char *__name, uintptr_t *__cookie, 197 uintptr_t *__cookie); 198 extern void la_preinit (uintptr_t *__cookie); 205 extern unsigned int la_objclose (uintptr_t *__cookie);
|
D | tst-auditmanymod.h | 56 la_objclose (uintptr_t *__cookie) in la_objclose() argument
|
/glibc-2.36/libio/ |
D | iofopncook.c | 44 return read_cb (cfile->__cookie, buf, size); in _IO_cookie_read() 62 ssize_t n = write_cb (cfile->__cookie, buf, size); in _IO_cookie_write() 79 || (seek_cb (cfile->__cookie, &offset, dir) in _IO_cookie_seek() 97 return close_cb (cfile->__cookie); in _IO_cookie_close() 157 cfile->__cookie = cookie; in _IO_cookie_init() 235 int ret = seek_cb (cfile->__cookie, offset, dir); in _IO_old_cookie_seek()
|
D | libio.h | 156 void *__cookie, cookie_io_functions_t __fns);
|
D | libioP.h | 345 void *__cookie; member
|
/glibc-2.36/include/ |
D | link.h | 44 uintptr_t *__cookie);
|
/glibc-2.36/nis/rpcsvc/ |
D | nislib.h | 128 const netobj *__cookie) __THROW;
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.2 | 1131 not STREAM->__cookie after it's been restored. 1409 Set STREAM->__cookie to NULL and don't use STREAM->__fileno. 1411 * sysdeps/posix/defs.c (stdstream): Initialize __cookie to (PTR) FD 1419 then set STREAM->__cookie to CHILD and stream->__io_funcs to
|