HomeSort by: relevance | last modified time | path
    Searched refs:content_type (Results 1 - 25 of 106) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_trace.h 15 int ossl_quic_trace(int write_p, int version, int content_type,
ssl.h 16 typedef void (*ossl_msg_cb)(int write_p, int version, int content_type,
quic_tserver.h 196 int content_type,
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Record.pm 80 my $content_type;
91 ($content_type, $version, $epoch,
96 ($content_type, $version, $len) = unpack('Cnn', $packet);
107 print " Content type: ".$record_type{$content_type}."\n";
119 $content_type,
133 $content_type,
144 if ($content_type != RT_CCS
146 || $content_type != RT_ALERT)) {
158 .$record_type{$record->content_type()}."\n";
213 $content_type,
480 sub content_type subroutine
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Record.pm 73 my ($content_type, $version, $len) = unpack('Cnn', $packet);
83 print " Content type: ".$record_type{$content_type}."\n";
89 $content_type,
99 if ($content_type != RT_CCS
101 || $content_type != RT_ALERT)) {
113 .$record_type{$record->content_type()}."\n";
168 $content_type,
179 content_type => $content_type,
234 if ($self->content_type() == RT_ALERT)
365 sub content_type subroutine
    [all...]
Message.pm 180 if ($record->content_type == TLSProxy::Record::RT_CCS) {
192 } elsif ($record->content_type == TLSProxy::Record::RT_HANDSHAKE) {
270 } elsif ($record->content_type == TLSProxy::Record::RT_APPLICATION_DATA) {
278 } elsif ($record->content_type == TLSProxy::Record::RT_ALERT) {
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Record.pm 73 my ($content_type, $version, $len) = unpack('Cnn', $packet);
83 print " Content type: ".$record_type{$content_type}."\n";
89 $content_type,
99 if ($content_type != RT_CCS
101 || $content_type != RT_ALERT)) {
113 .$record_type{$record->content_type()}."\n";
168 $content_type,
179 content_type => $content_type,
234 if ($self->content_type() == RT_ALERT)
365 sub content_type subroutine
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
http_test.c 28 const char *content_type; member in struct:__anon712
37 * For GET, redirect to RPATH unless already there, else use |content_type| and
44 const char *content_type, const char *txt,
118 content_type, len)
144 args->content_type, args->txt,
163 const char *content_type; local
170 content_type = "text/plain";
180 content_type = "application/x-x509-ca-cert";
188 mock_args.content_type = content_type;
247 const char *const content_type = "application\/x-x509-ca-cert"; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
SymbolicFile.h 67 template <class content_type> class content_iterator {
68 content_type Current;
72 using value_type = content_type;
77 content_iterator(content_type symb) : Current(std::move(symb)) {}
79 const content_type *operator->() const { return &Current; }
81 const content_type &operator*() const { return Current; }
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_hdcp.h 62 uint8_t content_type,
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.h 29 enum transcoder cpu_transcoder, u8 content_type);
  /src/crypto/external/apache2/openssl/dist/apps/include/
http_server.h 79 * content_type: string identifying the type of the response
85 const char *content_type,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
http.h 56 const char *content_type, int asn1,
58 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type,
84 const char *content_type, BIO *req,
101 const char *content_type, BIO *req,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
http.h 49 const char *content_type, int asn1,
51 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type,
75 const char *content_type, BIO *req,
92 const char *content_type, BIO *req,
  /src/crypto/external/bsd/openssl/dist/test/
http_test.c 121 const char content_type[] = "application/x-x509-ca-cert"; local
134 0 /* buf_size */, headers, content_type,
140 0 /* buf_size */, headers, content_type,
141 req, content_type, 1 /* expect_asn1 */,
163 const char *const content_type = "application/x-x509-ca-cert"; local
181 NULL /* content_type */, NULL /* req => GET */,
182 content_type, 0 /* ASN.1 not expected */,
  /src/crypto/external/bsd/openssl/dist/apps/include/
http_server.h 97 * content_type: string identifying the type of the response
103 const char *content_type,
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_record.h 64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
  /src/external/bsd/wpa/dist/src/utils/
http-utils.h 53 const char *content_type, const char *ext_hdr,
  /src/crypto/external/apache2/openssl/dist/crypto/http/
http_client.c 253 const char *content_type, int asn1,
269 if (content_type != NULL
270 && (rctx->expected_ct = OPENSSL_strdup(content_type)) == NULL)
283 const char *content_type, BIO *req)
290 if (rctx == NULL || (req == NULL && content_type != NULL)) {
308 if (content_type == NULL) {
311 if (HAS_CASE_PREFIX(content_type, "text/"))
313 if (BIO_printf(rctx->mem, "Content-Type: %s\r\n", content_type) <= 0)
351 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type,
359 res = res && set1_content(rctx, content_type, mem)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
70-test_sslrecords.t 30 my $content_type = undef;
76 $content_type = TLSProxy::Record::RT_APPLICATION_DATA;
90 $content_type = TLSProxy::Record::RT_HANDSHAKE;
368 $content_type,
382 $content_type,
707 last if $record->content_type == TLSProxy::Record::RT_CCS;
731 if ($record->content_type == TLSProxy::Record::RT_HANDSHAKE) {
  /src/crypto/external/bsd/openssl/dist/test/recipes/
70-test_sslrecords.t 43 my $content_type = TLSProxy::Record::RT_APPLICATION_DATA;
53 $content_type = TLSProxy::Record::RT_HANDSHAKE;
268 $content_type,
553 last if $record->content_type == TLSProxy::Record::RT_CCS;
577 if ($record->content_type == TLSProxy::Record::RT_HANDSHAKE) {
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
70-test_sslrecords.t 43 my $content_type = TLSProxy::Record::RT_APPLICATION_DATA;
52 $content_type = TLSProxy::Record::RT_HANDSHAKE;
246 $content_type,
531 last if $record->content_type == TLSProxy::Record::RT_CCS;
555 if ($record->content_type == TLSProxy::Record::RT_HANDSHAKE) {
  /src/crypto/external/bsd/openssl/dist/crypto/http/
http_client.c 244 const char *content_type, int asn1,
260 if (content_type != NULL
261 && (rctx->expected_ct = OPENSSL_strdup(content_type)) == NULL)
274 const char *content_type, BIO *req)
281 if (rctx == NULL || (req == NULL && content_type != NULL)) {
299 if (content_type != NULL
300 && BIO_printf(rctx->mem, "Content-Type: %s\r\n", content_type) <= 0)
337 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type,
345 res = res && set1_content(rctx, content_type, mem);
1028 const char *content_type, BIO *req
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
line-header.c 156 ULONGEST content_type = read_unsigned_leb128 (abfd, format, &bytes_read); local
221 switch (content_type)
243 pulongest (content_type));
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
line-header.c 156 ULONGEST content_type = read_unsigned_leb128 (abfd, format, &bytes_read); local
221 switch (content_type)
243 pulongest (content_type));

Completed in 46 milliseconds

1 2 3 4 5