HomeSort by: relevance | last modified time | path
    Searched defs:coalescing (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/lib/
crypto.h 318 unsigned coalescing:1; member in struct:pgp_stream_t
319 /* used for partial length coalescing */
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_record_tx.c 86 * TXE which is under construction for coalescing purposes, if any.
791 int coalescing = (pkt->flags & OSSL_QTX_PKT_FLAG_COALESCE) != 0; local
815 /* Must stop coalescing if addresses have changed */
822 * Start a new coalescing session or continue using the existing one and
853 * or just stop coalescing the packet and dispatch it to network
896 * coalescing/started with an empty datagram, so any future
912 coalescing = 0;
914 if (!coalescing)
922 * coalescing. If there is no current coalescing datagram, this is a no-op
    [all...]

Completed in 16 milliseconds