HomeSort by relevance Sort by last modified time
    Searched refs:next_stream_id (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/pci/
pcie_layerscape_fixup.c 36 static int next_stream_id = FSL_PEX_STREAM_ID_START; local
38 if (next_stream_id > FSL_PEX_STREAM_ID_END)
41 return next_stream_id++;
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
chttp2_transport.cc 248 if ((t->next_stream_id & 1) != (value & 1)) {
250 GRPC_ARG_HTTP2_INITIAL_SEQUENCE_NUMBER, t->next_stream_id & 1,
253 t->next_stream_id = static_cast<uint32_t>(value);
479 t->next_stream_id = is_client ? 1 : 2;
    [all...]
internal.h 368 copied to next_stream_id in parsing when parsing commences */
369 uint32_t next_stream_id; member in struct:grpc_chttp2_transport
parsing.cc 562 t->incoming_stream_id < t->next_stream_id)) {
  /external/adhd/cras/src/libcras/
cras_client.c 202 * next_stream_id - ID to give the next stream.
231 cras_stream_id_t next_stream_id; member in struct:cras_client
    [all...]

Completed in 170 milliseconds