Home
last modified time | relevance | path

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

1234567891011

/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)
DSSL_set_verify_result.pod23 established session, so if the session is to be reused later, the original
/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/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/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/icu/icu4c/source/data/translit/
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_chr.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/skia/third_party/externals/icu/source/data/translit/
Dsat_fa.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_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.
/third_party/curl/tests/data/
Dtest109624 Two FTP downloads, with failed RETR but reused control connection
Dtest230647 HTTP GET reused handle with first header folded
/third_party/toybox/tests/
Dprintf.test34 # posix: "The format operand shall be reused as often as necessary to satisfy
/third_party/node/test/sequential/
Dtest-http-regr-gh-2928.js34 parser.reused = true;
/third_party/libxml2/
Dbackport-malloc-fail-Check-for-malloc-failures-when-creating.patch36 * Returns the created or reused object.
108 * Returns the created or reused object.
Dbackport-malloc-fail-Fix-memory-leak-after-calling-xmlXPathWrapNodeSet.patch25 * Returns the created or reused object.
/third_party/curl/docs/libcurl/opts/
DCURLINFO_NUM_CONNECTS.md29 many times libcurl successfully reused existing connection(s) or not. See the
DCURLOPT_FRESH_CONNECT.md33 connection is closed after use so that it cannot be reused.

1234567891011