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

Function bucket_socket_ex_create

modules/proxy/mod_proxy_scgi.c:162–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162static apr_bucket *bucket_socket_ex_create(socket_ex_data *data,
163 apr_bucket_alloc_t *list)
164{
165 apr_bucket *b = apr_bucket_alloc(sizeof(*b), list);
166
167 APR_BUCKET_INIT(b);
168 b->free = apr_bucket_free;
169 b->list = list;
170 return bucket_socket_ex_make(b, data);
171}
172
173
174/*

Callers 2

bucket_socket_ex_readFunction · 0.85
pass_responseFunction · 0.85

Calls 1

bucket_socket_ex_makeFunction · 0.85

Tested by

no test coverage detected