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

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolicFile.h67 template <class content_type>
69 : public std::iterator<std::forward_iterator_tag, content_type> {
70 content_type Current;
73 content_iterator(content_type symb) : Current(std::move(symb)) {}
75 const content_type *operator->() const { return &Current; }
77 const content_type &operator*() const { return Current; }
/freebsd-13-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-13-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-13-stable/crypto/openssl/apps/
H A Ds_apps.h40 void msg_cb(int write_p, int version, int content_type, const void *buf,
H A Ds_cb.c561 void msg_cb(int write_p, int version, int content_type, const void *buf, argument
576 switch (content_type) {
/freebsd-13-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.h151 enum hdmi_content_type content_type; member in struct:hdmi_avi_infoframe
/freebsd-13-stable/contrib/libevent/sample/
H A Dhttp-server.c72 const char *content_type; member in struct:table_entry
101 return ent->content_type;
/freebsd-13-stable/contrib/googletest/googlemock/scripts/
H A Dupload.py292 content_type="application/octet-stream",
300 content_type: The Content-Type header to use.
324 req.add_header("Content-Type", content_type)
506 (content_type, body) ready for httplib.HTTP instance.
529 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
530 return content_type, body
694 content_type=ctype)
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dupload.py292 content_type="application/octet-stream",
300 content_type: The Content-Type header to use.
324 req.add_header("Content-Type", content_type)
506 (content_type, body) ready for httplib.HTTP instance.
529 content_type = 'multipart/form-data; boundary=%s' % BOUNDARY
530 return content_type, body
694 content_type=ctype)
1200 response_body = rpc_server.Send(url, body, content_type=ctype)
1347 response_body = rpc_server.Send("/upload", body, content_type=ctype)
/freebsd-13-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c139 p7->d.signed_and_enveloped->enc_data->content_type
149 p7->d.enveloped->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data);
158 p7->d.encrypted->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data);
H A Dpk7_asn1.c146 ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
/freebsd-13-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-13-stable/contrib/libevent/include/event2/
H A Dhttp.h230 @param content_type the value for the Content-Type header
234 const char *content_type);
/freebsd-13-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-13-stable/lib/libfetch/
H A Dhttp.c1585 struct url *purl, const char *flags, const char *content_type,
1775 if (content_type != NULL)
1776 http_cmd(conn, "Content-Type: %s", content_type);
2144 const char *content_type, const char *body)
2148 flags, content_type, body));
1584 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
2143 fetchReqHTTP(struct url *URL, const char *method, const char *flags, const char *content_type, const char *body) argument
/freebsd-13-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-13-stable/crypto/openssl/include/openssl/
H A Dpkcs7.h75 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
H A Dssl.h636 int content_type, const void *buf,
640 int content_type, const void *buf,
2175 void SSL_trace(int write_p, int version, int content_type,
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_trce.c1510 void SSL_trace(int write_p, int version, int content_type, argument
1516 switch (content_type) {
H A Dssl_local.h871 void (*msg_callback) (int write_p, int version, int content_type,
1126 void (*msg_callback) (int write_p, int version, int content_type,
H A Dssl_lib.c2361 (int write_p, int version, int content_type,
2501 (int write_p, int version, int content_type,
4457 int content_type, const void *buf,
4465 int content_type, const void *buf,
4455 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
4463 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-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c269 tls_content_type(unsigned char content_type) argument
276 switch (content_type) {

Completed in 394 milliseconds

12