MCPcopy Create free account
hub / github.com/apache/httpd / char_buffer_write

Function char_buffer_write

modules/ssl/ssl_engine_io.c:371–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371static 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.

Callers 2

ssl_io_input_readFunction · 0.85
ssl_io_input_getlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected