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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_wire.h 171 unsigned int has_explicit_len : 1; member in struct:ossl_quic_frame_stream_st
308 * If f->has_explicit_len is zerro, the frame is assumed to be the final frame
574 * that "has_explicit_len" is 0.
579 * If the frame contained a length field, f->has_explicit_len is set to 1 and
584 * until the end of the packet. This function sets f->has_explicit_len to zero,
590 * successfully, regardless of the value of f->has_explicit_len.

Completed in 17 milliseconds