Lines Matching defs:client
314 struct client {
361 SPLAY_ENTRY(client) clt_nodes;
363 SPLAY_HEAD(client_tree, client);
642 void server_log(struct client *, const char *);
645 void server_close(struct client *, const char *);
646 void server_dump(struct client *, const void *, size_t);
647 int server_client_cmp(struct client *, struct client *);
648 int server_bufferevent_printf(struct client *, const char *, ...)
650 int server_bufferevent_print(struct client *, const char *);
651 int server_bufferevent_write_buffer(struct client *,
653 int server_bufferevent_write_chunk(struct client *,
656 int server_bufferevent_write(struct client *, void *, size_t);
666 SPLAY_PROTOTYPE(client_tree, client, clt_nodes, server_client_cmp);
671 int server_httpdesc_init(struct client *);
673 void server_abort_http(struct client *, unsigned int, const char *);
683 int server_writeheader_http(struct client *clt, struct kv *, void *);
684 int server_headers(struct client *, void *,
685 int (*)(struct client *, struct kv *, void *), void *);
686 int server_writeresponse_http(struct client *);
687 int server_response_http(struct client *, unsigned int,
689 void server_reset_http(struct client *);
690 void server_close_http(struct client *);
691 int server_response(struct httpd *, struct client *);
695 server_getlocation(struct client *, const char *);
701 int server_log_http(struct client *, unsigned int, size_t);
704 int server_file(struct httpd *, struct client *);
708 int server_fcgi(struct httpd *, struct client *);
709 int fcgi_add_stdin(struct client *, struct evbuffer *);