Searched refs:SPAN_CALLBACK_MAYBE (Results 1 - 2 of 2) sorted by relevance
/third_party/nghttp2/third-party/llhttp/src/ |
H A D | api.c | 18 #define SPAN_CALLBACK_MAYBE(PARSER, NAME, START, LEN) \ macro 330 SPAN_CALLBACK_MAYBE(s, on_url, p, endp - p); in llhttp__on_url() 344 SPAN_CALLBACK_MAYBE(s, on_status, p, endp - p); in llhttp__on_status() 358 SPAN_CALLBACK_MAYBE(s, on_method, p, endp - p); in llhttp__on_method() 372 SPAN_CALLBACK_MAYBE(s, on_version, p, endp - p); in llhttp__on_version() 386 SPAN_CALLBACK_MAYBE(s, on_header_field, p, endp - p); in llhttp__on_header_field() 400 SPAN_CALLBACK_MAYBE(s, on_header_value, p, endp - p); in llhttp__on_header_value() 428 SPAN_CALLBACK_MAYBE(s, on_body, p, endp - p); in llhttp__on_body() 442 SPAN_CALLBACK_MAYBE(s, on_chunk_extension_name, p, endp - p); in llhttp__on_chunk_extension_name() 456 SPAN_CALLBACK_MAYBE( in llhttp__on_chunk_extension_value() [all...] |
/third_party/node/deps/llhttp/src/ |
H A D | api.c | 18 #define SPAN_CALLBACK_MAYBE(PARSER, NAME, START, LEN) \ macro 276 SPAN_CALLBACK_MAYBE(s, on_url, p, endp - p); in llhttp__on_url() 290 SPAN_CALLBACK_MAYBE(s, on_status, p, endp - p); in llhttp__on_status() 304 SPAN_CALLBACK_MAYBE(s, on_header_field, p, endp - p); in llhttp__on_header_field() 318 SPAN_CALLBACK_MAYBE(s, on_header_value, p, endp - p); in llhttp__on_header_value() 346 SPAN_CALLBACK_MAYBE(s, on_body, p, endp - p); in llhttp__on_body() 360 SPAN_CALLBACK_MAYBE(s, on_chunk_parameters, p, endp - p); in llhttp__on_chunk_parameters()
|
Completed in 2 milliseconds