Searched refs:content_type (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolicFile.h68 template <class content_type>
70 : public std::iterator<std::forward_iterator_tag, content_type> {
71 content_type Current;
74 content_iterator(content_type symb) : Current(std::move(symb)) {}
76 const content_type *operator->() const { return &Current; }
78 const content_type &operator*() const { return Current; }
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_record.h64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
H A Dtlsv1_record.c138 * @content_type: Content type (TLS_CONTENT_TYPE_*)
150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, argument
165 *pos++ = content_type;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dhttp-utils.h52 const char *content_type, const char *ext_hdr,
H A Dhttp_curl.c1681 const char *content_type, const char *ext_hdr,
1700 if (content_type) {
1702 snprintf(ct, sizeof(ct), "Content-Type: %s", content_type);
1680 http_post(struct http_ctx *ctx, const char *url, const char *data, const char *content_type, const char *ext_hdr, const char *ca_fname, const char *username, const char *password, const char *client_cert, const char *client_key, size_t *resp_len) argument
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dhdmi.c140 ((frame->content_type & 0x3) << 4) |
643 hdmi_content_type_get_name(enum hdmi_content_type content_type) argument
645 switch (content_type) {
688 hdmi_content_type_get_name(frame->content_type));
1035 frame->content_type = (ptr[4] >> 4) & 0x3;
H A Dhdmi.h152 enum hdmi_content_type content_type; member in struct:hdmi_avi_infoframe
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_apps.h180 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
H A Ds_cb.c595 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, argument
693 switch (content_type) {
705 if (content_type == 21) { /* Alert */
811 if (content_type == 22) { /* Handshake */
853 if (content_type == 24) { /* Heartbeat */
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c190 p7->d.signed_and_enveloped->enc_data->content_type
200 p7->d.enveloped->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data);
209 p7->d.encrypted->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data);
H A Dpk7_asn1.c195 ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
H A Dpkcs7.h131 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1323 static const char * openssl_content_type(int content_type) argument
1325 switch (content_type) {
1346 static const char * openssl_handshake_type(int content_type, const u8 *buf, argument
1349 if (content_type == 257 && buf && len == 1)
1351 if (content_type != 22 || !buf || len == 0)
1489 static void tls_msg_cb(int write_p, int version, int content_type, argument
1497 "OpenSSL: session ver=0x%x content_type=%d",
1498 version, content_type);
1503 wpa_printf(MSG_DEBUG, "OpenSSL: %s ver=0x%x content_type=%d (%s/%s)",
1504 write_p ? "TX" : "RX", version, content_type,
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h230 @param content_type the value for the Content-Type header
234 const char *content_type);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_trce.c1200 void SSL_trace(int write_p, int version, int content_type, argument
1209 ssl_trace_str(content_type, ssl_crypto_tbl),
1213 switch (content_type) {
H A Dssl.h836 int content_type, const void *buf,
840 int content_type, const void *buf,
1039 void (*msg_callback) (int write_p, int version, int content_type,
1497 void (*msg_callback) (int write_p, int version, int content_type,
2576 void SSL_trace(int write_p, int version, int content_type,
H A Dssl_lib.c1172 (int write_p, int version, int content_type,
1288 (int write_p, int version, int content_type,
3533 int content_type, const void *buf,
3541 int content_type, const void *buf,
3531 SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb) (int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument
3539 SSL_set_msg_callback(SSL *ssl, void (*cb) (int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument
/freebsd-11-stable/lib/libfetch/
H A Dhttp.c1540 struct url *purl, const char *flags, const char *content_type,
1730 if (content_type != NULL)
1731 http_cmd(conn, "Content-Type: %s", content_type);
2096 const char *content_type, const char *body)
2100 flags, content_type, body));
1539 http_request_body(struct url *URL, const char *op, struct url_stat *us, struct url *purl, const char *flags, const char *content_type, const char *body) argument
2095 fetchReqHTTP(struct url *URL, const char *method, const char *flags, const char *content_type, const char *body) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c815 serf_bucket_t *body_bkt, const char *content_type,
869 if (content_type)
871 serf_bucket_headers_setn(*hdrs_bkt, "Content-Type", content_type);
809 setup_serf_req(serf_request_t *request, serf_bucket_t **req_bkt, serf_bucket_t **hdrs_bkt, svn_ra_serf__session_t *session, const char *method, const char *url, serf_bucket_t *body_bkt, const char *content_type, const char *accept_encoding, svn_boolean_t dav_headers, apr_pool_t *request_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c272 tls_content_type(unsigned char content_type) argument
279 switch (content_type) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c3680 const char *content_type) {
3681 http->default_content_type = content_type;
3679 evhttp_set_default_content_type(struct evhttp *http, const char *content_type) argument

Completed in 405 milliseconds