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

/httpd/server/
H A Dcore_filters.c98 core_net_rec *net = f->ctx; local
99 core_ctx_t *ctx = net->in_ctx;
119 net->in_ctx = ctx = apr_palloc(f->c->pool, sizeof(*ctx));
123 rv = ap_run_insert_network_bucket(f->c, ctx->b, net->client_socket);
374 core_net_rec *net = f->ctx; local
375 core_output_filter_ctx_t *ctx = net->out_ctx;
393 net->out_ctx = (core_output_filter_ctx_t *)ctx;
469 rv = send_brigade_nonblocking(net->client_socket, bb,
556 rv = send_brigade_blocking(net->client_socket, bb,
584 rv = send_brigade_nonblocking(net
[all...]
H A Dcore.c4962 core_net_rec *net = apr_palloc(c->pool, sizeof(*net)); local
4994 net->c = c;
4995 net->in_ctx = NULL;
4996 net->out_ctx = NULL;
4997 net->client_socket = csd;
4999 ap_set_core_module_config(net->c->conn_config, csd);
5002 ap_add_input_filter_handle(ap_core_input_filter_handle, net, NULL,
5003 net->c);
5004 ap_add_output_filter_handle(ap_core_output_filter_handle, net, NUL
[all...]

Completed in 25 milliseconds