Home
last modified time | relevance | path

Searched defs:balloc (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_objalloc.h46 nghttp3_balloc balloc; member
H A Dnghttp3_balloc.c32 void nghttp3_balloc_init(nghttp3_balloc *balloc, size_t blklen, in nghttp3_balloc_init() argument
42 void nghttp3_balloc_free(nghttp3_balloc *balloc) { in nghttp3_balloc_free() argument
50 void nghttp3_balloc_clear(nghttp3_balloc *balloc) { in nghttp3_balloc_clear() argument
62 nghttp3_balloc_get(nghttp3_balloc *balloc, void **pbuf, size_t n) nghttp3_balloc_get() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_objalloc.h45 ngtcp2_balloc balloc; member
H A Dngtcp2_balloc.c31 void ngtcp2_balloc_init(ngtcp2_balloc *balloc, size_t blklen, in ngtcp2_balloc_init() argument
41 void ngtcp2_balloc_free(ngtcp2_balloc *balloc) { in ngtcp2_balloc_free() argument
49 void ngtcp2_balloc_clear(ngtcp2_balloc *balloc) { in ngtcp2_balloc_clear() argument
61 ngtcp2_balloc_get(ngtcp2_balloc *balloc, void **pbuf, size_t n) ngtcp2_balloc_get() argument
[all...]
/third_party/nghttp2/src/
H A Dbase64.h207 StringRef decode(BlockAllocator &balloc, InputIt first, InputIt last) { in decode() argument
H A Dshrpx_http.cc38 StringRef create_error_html(BlockAllocator &balloc, unsigned int http_status) { in create_error_html() argument
60 StringRef create_forwarded(BlockAllocator &balloc, int params, in create_forwarded() argument
176 StringRef create_affinity_cookie(BlockAllocator &balloc, const StringRef &name, in create_affinity_cookie() argument
223 StringRef create_altsvc_header_value(BlockAllocator &balloc, in create_altsvc_header_value() argument
H A Dshrpx_mruby_module_env.cc176 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_fingerprint_md() local
217 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_subject_name() local
247 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_issuer_name() local
277 auto &balloc = downstream->get_block_allocator(); in env_get_tls_client_serial() local
407 auto &balloc = downstream->get_block_allocator(); in env_get_tls_session_id() local
[all...]
H A Dshrpx_mruby_module_response.cc111 auto &balloc = downstream->get_block_allocator(); in response_mod_header() local
210 auto &balloc = downstream->get_block_allocator(); in response_return() local
299 auto &balloc = downstream->get_block_allocator(); in response_send_info() local
[all...]
H A Dshrpx_mruby_module_request.cc120 auto &balloc = downstream->get_block_allocator(); in request_set_authority() local
154 auto &balloc = downstream->get_block_allocator(); in request_set_scheme() local
188 auto &balloc = downstream->get_block_allocator(); in request_set_path() local
217 auto &balloc = downstream->get_block_allocator(); in request_mod_header() local
[all...]
H A Dhttp2.cc144 StringRef stringify_status(BlockAllocator &balloc, unsigned int status_code) { in stringify_status() argument
631 StringRef rewrite_location_uri(BlockAllocator &balloc, const StringRef &uri, in rewrite_location_uri() argument
[all...]
H A Dshrpx_http2_downstream_connection.cc252 auto &balloc = downstream_->get_block_allocator(); in push_request_headers() local
H A Dshrpx_api_downstream_connection.cc109 auto &balloc = downstream_->get_block_allocator(); in send_reply() local
283 auto &balloc = downstream_->get_block_allocator(); in error_method_not_allowed() local
437 auto &balloc = downstream_->get_block_allocator(); in handle_configrevision() local
H A Dshrpx_log.cc544 StringRef construct_absolute_request_uri(BlockAllocator &balloc, in construct_absolute_request_uri() argument
593 auto &balloc = downstream->get_block_allocator(); in upstream_accesslog() local
H A Dutil.h459 StringRef make_string_ref_uint(BlockAllocator &balloc, T n) { in make_string_ref_uint() argument
[all...]
H A Dshrpx_downstream.h65 FieldStore(BlockAllocator &balloc, size_t headers_initial_capacity) in FieldStore() argument
H A Dshrpx_worker.h212 BlockAllocator balloc; member
H A DHttpServer.h141 BlockAllocator balloc; member
H A Dshrpx_worker.cc1167 match_downstream_addr_group_host( const RouterConfig &routerconf, const StringRef &host, const StringRef &path, const std::vector<std::shared_ptr<DownstreamAddrGroup>> &groups, size_t catch_all, BlockAllocator &balloc) match_downstream_addr_group_host() argument
1246 match_downstream_addr_group( const RouterConfig &routerconf, const StringRef &hostport, const StringRef &raw_path, const std::vector<std::shared_ptr<DownstreamAddrGroup>> &groups, size_t catch_all, BlockAllocator &balloc) match_downstream_addr_group() argument
[all...]
H A Dshrpx_http_downstream_connection.cc480 auto &balloc = downstream_->get_block_allocator(); in push_request_headers() local
928 auto &balloc = downstream->get_block_allocator(); in htp_hdrs_completecb() local
1176 auto &balloc = downstream->get_block_allocator(); in htp_msg_completecb() local
H A Dshrpx_https_upstream.cc142 auto &balloc = downstream->get_block_allocator(); in htp_uricb() local
257 void rewrite_request_host_path_from_uri(BlockAllocator &balloc, Request &req, in rewrite_request_host_path_from_uri() argument
344 auto &balloc = downstream->get_block_allocator(); in htp_hdrs_completecb() local
591 auto &balloc = downstream->get_block_allocator(); htp_msg_completecb() local
981 auto &balloc = downstream->get_block_allocator(); send_reply() local
1061 auto &balloc = downstream->get_block_allocator(); error_reply() local
1125 auto &balloc = downstream->get_block_allocator(); on_downstream_header_complete() local
1424 auto &balloc = downstream->get_block_allocator(); redirect_to_https() local
[all...]
H A Dshrpx_downstream.cc451 StringRef alloc_header_name(BlockAllocator &balloc, const StringRef &name) { in alloc_header_name() argument
463 void append_last_header_key(BlockAllocator &balloc, bool &key_prev, size_t &sum, in append_last_header_key() argument
480 void append_last_header_value(BlockAllocator &balloc, bool &key_prev, in append_last_header_value() argument
H A Dshrpx_tls.cc399 auto &balloc = handler->get_block_allocator(); in tls_session_new_cb() local
461 auto &balloc = handler->get_block_allocator(); in tls_session_get_cb() local
2572 StringRef get_x509_name(BlockAllocator &balloc, X509_NAME *nm) { in get_x509_name() argument
2594 StringRef get_x509_subject_name(BlockAllocator &balloc, X509 *x) { in get_x509_subject_name() argument
2598 StringRef get_x509_issuer_name(BlockAllocator &balloc, X509 *x) { in get_x509_issuer_name() argument
2602 get_x509_serial(BlockAllocator &balloc, X509 *x) get_x509_serial() argument
[all...]
H A Dshrpx_http3_upstream.cc1273 auto &balloc = downstream->get_block_allocator(); in on_downstream_header_complete() local
1694 auto &balloc = downstream->get_block_allocator(); in send_reply() local
2697 auto &balloc = downstream->get_block_allocator(); in error_reply() local
[all...]
H A Dshrpx_http2_upstream.cc112 auto &balloc = http->get_downstream()->get_block_allocator(); in upgrade_upstream() local
1523 auto &balloc = downstream->get_block_allocator(); in send_reply() local
1584 auto &balloc = downstream->get_block_allocator(); in error_reply() local
1656 auto &balloc = downstream->get_block_allocator(); on_downstream_header_complete() local
1984 auto &balloc = downstream->get_block_allocator(); redirect_to_https() local
2149 auto &balloc = downstream->get_block_allocator(); prepare_push_promise() local
2273 auto &balloc = downstream->get_block_allocator(); initiate_push() local
[all...]
H A Dshrpx_config.cc358 HeaderRefs::value_type parse_header(BlockAllocator &balloc, in parse_header() argument
699 std::vector<LogFragment> parse_log_format(BlockAllocator &balloc, in parse_log_format() argument
[all...]

Completed in 33 milliseconds

12