Lines Matching full:content
57 This is set to 0 for the SSL3_RT_HEADER pseudo content type (see NOTES below).
61 This is one of the content type values defined in the protocol specification
64 messages). Alternatively it may be a "pseudo" content type. These pseudo
65 content types are used to signal some other event in the processing of data (see
71 case of pseudo content types), which consists of I<len> bytes. The buffer is no
101 Pseudo content type values may be sent at various points during the processing
102 of data. The following pseudo content types are currently defined:
114 records the content type in the record header is always
115 SSL3_RT_APPLICATION_DATA. The real content type for the record is contained in
116 an "inner" content type. B<buf> contains the encoded "inner" content type byte.
131 The pseudo content type B<SSL3_RT_INNER_CONTENT_TYPE> was added in OpenSSL 1.1.1.