Home
last modified time | relevance | path

Searched refs:needs_processing (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/rust/neqo-http3/src/
H A Dconnection_server.rs25 needs_processing: bool, field
39 needs_processing: false, in new()
62 self.needs_processing = true; in send_data()
85 self.needs_processing = true; in send_headers()
96 self.needs_processing = true; in stream_close_send()
111 self.needs_processing = true; in cancel_fetch()
122 self.needs_processing = true; in stream_stop_sending()
134 self.needs_processing = true; in stream_reset_send()
145 self.needs_processing = true; in webtransport_session_accept()
167 self.needs_processing = true; in webtransport_close_session()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-http3/src/
H A Dconnection_server.rs20 needs_processing: bool, field
34 needs_processing: false, in new()
56 self.needs_processing = true; in stream_reset()
84 if self.needs_processing { in should_be_processed()
85 self.needs_processing = false; in should_be_processed()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-http3/src/
H A Dconnection_server.rs23 needs_processing: bool, field
37 needs_processing: false, in new()
67 self.needs_processing = true; in stream_reset()
92 if self.needs_processing { in should_be_processed()
93 self.needs_processing = false; in should_be_processed()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-http3/src/
H A Dconnection_server.rs23 needs_processing: bool, field
37 needs_processing: false, in new()
67 self.needs_processing = true; in stream_reset()
92 if self.needs_processing { in should_be_processed()
93 self.needs_processing = false; in should_be_processed()
/dports/textproc/py-qrcode/qrcode-7.3/qrcode/image/
H A Dbase.py10 needs_processing = False variable in BaseImage
H A Dstyledpil.py36 needs_processing = True variable in StyledPilImage
/dports/net/sems/sems-f89581a/core/
H A DAmB2BMedia.cpp563 bool needs_processing = a && b && a->getRtpRelayMode() == AmB2BSession::RTP_Transcoding;
581 if (i->requiresProcessing()) needs_processing = true;
602 if (needs_processing) {
897 bool needs_processing = a && b && a->getRtpRelayMode() == AmB2BSession::RTP_Transcoding;
906 if (i->requiresProcessing()) needs_processing = true;
917 if (needs_processing) {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/dustmask/
H A Dsymdust.hpp251 bool needs_processing() const in needs_processing() function in CSymDustMasker::triplets
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/algo/dustmask/
H A Dsymdust.hpp251 bool needs_processing() const in needs_processing() function in CSymDustMasker::triplets
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/dustmask/
H A Dsymdust.cpp252 if( w.needs_processing() ) { in operator ()()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/dustmask/
H A Dsymdust.cpp252 if( w.needs_processing() ) { in operator ()()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dhandle_liquid.cpp368 if( target.item_loc->needs_processing() ) { in perform_liquid_transfer()
H A Dvehicle_part.cpp401 return it.needs_processing(); in process_contents()
H A Dinventory.cpp933 if( elem_stack_iter.needs_processing() ) { in active_items()
H A Dplayer.cpp1144 if( weapon.needs_processing() && weapon.process( this, pos() ) ) { in process_items()
1154 if( it->needs_processing() ) { in process_items()
H A Ditem.h1183 bool needs_processing() const;
H A Dsavegame_json.cpp2980 if( it->needs_processing() ) { in deserialize()
4220 if( it.needs_processing() ) { in load()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dhandle_liquid.cpp368 if( target.item_loc->needs_processing() ) { in perform_liquid_transfer()
H A Dvehicle_part.cpp401 return it.needs_processing(); in process_contents()
H A Dinventory.cpp933 if( elem_stack_iter.needs_processing() ) { in active_items()
H A Dplayer.cpp1144 if( weapon.needs_processing() && weapon.process( this, pos() ) ) { in process_items()
1154 if( it->needs_processing() ) { in process_items()
H A Ditem.h1183 bool needs_processing() const;
H A Dsavegame_json.cpp2980 if( it->needs_processing() ) { in deserialize()
4220 if( it.needs_processing() ) { in load()
/dports/textproc/py-qrcode/qrcode-7.3/qrcode/
H A Dmain.py308 if im.needs_processing:
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dgraphics.c437 bool needs_processing = g->compressed || data_fmt == PNG; in process_image_data() local
438 if (needs_processing) { in process_image_data()

12