Home
last modified time | relevance | path

Searched defs:cookie_seek_function_t (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/
Dcookie_io_functions_t.h18 typedef int cookie_seek_function_t(void *, off64_t *, int); typedef
/external/llvm-libc/include/llvm-libc-types/
Dcookie_io_functions_t.h18 typedef int cookie_seek_function_t(void *, off64_t *, int); typedef
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/
Dcookie_io_functions_t.h18 typedef int cookie_seek_function_t(void *, off64_t *, int); typedef
/external/musl/include/
Dstdio.h202 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/external/trusty/musl/include/
Dstdio.h204 typedef int (cookie_seek_function_t)(void *, off_t *, int); typedef
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h78 typedef int cookie_seek_function_t; typedef
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c4907 typedef int cookie_seek_function_t(void *__cookie, off_t *__off, int __whence); typedef