| 369 | } |
| 370 | |
| 371 | static int char_buffer_write(char_buffer_t *buffer, char *in, int inl) |
| 372 | { |
| 373 | buffer->value = in; |
| 374 | buffer->length = inl; |
| 375 | return inl; |
| 376 | } |
| 377 | |
| 378 | /* This function will read from a brigade and discard the read buckets as it |
| 379 | * proceeds. It will read at most *len bytes. |
no outgoing calls
no test coverage detected