Symbol: http_connection
usr.sbin/rpki-client/http.c
1011
http_connect_done(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1022
http_connect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1091
http_finish_connect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1114
http_tls_connect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1141
http_tls_handshake(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1158
proxy_connect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
118
LIST_ENTRY(http_connection) entry;
usr.sbin/rpki-client/http.c
1195
http_request(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1265
http_parse_status(struct http_connection *conn, char *buf)
usr.sbin/rpki-client/http.c
1327
http_isredirect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1336
http_isok(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1344
http_redirect(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1370
http_parse_header(struct http_connection *conn, char *buf)
usr.sbin/rpki-client/http.c
146
LIST_HEAD(http_conn_list, http_connection);
usr.sbin/rpki-client/http.c
1489
http_get_line(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1520
http_parse_chunked(struct http_connection *conn, char *buf)
usr.sbin/rpki-client/http.c
1539
http_read(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1733
http_write(struct http_connection *conn)
usr.sbin/rpki-client/http.c
1769
proxy_read(struct http_connection *conn)
usr.sbin/rpki-client/http.c
181
static int http_inflate_new(struct http_connection *);
usr.sbin/rpki-client/http.c
182
static void http_inflate_free(struct http_connection *);
usr.sbin/rpki-client/http.c
183
static void http_inflate_done(struct http_connection *);
usr.sbin/rpki-client/http.c
1831
proxy_write(struct http_connection *conn)
usr.sbin/rpki-client/http.c
184
static int http_inflate_data(struct http_connection *);
usr.sbin/rpki-client/http.c
185
static enum res http_inflate_advance(struct http_connection *);
usr.sbin/rpki-client/http.c
1865
http_close(struct http_connection *conn)
usr.sbin/rpki-client/http.c
189
static void http_free(struct http_connection *);
usr.sbin/rpki-client/http.c
1894
data_write(struct http_connection *conn)
usr.sbin/rpki-client/http.c
191
static enum res http_done(struct http_connection *, enum http_result);
usr.sbin/rpki-client/http.c
192
static enum res http_failed(struct http_connection *);
usr.sbin/rpki-client/http.c
195
static void http_do(struct http_connection *,
usr.sbin/rpki-client/http.c
1950
data_inflate_write(struct http_connection *conn)
usr.sbin/rpki-client/http.c
196
enum res (*)(struct http_connection *));
usr.sbin/rpki-client/http.c
199
static enum res http_connect(struct http_connection *);
usr.sbin/rpki-client/http.c
1993
http_handle(struct http_connection *conn)
usr.sbin/rpki-client/http.c
200
static enum res http_request(struct http_connection *);
usr.sbin/rpki-client/http.c
201
static enum res http_close(struct http_connection *);
usr.sbin/rpki-client/http.c
202
static enum res http_handle(struct http_connection *);
usr.sbin/rpki-client/http.c
205
static enum res http_finish_connect(struct http_connection *);
usr.sbin/rpki-client/http.c
206
static enum res proxy_connect(struct http_connection *);
usr.sbin/rpki-client/http.c
207
static enum res http_tls_connect(struct http_connection *);
usr.sbin/rpki-client/http.c
2075
struct http_connection *conn, *nc;
usr.sbin/rpki-client/http.c
208
static enum res http_tls_handshake(struct http_connection *);
usr.sbin/rpki-client/http.c
209
static enum res http_read(struct http_connection *);
usr.sbin/rpki-client/http.c
210
static enum res http_write(struct http_connection *);
usr.sbin/rpki-client/http.c
211
static enum res proxy_read(struct http_connection *);
usr.sbin/rpki-client/http.c
212
static enum res proxy_write(struct http_connection *);
usr.sbin/rpki-client/http.c
213
static enum res data_write(struct http_connection *);
usr.sbin/rpki-client/http.c
214
static enum res data_inflate_write(struct http_connection *);
usr.sbin/rpki-client/http.c
237
ip_info(const struct http_connection *conn)
usr.sbin/rpki-client/http.c
252
conn_info(const struct http_connection *conn)
usr.sbin/rpki-client/http.c
655
struct http_connection *conn;
usr.sbin/rpki-client/http.c
695
http_inflate_new(struct http_connection *conn)
usr.sbin/rpki-client/http.c
722
http_inflate_free(struct http_connection *conn)
usr.sbin/rpki-client/http.c
734
http_inflate_done(struct http_connection *conn)
usr.sbin/rpki-client/http.c
746
http_inflate_data(struct http_connection *conn)
usr.sbin/rpki-client/http.c
789
http_inflate_advance(struct http_connection *conn)
usr.sbin/rpki-client/http.c
839
struct http_connection *conn;
usr.sbin/rpki-client/http.c
880
http_free(struct http_connection *conn)
usr.sbin/rpki-client/http.c
912
http_done(struct http_connection *conn, enum http_result res)
usr.sbin/rpki-client/http.c
959
http_failed(struct http_connection *conn)
usr.sbin/rpki-client/http.c
976
http_connect_failed(struct http_connection *conn)
usr.sbin/rpki-client/http.c
990
http_do(struct http_connection *conn, enum res (*f)(struct http_connection *))