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

/httpd/include/
H A Dhttp_vhost.h76 * For every virtual host on this connection, call func_cb.
78 * @param func_cb Function called for every Name Based Virtual Host for this
80 * @param baton Opaque object passed to func_cb.
81 * @return The return value from func_cb.
82 * @note If func_cb returns non-zero, the function will return at this point,
86 ap_vhost_iterate_conn_cb func_cb,
/httpd/server/
H A Dvhost.c1193 * For every virtual host on this connection, call func_cb.
1196 ap_vhost_iterate_conn_cb func_cb,
1229 rv = func_cb(baton, conn, s);
1237 rv = func_cb(baton, conn, conn->base_server);
1195 ap_vhost_iterate_given_conn(conn_rec *conn, ap_vhost_iterate_conn_cb func_cb, void* baton) argument

Completed in 25 milliseconds