Home
last modified time | relevance | path

Searched refs:streamID (Results 1 – 25 of 2606) sorted by relevance

12345678910>>...105

/dports/science/cdo/cdo-2.0.0/src/
H A DShowinfo.cc32 show_year(CdoStreamID streamID) in show_year() argument
67 show_mon(CdoStreamID streamID) in show_mon() argument
102 show_date(CdoStreamID streamID) in show_date() argument
135 show_time(CdoStreamID streamID) in show_time() argument
190 show_code(CdoStreamID streamID) in show_code() argument
208 show_grid(CdoStreamID streamID) in show_grid() argument
225 show_unit(CdoStreamID streamID) in show_unit() argument
246 show_param(CdoStreamID streamID) in show_param() argument
268 show_name(CdoStreamID streamID) in show_name() argument
309 show_level(CdoStreamID streamID) in show_level() argument
[all …]
H A Dprocess_int.h17 bool cdo_stream_is_pipe(CdoStreamID streamID);
28 int cdo_inq_byteorder(CdoStreamID streamID);
29 int cdo_inq_filetype(CdoStreamID streamID);
42 void cdo_def_record(CdoStreamID streamID, int varID, int levelID);
46 void cdo_read_record(CdoStreamID streamID, Field &field);
51 void cdo_write_record(CdoStreamID streamID, Field &data);
56 int cdo_stream_inq_timestep(CdoStreamID streamID, int tsID);
57 void cdo_def_timestep(CdoStreamID streamID, int tsID);
58 int cdo_stream_inq_vlist(CdoStreamID streamID);
59 void cdo_def_vlist(CdoStreamID streamID, int vlistID);
[all …]
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dstream_write.c23 if ( CDI_Debug ) Message("streamID = %d varID = %d", streamID, varID); in cdiStreamWriteVar_()
27 stream_t *streamptr = stream_to_pointer(streamID); in cdiStreamWriteVar_()
32 if ( streamptr->curTsID == CDI_UNDEFID ) streamDefTimestep(streamID, 0); in cdiStreamWriteVar_()
138 const int vlistID = streamInqVlist(streamID); in streamWriteVarF()
155 if ( CDI_Debug ) Message("streamID = %d varID = %d", streamID, varID); in cdiStreamWriteVarSlice()
159 stream_t *streamptr = stream_to_pointer(streamID); in cdiStreamWriteVarSlice()
281 void cdiStreamWriteVarChunk_(int streamID, int varID, int memtype, in cdiStreamWriteVarChunk_() argument
286 stream_t *streamptr = stream_to_pointer(streamID); in cdiStreamWriteVarChunk_()
332 stream_t *streamptr = stream_to_pointer(streamID); in stream_write_record()
401 stream_t *streamptr = stream_to_pointer(streamID); in streamWriteRecordF()
[all …]
H A Dstream_read.c23 if ( CDI_Debug ) Message("streamID = %d varID = %d", streamID, varID); in cdiStreamReadVar()
28 stream_t *streamptr = stream_to_pointer(streamID); in cdiStreamReadVar()
101 void streamReadVar(int streamID, int varID, double *data, SizeType *nmiss) in streamReadVar() argument
104 cdiStreamReadVar(streamID, varID, MEMTYPE_DOUBLE, data, &numMiss); in streamReadVar()
128 if (cdiStreamReadVar(streamID, varID, MEMTYPE_FLOAT, data, &numMiss)) in streamReadVarF()
135 streamReadVar(streamID, varID, conversionBuffer, nmiss); in streamReadVarF()
150 if (CDI_Debug) Message("streamID = %d varID = %d", streamID, varID); in cdiStreamReadVarSlice()
155 stream_t *streamptr = stream_to_pointer(streamID); in cdiStreamReadVarSlice()
282 stream_t *streamptr = stream_to_pointer(streamID); in stream_read_record()
323 void streamReadRecord(int streamID, double *data, SizeType *nmiss) in streamReadRecord() argument
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dstream.h11 typedef struct streamID { struct
14 } streamID; argument
112 void streamIteratorStart(streamIterator *si, stream *s, streamID *start, streamID *end, int rev);
122 void streamDecodeID(void *buf, streamID *id);
123 int streamCompareID(streamID *a, streamID *b);
125 int streamIncrID(streamID *id);
126 int streamDecrID(streamID *id);
130 int streamParseID(const robj *o, streamID *id);
131 robj *createObjectFromStreamID(streamID *id);
132 int streamAppendItem(stream *s, robj **argv, int64_t numfields, streamID *added_id, streamID *use_i…
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/network/access/
H A Dqhttp2protocolhandler.cpp598 const auto streamID = inboundFrame.streamID(); in handleDATA() local
602 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleDATA()
648 const auto streamID = inboundFrame.streamID(); in handleHEADERS() local
652 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handleHEADERS()
678 const auto streamID = inboundFrame.streamID(); in handlePRIORITY() local
682 if (!activeStreams.contains(streamID) && !streamWasReset(streamID)) in handlePRIORITY()
708 const auto streamID = inboundFrame.streamID(); in handleRST_STREAM() local
781 const auto streamID = inboundFrame.streamID(); in handlePUSH_PROMISE() local
914 const auto streamID = inboundFrame.streamID(); in handleWINDOW_UPDATE() local
948 if (inboundFrame.streamID() != continuedFrames.front().streamID()) in handleCONTINUATION()
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/
H A D_http2.py269 self._requestDone(streamID)
581 d.callback(streamID)
586 def endRequest(self, streamID): argument
594 self.priority.unblock(streamID)
598 d.callback(streamID)
600 def abortRequest(self, streamID): argument
613 def _requestDone(self, streamID): argument
623 del self.streams[streamID]
662 streamID = event.stream_id
664 if streamID:
[all …]

12345678910>>...105