Symbol: http_connection
usr.sbin/rpki-client/http.c
1014
http_connect_done(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1025
http_connect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1094
http_finish_connect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1117
http_tls_connect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1144
http_tls_handshake(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1161
proxy_connect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
119
LIST_ENTRY(http_connection) entry;
usr.sbin/rpki-client/http.c
1198
http_request(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1268
http_parse_status(struct http_connection *conn, char *buf)
usr.sbin/rpki-client/http.c
1327
http_isbodyless(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1340
http_isredirect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1349
http_isok(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1357
http_redirect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1383
http_parse_header(struct http_connection *conn, char *buf)
usr.sbin/rpki-client/http.c
147
LIST_HEAD(http_conn_list, http_connection);
usr.sbin/rpki-client/http.c
1522
http_get_line(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1553
http_parse_chunked(struct http_connection *conn, char *buf)
usr.sbin/rpki-client/http.c
1572
http_read(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1769
http_write(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1805
proxy_read(struct http_connection *conn)
usr.sbin/rpki-client/http.c
182
static int http_inflate_new(struct http_connection *);
usr.sbin/rpki-client/http.c
183
static void http_inflate_free(struct http_connection *);
usr.sbin/rpki-client/http.c
184
static void http_inflate_done(struct http_connection *);
usr.sbin/rpki-client/http.c
185
static int http_inflate_data(struct http_connection *);
usr.sbin/rpki-client/http.c
186
static enum res http_inflate_advance(struct http_connection *);
usr.sbin/rpki-client/http.c
1870
proxy_write(struct http_connection *conn)
usr.sbin/rpki-client/http.c
190
static void http_free(struct http_connection *);
usr.sbin/rpki-client/http.c
1904
http_close(struct http_connection *conn)
usr.sbin/rpki-client/http.c
192
static enum res http_done(struct http_connection *, enum http_result);
usr.sbin/rpki-client/http.c
193
static enum res http_failed(struct http_connection *);
usr.sbin/rpki-client/http.c
1933
data_write(struct http_connection *conn)
usr.sbin/rpki-client/http.c
196
static void http_do(struct http_connection *,
usr.sbin/rpki-client/http.c
197
enum res (*)(struct http_connection *));
usr.sbin/rpki-client/http.c
1989
data_inflate_write(struct http_connection *conn)
usr.sbin/rpki-client/http.c
200
static enum res http_connect(struct http_connection *);
usr.sbin/rpki-client/http.c
201
static enum res http_request(struct http_connection *);
usr.sbin/rpki-client/http.c
202
static enum res http_close(struct http_connection *);
usr.sbin/rpki-client/http.c
203
static enum res http_handle(struct http_connection *);
usr.sbin/rpki-client/http.c
2032
http_handle(struct http_connection *conn)
usr.sbin/rpki-client/http.c
206
static enum res http_finish_connect(struct http_connection *);
usr.sbin/rpki-client/http.c
207
static enum res proxy_connect(struct http_connection *);
usr.sbin/rpki-client/http.c
208
static enum res http_tls_connect(struct http_connection *);
usr.sbin/rpki-client/http.c
209
static enum res http_tls_handshake(struct http_connection *);
usr.sbin/rpki-client/http.c
210
static enum res http_read(struct http_connection *);
usr.sbin/rpki-client/http.c
211
static enum res http_write(struct http_connection *);
usr.sbin/rpki-client/http.c
2114
struct http_connection *conn, *nc;
usr.sbin/rpki-client/http.c
212
static enum res proxy_read(struct http_connection *);
usr.sbin/rpki-client/http.c
213
static enum res proxy_write(struct http_connection *);
usr.sbin/rpki-client/http.c
214
static enum res data_write(struct http_connection *);
usr.sbin/rpki-client/http.c
215
static enum res data_inflate_write(struct http_connection *);
usr.sbin/rpki-client/http.c
238
ip_info(const struct http_connection *conn)
usr.sbin/rpki-client/http.c
253
conn_info(const struct http_connection *conn)
usr.sbin/rpki-client/http.c
656
struct http_connection *conn;
usr.sbin/rpki-client/http.c
696
http_inflate_new(struct http_connection *conn)
usr.sbin/rpki-client/http.c
723
http_inflate_free(struct http_connection *conn)
usr.sbin/rpki-client/http.c
735
http_inflate_done(struct http_connection *conn)
usr.sbin/rpki-client/http.c
747
http_inflate_data(struct http_connection *conn)
usr.sbin/rpki-client/http.c
790
http_inflate_advance(struct http_connection *conn)
usr.sbin/rpki-client/http.c
840
struct http_connection *conn;
usr.sbin/rpki-client/http.c
881
http_free(struct http_connection *conn)
usr.sbin/rpki-client/http.c
913
http_done(struct http_connection *conn, enum http_result res)
usr.sbin/rpki-client/http.c
962
http_failed(struct http_connection *conn)
usr.sbin/rpki-client/http.c
979
http_connect_failed(struct http_connection *conn)
usr.sbin/rpki-client/http.c
993
http_do(struct http_connection *conn, enum res (*f)(struct http_connection *))