Searched refs:reused (Results 1 – 25 of 265) sorted by relevance
1234567891011
/third_party/openssl/doc/man3/ |
D | SSL_session_reused.pod | 5 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.
|
D | SSL_CTX_set_session_id_context.pod | 5 …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
|
D | SSL_set_session.pod | 18 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
|
D | SSL_CTX_sess_number.pod | 47 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
|
D | SSL_CTX_set_session_cache_mode.pod | 53 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)
|
D | SSL_set_verify_result.pod | 23 established session, so if the session is to be reused later, the original
|
/third_party/node/test/async-hooks/ |
D | test-httpparser-reuse.js | 11 const reused = Symbol('reused'); constant 30 if (resource[reused]) { 35 resource[reused] = true;
|
/third_party/jsframework/runtime/main/model/ |
D | compiler.ts | 808 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/ |
D | jdatadst-tj.c | 154 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/ |
D | sat_am.txt | 10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
D | sat_fa.txt | 10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
D | sat_chr.txt | 10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
D | sat_ar.txt | 10 # 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/ |
D | sat_fa.txt | 10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
D | sat_chr.txt | 10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
D | sat_ar.txt | 10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
D | sat_am.txt | 10 # Do this in a separate rule for "sat-sat_FONIPA", so it can be reused.
|
/third_party/curl/tests/data/ |
D | test1096 | 24 Two FTP downloads, with failed RETR but reused control connection
|
D | test2306 | 47 HTTP GET reused handle with first header folded
|
/third_party/toybox/tests/ |
D | printf.test | 34 # posix: "The format operand shall be reused as often as necessary to satisfy
|
/third_party/node/test/sequential/ |
D | test-http-regr-gh-2928.js | 34 parser.reused = true;
|
/third_party/libxml2/ |
D | backport-malloc-fail-Check-for-malloc-failures-when-creating.patch | 36 * Returns the created or reused object. 108 * Returns the created or reused object.
|
D | backport-malloc-fail-Fix-memory-leak-after-calling-xmlXPathWrapNodeSet.patch | 25 * Returns the created or reused object.
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLINFO_NUM_CONNECTS.md | 29 many times libcurl successfully reused existing connection(s) or not. See the
|
D | CURLOPT_FRESH_CONNECT.md | 33 connection is closed after use so that it cannot be reused.
|
1234567891011