Home
last modified time | relevance | path

Searched refs:HEADER_CONTENT_LENGTH (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-qpack/src/
H A Dencoder.rs459 const HEADER_CONTENT_LENGTH: &[u8] = &[ const
519 .insert_with_name_literal(HEADER_CONTENT_LENGTH, VALUE_1); in test_insert_with_name_literal_1()
536 .insert_with_name_literal(HEADER_CONTENT_LENGTH, VALUE_1); in test_insert_with_name_literal_2()
560 .insert_with_name_literal(HEADER_CONTENT_LENGTH, VALUE_1); in test_duplicate()
731 .insert_with_name_literal(HEADER_CONTENT_LENGTH, VALUE_1); in test_insertion_blocked_on_insert_count_feedback()
738 .insert_with_name_literal(HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_insert_count_feedback()
748 .insert_with_name_literal(HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_insert_count_feedback()
767 .insert_with_name_literal(HEADER_CONTENT_LENGTH, VALUE_1); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
784 .insert_with_name_literal(HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
799 .insert_with_name_literal(HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-qpack/src/
H A Dencoder.rs633 const HEADER_CONTENT_LENGTH: &[u8] = &[ const
669 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insert_with_name_literal_1()
687 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insert_with_name_literal_2()
868 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insertion_blocked_on_insert_count_feedback()
876 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_insert_count_feedback()
887 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_insert_count_feedback()
907 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
927 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
943 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
987 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in max_block_streams1()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-qpack/src/
H A Dencoder.rs638 const HEADER_CONTENT_LENGTH: &[u8] = &[ const
672 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insert_with_name_literal_1()
690 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insert_with_name_literal_2()
873 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insertion_blocked_on_insert_count_feedback()
881 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_insert_count_feedback()
892 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_insert_count_feedback()
912 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
935 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
951 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
995 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in max_block_streams1()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-qpack/src/
H A Dencoder.rs638 const HEADER_CONTENT_LENGTH: &[u8] = &[ const
672 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insert_with_name_literal_1()
690 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insert_with_name_literal_2()
873 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insertion_blocked_on_insert_count_feedback()
881 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_insert_count_feedback()
892 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_insert_count_feedback()
912 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
935 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
951 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_2); in test_insertion_blocked_on_waiting_for_header_ack_or_stream_cancel()
995 .send_and_insert(&mut encoder.conn, HEADER_CONTENT_LENGTH, VALUE_1); in max_block_streams1()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/network/
H A DHttpResponse.cpp23 HEADER_NAME(HEADER_CONTENT_LENGTH, "Content-Length")
46 setHeader(HEADER_CONTENT_LENGTH(), QByteArray::number(mBody.size())); in Q_DECLARE_LOGGING_CATEGORY()
89 setHeader(HEADER_CONTENT_LENGTH(), QByteArray::number(mBody.size())); in setBody()
/dports/editors/xi-core/xi-editor-0.3.0/rust/lsp-lib/src/
H A Dparse_helper.rs20 const HEADER_CONTENT_LENGTH: &str = "content-length"; const
31 HEADER_CONTENT_LENGTH => { in parse_header()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DHttpResponse.cpp17 #define HEADER_CONTENT_LENGTH "Content-Length" macro
85 if (m_headers[index].first.compare(HEADER_CONTENT_LENGTH) == 0) in Create()
91 m_buffer.append(HEADER_CONTENT_LENGTH); in Create()
/dports/devel/csoap/libsoap-1.1.0/nanohttp/
H A Dnanohttp-stream.c58 return hpairnode_get_ignore_case(header, HEADER_CONTENT_LENGTH) != NULL; in _http_stream_is_content_length()
104 content_length = hpairnode_get_ignore_case(header, HEADER_CONTENT_LENGTH); in http_input_stream_new()
535 content_length = hpairnode_get_ignore_case(header, HEADER_CONTENT_LENGTH); in http_output_stream_new()
H A Dnanohttp-common.h67 #define HEADER_CONTENT_LENGTH "Content-Length" macro
H A Dnanohttp-server.c475 httpd_set_header(conn, HEADER_CONTENT_LENGTH, buflen); in httpd_send_internal_error()
1140 hpairnode_get_ignore_case(req->header, HEADER_CONTENT_LENGTH); in httpd_get_postdata()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_stomp/include/
H A Drabbit_stomp_headers.hrl14 -define(HEADER_CONTENT_LENGTH, "content-length"). macro
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/public/
H A DnsMailHeaders.h26 #define HEADER_CONTENT_LENGTH "Content-Length" macro
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/http/
H A Dtypes.h45 const char HEADER_CONTENT_LENGTH[] = "content-length"; variable
H A Dresponsegenerator.cpp41 response.headers[HEADER_CONTENT_LENGTH] = QString::number(response.content.length()); in toByteArray()
H A Drequestparser.cpp113 const int contentLength = m_request.headers[HEADER_CONTENT_LENGTH].toInt(&ok); in doParse()
/dports/devel/csoap/libsoap-1.1.0/libcsoap/
H A Dsoap-server.c162 httpd_set_header(conn, HEADER_CONTENT_LENGTH, buflen); in _soap_server_send_ctx()
196 httpd_set_header(conn, HEADER_CONTENT_LENGTH, length); in _soap_server_send_description()
H A Dsoap-client.c129 httpc_set_header(conn, HEADER_CONTENT_LENGTH, tmp); in soap_client_invoke()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-openstack/src/main/java/org/apache/hadoop/fs/swift/http/
H A DSwiftProtocolConstants.java53 public static final String HEADER_CONTENT_LENGTH = "Content-Length"; field in SwiftProtocolConstants
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/streamconv/converters/
H A DnsMultiMixedConv.h204 HEADER_CONTENT_LENGTH, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/streamconv/converters/
H A DnsMultiMixedConv.h202 HEADER_CONTENT_LENGTH, enumerator
/dports/www/firefox-esr/firefox-91.8.0/netwerk/streamconv/converters/
H A DnsMultiMixedConv.h202 HEADER_CONTENT_LENGTH, enumerator
H A DnsMultiMixedConv.cpp480 mHeaderTokens[HEADER_CONTENT_LENGTH] = mTokenizer.AddCustomToken( in OnStartRequest()
944 case HEADER_CONTENT_LENGTH: in ProcessHeader()
/dports/www/firefox/firefox-99.0/netwerk/streamconv/converters/
H A DnsMultiMixedConv.h204 HEADER_CONTENT_LENGTH, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/streamconv/converters/
H A DnsMultiMixedConv.h202 HEADER_CONTENT_LENGTH, enumerator
/dports/www/pound/Pound-2.8/
H A Dpound.h437 #define HEADER_CONTENT_LENGTH 2 macro

12