Home
last modified time | relevance | path

Searched defs:send (Results 1 - 25 of 112) sorted by relevance

12345

/third_party/musl/src/network/
H A Dsend.c3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() function
/arkcompiler/toolchain/test/autotest/aw/api/
H A Dprotocol_api.py32 async def send(self, protocol_name, connection, params=None): member in ProtocolImpl
/arkcompiler/toolchain/test/autotest/aw/
H A Dtypes.py33 send = "send", variable in ProtocolType
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetwork_sharing.h23 int64_t send = 0; member
/third_party/node/lib/internal/cluster/
H A Dworker.js
H A Dprimary.js347 function send(worker, message, handle, cb) { function
/third_party/rust/crates/rustix/src/net/
H A Dsend_recv.rs41 pub fn send<Fd: AsFd>(fd: Fd, buf: &[u8], flags: SendFlags) -> io::Result<usize> { in send() functions
/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dremove_auth_info_client.c29 int32_t send_remove_request(const struct hichain *hichain, struct message *send) in send_remove_request() argument
71 int32_t build_remove_request_data(struct remove_auth_info_client *auth_info_client, remove_request_data *send) in build_remove_request_data() argument
147 int32_t send_remove_request(const struct hichain *hichain, struct message *send) in send_remove_request() argument
H A Dremove_auth_info.c32 int32_t send_remove_response(const struct hichain *hichain, struct message *receive, struct message *send) in send_remove_response() argument
98 static int32_t build_remove_response_data(const struct hichain *hichain, remove_response_data *send) in build_remove_response_data() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_frame_info.h26 int64_t send = 0; member
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-debugger-transport.h79 jerry_debugger_transport_send_t send; /**< send data callback */ member
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
H A Deth_drv.h43 EthSend send; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h38 struct SpungePcbRateControlItem send; member
/third_party/curl/lib/
H A Dmemdebug.h121 #define send(a,b,c,d) curl_dbg_send(a,b,c,d, __LINE__, __FILE__) macro
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Dmesa-overlay-control.py65 def send(self, msg): member in Connection
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dmq_timed.h33 int send; member
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/
H A Dss-server.c88 const char *send = html; in myss_srv_tx() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D2-1.c217 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 D2-1.c163 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive() argument
H A D2-2.c179 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 Dresource_sharer.py31 def send(conn, pid): function
49 def send(conn, pid): function
[all...]
/third_party/python/Lib/test/support/
H A Dinterpreters.py177 def send(self, obj): member in SendChannel
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSocket.cpp91 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 DSocket.cpp92 void Socket::send(const char *buffer, int length) in send() function in sw::Socket
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Ddebug_connection.py62 async def send(self, cmd: Generator[dict, T, Any]) -> T: member in ArkConnection

Completed in 9 milliseconds

12345