|
Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
Data Fields | |
| double | session_state_buffer [IDX_SESSION_STATE_COUNT] |
| double | stream_state_buffer [IDX_STREAM_STATE_COUNT] |
| uint32_t | padding_buffer [PADDING_BUF_FIELD_COUNT] |
| uint32_t | options_buffer [IDX_OPTIONS_FLAGS+1] |
| uint32_t | settings_buffer [IDX_SETTINGS_COUNT+1] |
Definition at line 69 of file node_http2.cc.
| uint32_t options_buffer[IDX_OPTIONS_FLAGS+1] |
Definition at line 74 of file node_http2.cc.
Referenced by node::http2::Initialize().
| uint32_t padding_buffer[PADDING_BUF_FIELD_COUNT] |
Definition at line 73 of file node_http2.cc.
Referenced by node::http2::Initialize().
| double session_state_buffer[IDX_SESSION_STATE_COUNT] |
Definition at line 71 of file node_http2.cc.
Referenced by node::http2::Initialize().
| uint32_t settings_buffer[IDX_SETTINGS_COUNT+1] |
Definition at line 75 of file node_http2.cc.
Referenced by node::http2::Initialize().
| double stream_state_buffer[IDX_STREAM_STATE_COUNT] |
Definition at line 72 of file node_http2.cc.
Referenced by node::http2::Initialize().