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

/httpd/server/mpm/simple/
H A Dsimple_types.h117 typedef struct simple_conn_t simple_conn_t; typedef in typeref:struct:simple_conn_t
118 struct simple_conn_t struct
H A Dsimple_io.c36 simple_conn_t *scon = (simple_conn_t *) baton;
47 static apr_status_t simple_io_process(simple_conn_t * scon)
188 simple_conn_t *scon = (simple_conn_t *) sb->baton;
209 simple_conn_t *scon = (simple_conn_t *) baton;
282 simple_conn_t *scon = apr_pcalloc(ptrans, sizeof(simple_conn_t));

Completed in 58 milliseconds