| 339 | }; |
| 340 | |
| 341 | static inline void |
| 342 | bytesearch_context_reset (struct bytesearch_context *ctx) |
| 343 | { |
| 344 | ctx->mode = BYTESEARCH_FIELDS; |
| 345 | ctx->line_end = NULL; |
| 346 | ctx->line_end_known = false; |
| 347 | } |
| 348 | |
| 349 | struct mbfield_parser |
| 350 | { |
no outgoing calls
no test coverage detected