Searched refs:ssltunnel_pool (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/serf/
H A Dssltunnel.c178 apr_pool_t *ssltunnel_pool; local
180 apr_pool_create(&ssltunnel_pool, conn->pool);
182 ctx = apr_palloc(ssltunnel_pool, sizeof(*ctx));
183 ctx->pool = ssltunnel_pool;

Completed in 57 milliseconds