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

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_wire.c 185 if (f->has_explicit_len)
197 if (f->has_explicit_len && !WPACKET_quic_write_vlint(pkt, f->len))
220 if (f->has_explicit_len) {
693 f->has_explicit_len = ((frame_type & OSSL_QUIC_FRAME_FLAG_STREAM_LEN) != 0);
696 if (f->has_explicit_len) {
qlog_event_helpers.c 314 QLOG_BOOL("explicit_length", f.has_explicit_len);
317 *need_skip = f.has_explicit_len
quic_trace.c 242 if (frame_data.has_explicit_len)
quic_txp.c 2114 if (shdr->has_explicit_len)
2353 shdr->has_explicit_len = 0;
2386 shdr->has_explicit_len = 1;
2398 shdr->has_explicit_len = 0;
2447 if (!shdr->has_explicit_len)
  /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.
  /src/crypto/external/apache2/openssl/dist/test/
quic_wire_test.c 394 if (!TEST_int_eq(f.has_explicit_len, 0))
449 if (!TEST_int_eq(f.has_explicit_len, 1))

Completed in 30 milliseconds