Searched defs:ws_baton_t (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_wstunnel.c28 typedef struct ws_baton_t { struct
37 } ws_baton_t; typedef in typeref:struct:ws_baton_t
45 static int proxy_wstunnel_pump(ws_baton_t *baton, apr_time_t timeout, int try_async) {
147 static void proxy_wstunnel_finish(ws_baton_t *baton) {
165 ws_baton_t *baton = (ws_baton_t*)b;
179 ws_baton_t *baton = (ws_baton_t*)b;
350 ws_baton_t *baton = apr_pcalloc(r->pool, sizeof(ws_baton_t));
[all...]

Completed in 51 milliseconds