Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http2-util-update-options-buffer.js26 const IDX_OPTIONS_FLAGS = 10; constant
53 const flags = optionsBuffer[IDX_OPTIONS_FLAGS];
86 const flags = optionsBuffer[IDX_OPTIONS_FLAGS];
/third_party/node/src/
Dnode_http2_state.h58 IDX_OPTIONS_FLAGS enumerator
109 IDX_OPTIONS_FLAGS + 1, in Http2State()
137 uint32_t options_buffer[IDX_OPTIONS_FLAGS + 1];
Dnode_http2.cc130 uint32_t flags = buffer[IDX_OPTIONS_FLAGS]; in Http2Options()
/third_party/node/lib/internal/http2/
Dutil.js222 const IDX_OPTIONS_FLAGS = 10; constant
276 optionsBuffer[IDX_OPTIONS_FLAGS] = flags;