Searched refs:__recv_chk (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/include/fortify/ |
D | socket.h | 31 ssize_t __recv_chk(int, void*, size_t, size_t, int); 79 return __recv_chk(socket, buf, len, bos, flags); in recv()
|
/third_party/musl/ndk_musl_include/fortify/ |
D | socket.h | 31 ssize_t __recv_chk(int, void*, size_t, size_t, int); 79 return __recv_chk(socket, buf, len, bos, flags); in recv()
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
D | fortify_recv_chk_test.cpp | 113 size_t result = static_cast<size_t>(__recv_chk(acceptFd, buf, len1, len1, 0));
|
/third_party/musl/porting/linux/user/src/fortify/ |
D | fortify.c | 140 ssize_t __recv_chk(int socket, void* buf, size_t len, size_t buf_size, int flags) in __recv_chk() function
|
/third_party/musl/ |
D | libc.map.txt | 191 __recv_chk;
|