Searched defs:clt (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/httpd/
H A Dserver_fcgi.c89 server_fcgi(struct httpd *env, struct client *clt) argument
415 fcgi_add_stdin(struct client *clt, struct evbuffer *evbuf) argument
440 fcgi_add_param(struct server_fcgi_param *p, const char *key, const char *val, struct client *clt) argument
498 struct client *clt = arg; local
518 struct client *clt = (struct client *) arg; local
640 server_fcgi_header(struct client *clt, unsigned int code) argument
739 server_fcgi_writeheader(struct client *clt, struct kv *hdr, void *arg) argument
788 server_fcgi_writechunk(struct client *clt) argument
813 server_fcgi_getheaders(struct client *clt) argument
[all...]
H A Dserver_file.c60 server_file_access(struct httpd *env, struct client *clt, argument
215 server_file(struct httpd *env, struct client *clt) argument
254 server_file_method(struct client *clt) argument
271 server_file_request(struct httpd *env, struct client *clt, struct media_type *media, int fd, const struct stat *st) argument
346 server_partial_file_request(struct httpd *env, struct client *clt, struct media_type *media, int fd, const struct stat *st, char *range_str) argument
482 server_file_index(struct httpd *env, struct client *clt, int fd, struct stat *st) argument
658 struct client *clt = arg; local
741 parse_ranges(struct client *clt, char *str, size_t file_sz) argument
[all...]
H A Dserver.c433 struct client *clt; local
784 struct client *clt = bufev->cbarg; local
846 struct client *clt = bufev->cbarg; local
887 server_input(struct client *clt) argument
940 struct client *clt = arg; local
964 server_dump(struct client *clt, const void *buf, size_t len) argument
984 struct client *clt = arg; local
1013 struct client *clt = arg; local
1058 struct client *clt = NULL; local
1168 struct client *clt = (struct client *)arg; local
1199 server_inflight_dec(struct client *clt, const char *why) argument
1254 server_log(struct client *clt, const char *msg) argument
1299 server_close(struct client *clt, const char *msg) argument
1424 server_bufferevent_printf(struct client *clt, const char *fmt, ...) argument
1444 server_bufferevent_print(struct client *clt, const char *str) argument
1452 server_bufferevent_write_buffer(struct client *clt, struct evbuffer *buf) argument
1460 server_bufferevent_write_chunk(struct client *clt, struct evbuffer *buf, size_t size) argument
1471 server_bufferevent_write(struct client *clt, void *data, size_t size) argument
[all...]
H A Dserver_http.c82 server_httpdesc_init(struct client *clt) argument
129 server_http_authenticate(struct server_config *srv_conf, struct client *clt) argument
226 struct client *clt = arg; local
514 struct client *clt = arg; local
563 struct client *clt = arg; local
676 struct client *clt = arg; local
770 server_reset_http(struct client *clt) argument
884 server_abort_http(struct client *clt, unsigned int code, const char *msg) argument
1080 server_close_http(struct client *clt) argument
1100 server_expand_http(struct client *clt, const char *val, char *buf, size_t len) argument
1262 server_response(struct httpd *httpd, struct client *clt) argument
1470 server_getlocation(struct client *clt, const char *path) argument
1534 server_response_http(struct client *clt, unsigned int code, struct media_type *media, off_t size, time_t mtime) argument
1624 server_writeresponse_http(struct client *clt) argument
1642 server_writeheader_http(struct client *clt, struct kv *hdr, void *arg) argument
1667 server_headers(struct client *clt, void *descp, int (*hdr_cb)(struct client *, struct kv *, void *), void *arg) argument
1817 server_log_http(struct client *clt, unsigned int code, size_t len) argument
[all...]

Completed in 120 milliseconds