Home
last modified time | relevance | path

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

/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/t/
H A D60_chart_generic.t424 # Test the _store_frame() method.
426 $caption = " \tChart: _store_frame()";
432 $got = unpack_record( $chart->_store_frame( 0x00, 0x03 ) );
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/lib/Spreadsheet/WriteExcel/
H A DChart.pm1140 $self->_store_frame( 0x00, 0x03 );
1171 $self->_store_frame( 0x00, 0x02 );
1825 sub _store_frame { subroutine
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DP_QUICNetVConnection.h319 …Ptr<IOBufferBlock> _store_frame(Ptr<IOBufferBlock> parent_block, size_t &size_added, uint64_t &max…
H A DQUICNetVConnection.cc1618 QUICNetVConnection::_store_frame(Ptr<IOBufferBlock> parent_block, size_t &size_added, uint64_t &max… in _store_frame() function in QUICNetVConnection
1715 last_block = this->_store_frame(last_block, size_added, max_frame_size, *frame, frames); in _packetize_frames()
1772 last_block = this->_store_frame(last_block, size_added, max_frame_size, *frame, frames); in _packetize_closing_frame()