| 491 | } |
| 492 | |
| 493 | static inline void |
| 494 | append_field_1_bytes (mbbuf_t *mbbuf, mcel_t g, idx_t *n_bytes) |
| 495 | { |
| 496 | append_field_1_chunk (mbbuf_char_offset (mbbuf, g), g.len, n_bytes); |
| 497 | } |
| 498 | |
| 499 | static enum field_terminator |
| 500 | scan_mb_blank_field (mbbuf_t *mbbuf, struct mbfield_parser *parser, |
no test coverage detected