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

/httpd/include/
H A Dhttpd.h1182 /** The "real" master connection. NULL if I am the master. */
1183 conn_rec *master; member in struct:conn_rec
/httpd/server/
H A Dcore.c5000 /* only the master connection talks to the network */
5001 if (c->master == NULL) {
5020 sc->master = c;

Completed in 672 milliseconds