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

/freebsd-10-stable/contrib/serf/
H A Dssltunnel.c173 apr_pool_t *ssltunnel_pool; local
175 apr_pool_create(&ssltunnel_pool, conn->pool);
177 ctx = apr_palloc(ssltunnel_pool, sizeof(*ctx));
178 ctx->pool = ssltunnel_pool;

Completed in 93 milliseconds