Home
last modified time | relevance | path

Searched refs:SPDY_Session (Results 1 – 21 of 21) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dsession.h44 SPDYF_session_read (struct SPDY_Session *session);
68 SPDYF_session_write (struct SPDY_Session *session,
86 SPDYF_session_idle (struct SPDY_Session *session);
96 SPDYF_session_close (struct SPDY_Session *session);
127 struct SPDY_Session *session,
138 SPDYF_session_destroy(struct SPDY_Session *session);
153 SPDYF_prepare_goaway (struct SPDY_Session *session,
171 SPDYF_prepare_rst_stream (struct SPDY_Session *session,
188 SPDYF_prepare_window_update (struct SPDY_Session *session,
208 SPDYF_handler_write_data (struct SPDY_Session *session);
[all …]
Dio.h105 (*SPDYF_IONewSession) (struct SPDY_Session *session);
115 (*SPDYF_IOCloseSession) (struct SPDY_Session *session);
130 (*SPDYF_IORecv) (struct SPDY_Session *session,
148 (*SPDYF_IOSend) (struct SPDY_Session *session,
162 (*SPDYF_IOIsPending) (struct SPDY_Session *session);
174 (*SPDYF_IOBeforeWrite) (struct SPDY_Session *session);
187 (*SPDYF_IOAfterWrite) (struct SPDY_Session *session,
213 SPDYF_io_set_session(struct SPDY_Session *session,
Dio_raw.h76 SPDYF_raw_new_session(struct SPDY_Session *session);
86 SPDYF_raw_close_session(struct SPDY_Session *session);
101 SPDYF_raw_recv(struct SPDY_Session *session,
119 SPDYF_raw_send(struct SPDY_Session *session,
133 SPDYF_raw_is_pending(struct SPDY_Session *session);
144 SPDYF_raw_before_write(struct SPDY_Session *session);
156 SPDYF_raw_after_write(struct SPDY_Session *session, int was_written);
Dio_openssl.h84 SPDYF_openssl_new_session(struct SPDY_Session *session);
94 SPDYF_openssl_close_session(struct SPDY_Session *session);
109 SPDYF_openssl_recv(struct SPDY_Session *session,
127 SPDYF_openssl_send(struct SPDY_Session *session,
140 SPDYF_openssl_is_pending(struct SPDY_Session *session);
151 SPDYF_openssl_before_write(struct SPDY_Session *session);
163 SPDYF_openssl_after_write(struct SPDY_Session *session, int was_written);
Dio_raw.c62 SPDYF_raw_new_session(struct SPDY_Session *session) in SPDYF_raw_new_session()
86 SPDYF_raw_close_session(struct SPDY_Session *session) in SPDYF_raw_close_session()
93 SPDYF_raw_recv(struct SPDY_Session *session, in SPDYF_raw_recv()
122 SPDYF_raw_send(struct SPDY_Session *session, in SPDYF_raw_send()
151 SPDYF_raw_is_pending(struct SPDY_Session *session) in SPDYF_raw_is_pending()
160 SPDYF_raw_before_write(struct SPDY_Session *session) in SPDYF_raw_before_write()
179 SPDYF_raw_after_write(struct SPDY_Session *session, int was_written) in SPDYF_raw_after_write()
Dio_openssl.c134 SPDYF_openssl_new_session(struct SPDY_Session *session) in SPDYF_openssl_new_session()
170 SPDYF_openssl_close_session(struct SPDY_Session *session) in SPDYF_openssl_close_session()
184 SPDYF_openssl_recv(struct SPDY_Session *session, in SPDYF_openssl_recv()
219 SPDYF_openssl_send(struct SPDY_Session *session, in SPDYF_openssl_send()
255 SPDYF_openssl_is_pending(struct SPDY_Session *session) in SPDYF_openssl_is_pending()
266 SPDYF_openssl_before_write(struct SPDY_Session *session) in SPDYF_openssl_before_write()
275 SPDYF_openssl_after_write(struct SPDY_Session *session, int was_written) in SPDYF_openssl_after_write()
Dstructures.h446 int (* process_response_handler)(struct SPDY_Session *session);
534 struct SPDY_Session *session;
602 struct SPDY_Session struct
623 struct SPDY_Session *next; argument
628 struct SPDY_Session *prev; argument
680 void (*frame_handler) (struct SPDY_Session * session); argument
866 struct SPDY_Session *sessions_head; argument
871 struct SPDY_Session *sessions_tail;
876 struct SPDY_Session *cleanup_head;
881 struct SPDY_Session *cleanup_tail;
Dsession.c44 spdyf_handler_read_syn_stream (struct SPDY_Session *session) in spdyf_handler_read_syn_stream()
181 spdyf_handler_read_goaway (struct SPDY_Session *session) in spdyf_handler_read_goaway()
260 spdyf_handler_read_rst_stream (struct SPDY_Session *session) in spdyf_handler_read_rst_stream()
332 spdyf_handler_read_data (struct SPDY_Session *session) in spdyf_handler_read_data()
422 SPDYF_handler_write_syn_reply (struct SPDY_Session *session) in SPDYF_handler_write_syn_reply()
517 SPDYF_handler_write_goaway (struct SPDY_Session *session) in SPDYF_handler_write_goaway()
570 SPDYF_handler_write_data (struct SPDY_Session *session) in SPDYF_handler_write_data()
742 SPDYF_handler_write_rst_stream (struct SPDY_Session *session) in SPDYF_handler_write_rst_stream()
787 SPDYF_handler_write_window_update (struct SPDY_Session *session) in SPDYF_handler_write_window_update()
830 SPDYF_handler_ignore_frame (struct SPDY_Session *session) in SPDYF_handler_ignore_frame()
[all …]
Dstream.h44 SPDYF_stream_new (struct SPDY_Session *session);
74 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session);
Ddaemon.c76 struct SPDY_Session *session; in spdyf_cleanup_sessions()
97 struct SPDY_Session *session; in spdyf_close_all_sessions()
397 struct SPDY_Session *pos; in SPDYF_get_timeout()
439 struct SPDY_Session *pos; in SPDYF_get_fdset()
476 struct SPDY_Session *pos; in SPDYF_run()
477 struct SPDY_Session *next; in SPDYF_run()
Dstream.c32 SPDYF_stream_new (struct SPDY_Session *session) in SPDYF_stream_new()
159 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session) in SPDYF_stream_find()
Dapplicationlayer.c669 SPDY_get_remote_addr(struct SPDY_Session * session, in SPDY_get_remote_addr()
684 struct SPDY_Session *
698 SPDY_get_cls_from_session(struct SPDY_Session * session) in SPDY_get_cls_from_session()
711 SPDY_set_cls_to_session(struct SPDY_Session * session, in SPDY_set_cls_to_session()
Dio.c58 SPDYF_io_set_session(struct SPDY_Session *session, in SPDYF_io_set_session()
/external/libmicrohttpd/src/include/
Dmicrospdy.h280 struct SPDY_Session;
607 struct SPDY_Session * session);
624 struct SPDY_Session *session,
769 struct SPDY_Session *session,
802 (*SPDY_SettingsReceivedCallback) (struct SPDY_Session *session,
969 SPDY_close_session (struct SPDY_Session * session);
980 SPDY_set_cls_to_session (struct SPDY_Session *session,
992 SPDY_get_cls_from_session (struct SPDY_Session *session);
1003 SPDY_get_remote_addr (struct SPDY_Session *session,
1087 _MHD_EXTERN struct SPDY_Session *
[all …]
/external/libmicrohttpd/src/testspdy/
Dtest_misc.c46 struct SPDY_Session *session1;
47 struct SPDY_Session *session2;
Dtest_session_timeout.c86 struct SPDY_Session * session) in new_session_cb()
99 struct SPDY_Session * session, in closed_session_cb()
Dtest_notls.c805 struct SPDY_Session * session, in session_closed_handler()
Dtest_new_connection.c826 struct SPDY_Session * session) in new_session_callback()
Dtest_request_response.c862 struct SPDY_Session * session, in session_closed_handler()
/external/libmicrohttpd/src/examples/
Dspdy_event_loop.c56 struct SPDY_Session * session) in new_session_callback()
98 struct SPDY_Session * session, in session_closed_handler()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c368 struct SPDY_Session * session) in new_session_cb()
387 struct SPDY_Session * session, in session_closed_cb()
849 struct SPDY_Session *session; in standard_request_handler()