Home
last modified time | relevance | path

Searched defs:send (Results 76 - 88 of 88) sorted by relevance

1234

/third_party/lwip/src/include/lwip/
H A Dsockets.h659 #define send global() macro
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py74 def send(self, v): member in CoroLikeObject
/third_party/python/Lib/test/
H A Dtest_collections.py798 def send(self, value): member in TestOneTrickPonyABCs.test_Awaitable.MinimalCoro
850 def send(self, value): member in TestOneTrickPonyABCs.test_Coroutine.MinimalCoro
880 def send(self, value): member in TestOneTrickPonyABCs.test_Coroutine.CoroLike
892 def send(self, value): member in TestOneTrickPonyABCs.test_Coroutine.CoroLike
1176 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.NonGen2
1180 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.NonGen3
1194 def send(self, value): return value member in TestOneTrickPonyABCs.test_Generator.Gen
1198 def send(self, value): member in TestOneTrickPonyABCs.test_Generator.MinimalGen
1225 def send(self, value): return value global() member in TestOneTrickPonyABCs.test_Generator.FailOnClose
1231 def send(self, value): return value global() member in TestOneTrickPonyABCs.test_Generator.IgnoreGeneratorExit
[all...]
/third_party/toybox/toys/pending/
H A Ddhcpd.c283 } send; member
[all...]
/third_party/backends/backend/
H A Dumax-scsidef.h773 static scsiblk send = { sendC, sizeof(sendC) }; variable
/third_party/rust/crates/libc/src/
H A Dwasi.rs677 pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in send() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1298 pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in send() functions
/third_party/python/Lib/tkinter/
H A D__init__.py1067 def send(self, interp, cmd, *args): member in Misc
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c4342 dhd_prot_packet_free(dhd_pub_t *dhd, void *pkt, uint8 pkttype, bool send) in dhd_prot_packet_free() argument
[all...]
/third_party/curl/lib/
H A Durldata.h952 Curl_send *send[2]; member
[all...]
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1561 pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in send() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3781 pub fn send(socket: ::c_int, buf: *const ::c_void, len: ::size_t, flags: ::c_int) -> ::ssize_t; in send() functions
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h9338 uint8 send; global() member
9377 uint8 send; /**< Immediatly register registered sets on AP side */ global() member
9424 uint8 send; global() member
[all...]

Completed in 100 milliseconds

1234