Lines Matching defs:SPAN_CALLBACK_MAYBE
18 #define SPAN_CALLBACK_MAYBE(PARSER, NAME, START, LEN) \
330 SPAN_CALLBACK_MAYBE(s, on_url, p, endp - p);
344 SPAN_CALLBACK_MAYBE(s, on_status, p, endp - p);
358 SPAN_CALLBACK_MAYBE(s, on_method, p, endp - p);
372 SPAN_CALLBACK_MAYBE(s, on_version, p, endp - p);
386 SPAN_CALLBACK_MAYBE(s, on_header_field, p, endp - p);
400 SPAN_CALLBACK_MAYBE(s, on_header_value, p, endp - p);
428 SPAN_CALLBACK_MAYBE(s, on_body, p, endp - p);
442 SPAN_CALLBACK_MAYBE(s, on_chunk_extension_name, p, endp - p);
456 SPAN_CALLBACK_MAYBE(s, on_chunk_extension_value, p, endp - p);