Searched refs:nghttp2_option (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_option.c | 49 int nghttp2_option_new(nghttp2_option **option_ptr) in nghttp2_option_new() 51 *option_ptr = NGHTTP2_OPTION_MALLOC(sizeof(nghttp2_option)); in nghttp2_option_new() 57 memset(*option_ptr, 0, sizeof(nghttp2_option)); in nghttp2_option_new() 61 void nghttp2_option_del(nghttp2_option *option) in nghttp2_option_del() 72 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams() 85 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) in nghttp2_option_set_no_http_messaging() 91 void nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, in nghttp2_option_set_max_reserved_remote_streams() 103 void nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_user_recv_extension_type() 114 void nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_builtin_recv_extension_type() 127 void nghttp2_option_set_no_auto_ping_ack(nghttp2_option *option, int val) in nghttp2_option_set_no_auto_ping_ack() [all …]
|
A D | nghttp2.h | 2439 struct nghttp2_option; 2447 typedef struct nghttp2_option nghttp2_option; typedef 2484 nghttp2_option *option, int val); 2502 nghttp2_option *option, uint32_t val); 2523 nghttp2_option *option, int val); 2557 nghttp2_option *option, uint32_t val); 2573 nghttp2_option *option, uint8_t type); 2592 nghttp2_option *option, uint8_t type); 2620 nghttp2_option *option, size_t val); 2632 nghttp2_option *option, size_t val); [all …]
|
A D | nghttp2_option.h | 74 struct nghttp2_option { struct
|
A D | nghttp2_session.c | 415 const nghttp2_option *option, nghttp2_mem *mem) in session_new() 608 void *user_data, const nghttp2_option *option) in nghttp2_session_client_new2() 616 void *user_data, const nghttp2_option *option, in nghttp2_session_client_new3() 645 void *user_data, const nghttp2_option *option) in nghttp2_session_server_new2() 653 void *user_data, const nghttp2_option *option, in nghttp2_session_server_new3()
|
Completed in 20 milliseconds