Home
last modified time | relevance | path

Searched refs:send_length (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/libccid/ccid-1.4.36/examples/
H A Dscardcontrol.c228 DWORD send_length, length; in main() local
586 send_length = 11; in main()
588 send_length); in main()
697 send_length = 5; in main()
699 send_length); in main()
715 send_length = 5; in main()
717 send_length); in main()
860 send_length = 5; in main()
862 send_length); in main()
878 send_length = 5; in main()
[all …]
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/libmemcached/
H A Dverbosity.cc89 int send_length= snprintf(buffer, sizeof(buffer), "%u", verbosity); in memcached_verbosity() local
90 if (send_length >= MEMCACHED_DEFAULT_COMMAND_SIZE or send_length < 0) in memcached_verbosity()
100 { buffer, size_t(send_length) }, in memcached_verbosity()
H A Dflush.cc103 int send_length= 0; in memcached_flush_textual() local
106 send_length= snprintf(buffer, sizeof(buffer), "%llu", (unsigned long long)expiration); in memcached_flush_textual()
109 if (size_t(send_length) >= sizeof(buffer) or send_length < 0) in memcached_flush_textual()
124 { buffer, size_t(send_length) }, in memcached_flush_textual()
/dports/databases/libmemcached/libmemcached-1.0.18/libmemcached/
H A Dverbosity.cc89 int send_length= snprintf(buffer, sizeof(buffer), "%u", verbosity); in memcached_verbosity() local
90 if (send_length >= MEMCACHED_DEFAULT_COMMAND_SIZE or send_length < 0) in memcached_verbosity()
100 { buffer, size_t(send_length) }, in memcached_verbosity()
H A Dflush.cc103 int send_length= 0; in memcached_flush_textual() local
106 send_length= snprintf(buffer, sizeof(buffer), "%llu", (unsigned long long)expiration); in memcached_flush_textual()
109 if (size_t(send_length) >= sizeof(buffer) or send_length < 0) in memcached_flush_textual()
124 { buffer, size_t(send_length) }, in memcached_flush_textual()
/dports/security/doscan/doscan-0.3.3/src/
H A Dproto_tcp.cc46 static unsigned send_length = 0; variable
110 if (send_length > 0) { in on_activity()
173 send_length - send_offset); in on_activity()
182 if (send_offset == send_length) { in on_activity()
271 string_dequote (opt_send, &sb, &send_length, in proto_tcp_start()
276 send_length = 0; in proto_tcp_start()
H A Dproto_udp.cc44 static unsigned send_length = 0; variable
54 data.assign(send_buffer, send_length); in create_query()
85 string_dequote (opt_send, &sb, &send_length, in udp_start()
/dports/cad/ecpprog/ecpprog-2b3e8eaba8faae5ae175ccec36b31e67d24244f7/ecpprog/
H A Dmpsse.c117 void mpsse_xfer(uint8_t* data_buffer, uint16_t send_length, uint16_t receive_length) in mpsse_xfer() argument
119 if(send_length){ in mpsse_xfer()
120 int rc = ftdi_write_data(&mpsse_ftdic, data_buffer, send_length); in mpsse_xfer()
121 if (rc != send_length) { in mpsse_xfer()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/perf/lib/
H A Ducp_tests.cc324 size_t length, send_length, recv_length; in run_pingpong() local
353 send_length = length; in run_pingpong()
356 m_perf.ucp.send_iov, &send_length, in run_pingpong()
364 send(ep, send_buffer, send_length, send_datatype, sn, remote_addr, rkey); in run_pingpong()
372 send(ep, send_buffer, send_length, send_datatype, sn, remote_addr, rkey); in run_pingpong()
397 size_t length, send_length, recv_length; in run_stream_uni() local
420 send_length = length; in run_stream_uni()
423 m_perf.ucp.send_iov, &send_length, in run_stream_uni()
437 send(ep, send_buffer, send_length, send_datatype, sn, in run_stream_uni()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Davatars.c244 size_t send_length = fread(send_data, 1, length, ft->file); in on_avatar_chunk_request() local
246 if (send_length != length) { in on_avatar_chunk_request()
253 … tox_file_send_chunk(m, ft->friendnumber, ft->filenumber, position, send_data, send_length, &err); in on_avatar_chunk_request()
261 ft->position += send_length; in on_avatar_chunk_request()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/resource/
H A Dmultipart_image_resource_parser.cc110 wtf_size_t send_length = data_.size() - boundary_.size() - 2; in AppendData() local
111 client_->MultipartDataReceived(data_.data(), send_length); in AppendData()
112 data_.EraseAt(0, send_length); in AppendData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/resource/
H A Dmultipart_image_resource_parser.cc110 wtf_size_t send_length = data_.size() - boundary_.size() - 2; in AppendData() local
111 client_->MultipartDataReceived(data_.data(), send_length); in AppendData()
112 data_.EraseAt(0, send_length); in AppendData()
/dports/emulators/mess/mame-mame0226/3rdparty/asio/src/examples/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/emulators/mame/mame-mame0226/3rdparty/asio/src/examples/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/net/asio/asio-1.16.0/src/examples/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/src/examples/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/src/examples/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/devel/boost-docs/boost_1_72_0/libs/asio/example/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/devel/boost-python-libs/boost_1_72_0/libs/asio/example/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/doc/html/boost_asio/example/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/asio/example/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/examples/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/asio/example/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/databases/percona57-server/boost_1_59_0/libs/asio/example/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()
/dports/databases/xtrabackup/boost_1_59_0/doc/html/boost_asio/example/cpp11/futures/
H A Ddaytime_client.cpp38 std::future<std::size_t> send_length = in get_daytime() local
45 send_length.get(); // Blocks until the send is complete. Throws any errors. in get_daytime()

123