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

Function bucket_socket_ex_make

modules/proxy/mod_proxy_scgi.c:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151};
152
153static apr_bucket *bucket_socket_ex_make(apr_bucket *b, socket_ex_data *data)
154{
155 b->type = &bucket_type_socket_ex;
156 b->length = (apr_size_t)(-1);
157 b->start = -1;
158 b->data = data;
159 return b;
160}
161
162static apr_bucket *bucket_socket_ex_create(socket_ex_data *data,
163 apr_bucket_alloc_t *list)

Callers 1

bucket_socket_ex_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected