Home
last modified time | relevance | path

Searched defs:on_header (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_parser.h48 grpc_error* (*on_header)(void* user_data, grpc_mdelem md); member
/third_party/curl/lib/
Dhttp2.c969 static int on_header(nghttp2_session *session, const nghttp2_frame *frame, in on_header() function
/third_party/nghttp2/python/
Dnghttp2.pyx374 cdef int on_header(const uint8_t *name, size_t namelen, function
/third_party/nghttp2/src/
Dh2load.cc721 void Client::on_header(int32_t stream_id, const uint8_t *name, size_t namelen, in on_header() function in h2load::Client