Lines Matching refs:content
62 content type (see NOTES below) this value will be the decoded
67 This is one of the content type values defined in the protocol specification
70 messages). Alternatively it may be a "pseudo" content type. These pseudo
71 content types are used to signal some other event in the processing of data (see
77 case of pseudo content types), which consists of I<len> bytes. The buffer is no
114 Pseudo content type values may be sent at various points during the processing
115 of data. The following pseudo content types are currently defined:
127 records the content type in the record header is always
128 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in
129 an "inner" content type. B<buf> contains the encoded "inner" content type byte.
154 callback will supply all the padding frames in one go via this pseudo content
170 The pseudo content type B<SSL3_RT_INNER_CONTENT_TYPE> was added in OpenSSL 1.1.1.
172 The pseudo content types B<SSL3_RT_QUIC_DATAGRAM>, B<SSL3_RT_QUIC_PACKET>,
177 the pseudo content type B<SSL3_RT_HEADER> for TLS records.
180 the pseudo content type B<SSL3_RT_HEADER> for DTLS records.