/external/libmicrohttpd/src/microspdy/ |
D | session.h | 44 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 …]
|
D | io.h | 105 (*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,
|
D | io_openssl.h | 84 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);
|
D | io_raw.h | 76 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);
|
D | io_raw.c | 62 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()
|
D | structures.h | 446 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;
|
D | io_openssl.c | 134 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()
|
D | session.c | 44 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 …]
|
D | daemon.c | 76 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()
|
D | stream.h | 44 SPDYF_stream_new (struct SPDY_Session *session); 74 SPDYF_stream_find(uint32_t stream_id, struct SPDY_Session * session);
|
D | stream.c | 32 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()
|
D | applicationlayer.c | 669 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()
|
D | io.c | 58 SPDYF_io_set_session(struct SPDY_Session *session, in SPDYF_io_set_session()
|
/external/libmicrohttpd/src/include/ |
D | microspdy.h | 280 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/ |
D | test_session_timeout.c | 86 struct SPDY_Session * session) in new_session_cb() 99 struct SPDY_Session * session, in closed_session_cb()
|
D | test_misc.c | 46 struct SPDY_Session *session1; 47 struct SPDY_Session *session2;
|
D | test_request_response.c | 862 struct SPDY_Session * session, in session_closed_handler()
|
D | test_notls.c | 805 struct SPDY_Session * session, in session_closed_handler()
|
D | test_new_connection.c | 826 struct SPDY_Session * session) in new_session_callback()
|
/external/libmicrohttpd/src/examples/ |
D | spdy_event_loop.c | 56 struct SPDY_Session * session) in new_session_callback() 98 struct SPDY_Session * session, in session_closed_handler()
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 368 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()
|