Home
last modified time | relevance | path

Searched refs:nghttp2_option (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_option.c49 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 Dnghttp2.h2439 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 Dnghttp2_option.h74 struct nghttp2_option { struct
A Dnghttp2_session.c415 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