Home
last modified time | relevance | path

Searched defs:send_data (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/jerry-debugger/
Djerry_client_serial.py47 def send_data(self, data): member in Serial
Djerry_client_tcp.py43 def send_data(self, data): member in Socket
/third_party/libuv/test/
Dtest-udp-send-hang-loop.c37 static char send_data[1024]; variable
/third_party/node/test/parallel/
Dtest-tls-connect-stream-writes.js18 let send_data = ''; variable
/third_party/lwip/src/apps/tftp/
Dtftp_server.c174 send_data(void) in send_data() function
/third_party/boost/libs/log/test/run/
Dutil_ipc_reliable_mq.cpp249 std::vector< unsigned char > send_data; in BOOST_AUTO_TEST_CASE() local
/third_party/alsa-utils/amidi/
Damidi.c51 static char *send_data; variable
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Dwebrtc-priv.h266 void (*send_data) (GstWebRTCDataChannel * channel, GBytes *data); member
/third_party/python/Lib/test/
Dtest_smtpd.py81 def send_data(self, channel, data, enable_SMTPUTF8=False): member in DebuggingServerTest
/third_party/nghttp2/python/
Dnghttp2.pyx693 def send_data(self): member in _HTTP2SessionCoreBase
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c472 static void send_data(struct userdata *u) { in send_data() function