Home
last modified time | relevance | path

Searched refs:reused (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/third_party/openssl/doc/man3/
DSSL_session_reused.pod5 SSL_session_reused - query whether a reused session was negotiated during handshake
15 Query, whether a reused session was negotiated during the handshake.
21 on the session, it will be reused and a flag is being set that can be
36 A session was reused.
DSSL_CTX_set_session_id_context.pod5 …ext, SSL_set_session_id_context - set context within which session can be reused (server side only)
19 B<sid_ctx_len> within which a session can be reused for the B<ctx> object.
22 B<sid_ctx_len> within which a session can be reused for the B<ssl> object.
51 will not be reused but a fatal error will be flagged and the handshake
DSSL_set_session.pod18 by 1. If the session is not reused, the reference count is decremented
19 again during SSL_connect(). Whether the session was reused can be queried
DSSL_CTX_sess_number.pod47 SSL_CTX_sess_hits() returns the number of successfully reused sessions.
49 successfully reused is counted as a hit. In server mode a session successfully
DSSL_CTX_set_session_cache_mode.pod53 for the OpenSSL library to know whether a session should be reused or which
56 to be reused by using the L<SSL_set_session(3)>
62 session to be reused, the server looks for the corresponding session in (first)
/third_party/node/test/async-hooks/
Dtest-httpparser-reuse.js11 const reused = Symbol('reused'); constant
30 if (resource[reused]) {
35 resource[reused] = true;
/third_party/boost/libs/format/benchmark/
Dresults.txt39 reused format time :10.94, = 5.06481 * printf , = 2.96477 * nullStream
52 reused format time : 9.25, = 4.18552 * printf , = 2.59104 * nullStream
60 reused format time : 9.25, = 4.20455 * printf , = 2.59104 * nullStream
68 reused format time : 9.88, = 4.35242 * printf , = 2.84726 * nullStream
122 reused format time : 9.42, = 4.42254 * printf , = 3.23711 * nullStream
129 reused format time : 9.29, = 4.44498 * printf , = 3.18151 * nullStream
137 reused format time : 9.61, = 4.44907 * printf , = 3.19269 * nullStream
145 reused format time : 8.21, = 3.90952 * printf , = 2.86063 * nullStream
153 reused format time :10.27, = 4.71101 * printf , = 3.51712 * nullStream
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdatadst-tj.c153 boolean reused = FALSE; in jpeg_mem_dest_tj() local
181 reused = TRUE; in jpeg_mem_dest_tj()
198 if (!reused) in jpeg_mem_dest_tj()
/third_party/libjpeg-turbo/
Djdatadst-tj.c154 boolean reused = FALSE; in jpeg_mem_dest_tj() local
182 reused = TRUE; in jpeg_mem_dest_tj()
199 if (!reused) in jpeg_mem_dest_tj()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdatadst-tj.c154 boolean reused = FALSE; in jpeg_mem_dest_tj() local
182 reused = TRUE; in jpeg_mem_dest_tj()
199 if (!reused) in jpeg_mem_dest_tj()
/third_party/jsframework/runtime/main/model/
Dcompiler.ts808 const reused = reusedMap[key]; constant
809 if (reused) {
810 if (reused.item === reusedList[0]) {
813 removeItem(reusedList, reused.item);
814 moveTarget(reused.target, fragBlock.updateMark);
816 children.push(reused.target);
817 vms.push(reused.vm);
818 reused.vm[valueName] = item;
820 reused.vm[keyName] = index;
821 fragBlock.updateMark = reused.target;
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dsat_fa.txt9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_ar.txt9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_chr.txt9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_am.txt9 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
/third_party/skia/third_party/externals/icu/source/data/translit/
Dsat_ar.txt10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_am.txt10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_chr.txt10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_fa.txt10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
/third_party/icu/icu4c/source/data/translit/
Dsat_chr.txt10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_am.txt10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_fa.txt10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
Dsat_ar.txt10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
/third_party/node/test/sequential/
Dtest-http-regr-gh-2928.js34 parser.reused = true;
/third_party/toybox/tests/
Dprintf.test34 # posix: "The format operand shall be reused as often as necessary to satisfy

12345678910>>...12