Home
last modified time | relevance | path

Searched refs:lookup_method_token (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dhttp2.h401 int lookup_method_token(const uint8_t *name, size_t namelen);
402 int lookup_method_token(const StringRef &name);
Dshrpx_mruby_module_request.cc93 http2::lookup_method_token(reinterpret_cast<const uint8_t *>(method), n); in request_set_method()
Dhttp2.cc1382 int lookup_method_token(const StringRef &name) { in lookup_method_token() function
1383 return lookup_method_token(name.byte(), name.size()); in lookup_method_token()
1387 int lookup_method_token(const uint8_t *name, size_t namelen) { in lookup_method_token() function
Dshrpx_http2_upstream.cc354 auto method_token = http2::lookup_method_token(method->value); in on_request_headers()
741 req.method = http2::lookup_method_token(value); in on_frame_send_callback()
Dshrpx_http2_session.cc2254 auto method_token = http2::lookup_method_token(method->value); in handle_downstream_push_promise_complete()