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

/httpd/include/
H A Dhttpd.h760 typedef struct conn_slave_rec conn_slave_rec; typedef in typeref:struct:conn_slave_rec
1179 /** Array of slave connections (conn_slave_rec *) for this connection. */
1192 struct conn_slave_rec { struct
/httpd/server/
H A Dcore.c4911 c->slaves = apr_array_make(c->pool, 20, sizeof(conn_slave_rec *));
5013 conn_slave_rec *new;

Completed in 875 milliseconds