| /third_party/musl/src/network/ |
| H A D | send.c | 3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() function
|
| /third_party/node/lib/internal/cluster/ |
| H A D | worker.js | |
| H A D | primary.js | 347 function send(worker, message, handle, cb) { function
|
| H A D | child.js | 248 function send(message, cb) { function [all...] |
| /third_party/rust/crates/rustix/src/net/ |
| H A D | send_recv.rs | 41 pub fn send<Fd: AsFd>(fd: Fd, buf: &[u8], flags: SendFlags) -> io::Result<usize> { in send() functions
|
| /third_party/jerryscript/jerry-core/include/ |
| H A D | jerryscript-debugger-transport.h | 79 jerry_debugger_transport_send_t send; /**< send data callback */ member
|
| /device/soc/hisilicon/common/platform/hieth-sf/include/internal/ |
| H A D | eth_drv.h | 43 EthSend send; member
|
| /third_party/curl/lib/ |
| H A D | memdebug.h | 121 #define send(a,b,c,d) curl_dbg_send(a,b,c,d, __LINE__, __FILE__) macro
|
| H A D | curl_memory.h | 68 #undef send macro
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| H A D | mesa-overlay-control.py | 65 def send(self, msg): member in Connection
|
| /third_party/ltp/testcases/kernel/syscalls/utils/ |
| H A D | mq_timed.h | 33 int send; member
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/ |
| H A D | ss-server.c | 88 const char *send = html; in myss_srv_tx() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
| H A D | 2-1.c | 217 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive() argument
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/ |
| H A D | 2-1.c | 163 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive() argument
|
| H A D | 2-2.c | 179 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive() argument
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | resource_sharer.py | 31 def send(conn, pid): function 49 def send(conn, pid): function [all...] |
| /third_party/python/Lib/test/support/ |
| H A D | interpreters.py | 177 def send(self, obj): member in SendChannel
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Socket.cpp | 91 void Socket::send(const char *buffer, int length) in send() function in sw::Socket
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Socket.cpp | 92 void Socket::send(const char *buffer, int length) in send() function in sw::Socket
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | linux_pkt.c | 263 linux_pktfree_irq(osl_t *osh, void *p, bool send, int line, const char *caller) in linux_pktfree_irq() argument 332 linux_pktfree(osl_t *osh, void *p, bool send, int line, const char *caller) in linux_pktfree() argument 532 osl_pktfree_static(osl_t *osh, void *p, bool send) in osl_pktfree_static() argument
|
| /third_party/FreeBSD/sys/dev/usb/net/ |
| H A D | usb_eth_drv.h | 89 eth_send send; member
|
| /third_party/ltp/testcases/kernel/syscalls/send/ |
| H A D | send02.c | 59 void (*send)(int sock, void *buf, size_t size, int flags); member
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_pep492.py | 19 def send(self, value): member in FakeCoro
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deSocket.hpp | 98 deSocketResult send (const void* buf, size_t bufSize, size_t* numSent) { return deSocket_send(m_socket, buf, bufSize, numSent); } in send() function in de::Socket
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/ |
| H A D | drv_i2c_intf.c | 283 send_msg send = {0}; in i2c_proc_wr_write() local 224 i2c_proc_wr_write_get_dev_msg(hi_u8 arg_count, char (*argv)[PROC_CMD_SINGEL_LENGTH_MAX], send_msg *send, i2c_msg *p_data) i2c_proc_wr_write_get_dev_msg() argument [all...] |