Home
last modified time | relevance | path

Searched refs:bulk (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
DREADME.md1 # lws minimal ws server + permessage-deflate for bulk traffic
12 $ ./lws-minimal-ws-server-pmd-bulk
19 One or another kind of bulk ws transfer is made to the browser.
DCMakeLists.txt1 project(lws-minimal-ws-server-pmd-bulk C)
8 set(SAMP lws-minimal-ws-server-pmd-bulk)
9 set(SRCS minimal-ws-server-pmd-bulk.c)
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
DCMakeLists.txt1 project(lws-minimal-ws-client-pmd-bulk C)
8 set(SAMP lws-minimal-ws-client-pmd-bulk)
9 set(SRCS minimal-ws-client-pmd-bulk.c)
DREADME.md1 # lws minimal ws client + permessage-deflate for bulk traffic
4 expects to find minimal-ws-server-pmd-bulk running.
22 $ ./lws-minimal-ws-client-pmd-bulk
23 [2018/04/05 12:08:58:9120] USER: LWS minimal ws client + permessage-deflate + multifragment bulk me…
24 [2018/04/05 12:08:58:9120] USER: ./lws-minimal-ws-client-pmd-bulk [-n (no exts)] [-c (compressib…
162 One or another kind of bulk ws transfer is made to the browser.
/third_party/python/Lib/test/test_email/data/
Dmsg_02.txt54 Precedence: bulk
68 Precedence: bulk
83 Precedence: bulk
98 Precedence: bulk
113 Precedence: bulk
Dmsg_32.txt11 Precedence: bulk
Dmsg_33.txt12 Precedence: bulk
/third_party/libwebsockets/minimal-examples/ws-client/
DREADME.md6 minimal-ws-client-pmd-bulk|Client that sends bulk multifragment data to the minimal-ws-server-pmd-b…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrBulkMemory.td1 // WebAssemblyInstrBulkMemory.td - bulk memory codegen support --*- tablegen -*-
10 /// WebAssembly bulk memory codegen constructs.
14 // Instruction requiring HasBulkMemory and the bulk memory prefix byte
23 // Bespoke types and nodes for bulk memory ops
DWebAssembly.td57 SubtargetFeature<"bulk-memory", "HasBulkMemory", "true",
58 "Enable bulk memory operations">;
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
DREADME.md3 The application runs some bulk and failure path tests on Secure Streams
16 --amount <amount>| Set the amount of bulk data expected, eg, --amount 23456
/third_party/openssl/crypto/evp/
De_aes.c3093 size_t bulk = 0; in aes_gcm_tls_cipher() local
3099 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher()
3102 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher()
3106 in + bulk, in aes_gcm_tls_cipher()
3107 out + bulk, in aes_gcm_tls_cipher()
3108 len - bulk, gctx->ctr)) in aes_gcm_tls_cipher()
3111 size_t bulk = 0; in aes_gcm_tls_cipher() local
3117 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher()
3120 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher()
3124 in + bulk, out + bulk, len - bulk)) in aes_gcm_tls_cipher()
[all …]
/third_party/libnl/etc/
Dclassid18 # top:3 bulk # bulk -> 1:3
/third_party/libwebsockets/minimal-examples/ws-server/
DREADME.md5 minimal-ws-server-pmd-bulk|Simple ws server showing how to pass bulk data with permessage-deflate
/third_party/grpc/src/core/lib/surface/
DREADME.md3 Surface provides the bulk of the gRPC Core public API, and translates it into
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c993 int m, bulk = 0; in lws_parse_ws() local
1051 bulk = 1; in lws_parse_ws()
1067 if (!bulk) { in lws_parse_ws()
1088 bulk); in lws_parse_ws()
1093 bulk = 0; in lws_parse_ws()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/
DREADME.md26 …4 10:29:34:6212] USER: LWS minimal ws server echo + permessage-deflate + multifragment bulk message
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
DREADME.md27 …2 20:03:50:2343] USER: LWS minimal ws client echo + permessage-deflate + multifragment bulk message
/third_party/boost/libs/geometry/doc/index/
Dintroduction.qbk43 …ms creating R-tree containing some, number of objects. This technique is called bulk loading and is
53 …]] [[$img/index/rtree/quadratic.png]] [[$img/index/rtree/rstar.png]] [[$img/index/rtree/bulk.png]]]
96 * bulk loading (planned for release in Boost 1.55),
/third_party/skia/third_party/externals/expat/testdata/largefiles/
DREADME.txt21 - properties: small portion with namespaces, bulk without, element
/third_party/iptables/extensions/
Dlibxt_connlabel.man30 4 bulk-traffic
/third_party/boost/libs/math/doc/sf/
Dhankel.qbk50 There are just a few spot tests to exercise all the special case handling - the bulk of the testing…
115 There are just a few spot tests to exercise all the special case handling - the bulk of the testing…
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dcrosstest.cfg12 # Note: Originally test_arith.cpp was used to generate the bulk of the tests.
/third_party/libphonenumber/
DCONTRIBUTORS16 # Team carrying out the bulk of metadata maintenance, bug fixes & feature
/third_party/libusb/
DChangeLog81 * Allow transferred argument to be optional in bulk APIs
103 * Add support for USB bulk streams on Linux and Mac OS X (#11)
194 splitting of bulk transfers
254 * Use new bulk continuation tracking in Linux 2.6.32 for improved handling

12345