Home
last modified time | relevance | path

Searched refs:force_flush (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Seq/Meta/
H A DArray.pm188 $forceflush && $self->force_flush($forceflush);
271 $self->_do_flush if $self->force_flush;
431 $self->_do_flush if $self->force_flush;
541 sub force_flush { subroutine
546 $self->{force_flush} = 1;
549 $self->{force_flush} = 0;
553 return $self->{force_flush};
606 return 1 if $self->force_flush;
/dports/games/simutrans/simutrans-121.0/utils/
H A Dlog.cc58 if( force_flush ) { in debug()
101 if( force_flush ) { in message()
144 if( force_flush ) { in warning()
187 if( force_flush ) { in error()
233 if( force_flush ) { in doubled()
270 if ( force_flush ) { in fatal()
366 if( force_flush ) { in vmessage()
381 log_t::log_t( const char *logfilename, bool force_flush, bool log_debug, bool log_console, const ch… in log_t() argument
385 this->force_flush = force_flush; /* if true will always flush when */ in log_t()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Seq/
H A DMeta.pm246 $forceflush && $self->force_flush($forceflush);
322 if $self->force_flush && not defined $self->{'_meta'}->{$name};
325 $self->_do_flush if $self->force_flush;
578 sub force_flush { subroutine
583 $self->{force_flush} = 1;
586 $self->{force_flush} = 0;
590 return $self->{force_flush};
642 return 1 if $self->force_flush;
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/Seq/
H A DMetaSeq.t24 ok $seq->force_flush(1);
28 ok not $seq->force_flush(0);
34 ok $seq->force_flush(1);
37 ok not $seq->force_flush(0);
41 ok $seq->force_flush(1);
45 ok not $seq->force_flush(0);
74 $seq->force_flush(1);
80 $seq->force_flush(0);
280 ok $seq->force_flush(1);
294 ok $seq->force_flush(1);
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/ngs/include/ngs/
H A Dprotocol_encoder.h80 bool force_flush = false);
85 void send_local_warning(const std::string &data, bool force_flush = false);
113 bool enqueue_buffer(Output_buffer *buffer, bool force_flush); // ownership of buffer is taken
136 Frame_scope scope, bool force_flush = false);
155 bool enqueue_buffer(int8_t type, bool force_flush = false);
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/ngs/include/ngs/
H A Dprotocol_encoder.h80 bool force_flush = false);
85 void send_local_warning(const std::string &data, bool force_flush = false);
113 bool enqueue_buffer(Output_buffer *buffer, bool force_flush); // ownership of buffer is taken
136 Frame_scope scope, bool force_flush = false);
155 bool enqueue_buffer(int8_t type, bool force_flush = false);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/ngs/include/ngs/
H A Dprotocol_encoder.h80 bool force_flush = false);
85 void send_local_warning(const std::string &data, bool force_flush = false);
113 bool enqueue_buffer(Output_buffer *buffer, bool force_flush); // ownership of buffer is taken
136 Frame_scope scope, bool force_flush = false);
155 bool enqueue_buffer(int8_t type, bool force_flush = false);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/ngs/include/ngs/
H A Dprotocol_encoder.h80 bool force_flush = false);
85 void send_local_warning(const std::string &data, bool force_flush = false);
113 bool enqueue_buffer(Output_buffer *buffer, bool force_flush); // ownership of buffer is taken
136 Frame_scope scope, bool force_flush = false);
155 bool enqueue_buffer(int8_t type, bool force_flush = false);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/ngs/include/ngs/
H A Dprotocol_encoder.h80 bool force_flush = false);
85 void send_local_warning(const std::string &data, bool force_flush = false);
113 bool enqueue_buffer(Output_buffer *buffer, bool force_flush); // ownership of buffer is taken
136 Frame_scope scope, bool force_flush = false);
155 bool enqueue_buffer(int8_t type, bool force_flush = false);
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/ngs/include/ngs/
H A Dprotocol_encoder.h80 bool force_flush = false);
85 void send_local_warning(const std::string &data, bool force_flush = false);
113 bool enqueue_buffer(Output_buffer *buffer, bool force_flush); // ownership of buffer is taken
136 Frame_scope scope, bool force_flush = false);
155 bool enqueue_buffer(int8_t type, bool force_flush = false);
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/ngs/src/
H A Dprotocol_encoder.cc140 bool force_flush) in send_local_notice() argument
144 send_notice(type, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_notice()
158 void Protocol_encoder::send_local_warning(const std::string &data, bool force_flush) in send_local_warning() argument
162 send_notice(k_notice_warning, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_warning()
295 Frame_scope scope, bool force_flush) in send_notice() argument
303 enqueue_buffer(Mysqlx::ServerMessages::NOTICE, force_flush); in send_notice()
372 bool Protocol_encoder::enqueue_buffer(int8_t type, bool force_flush) in enqueue_buffer() argument
375 bool can_buffer = (!force_flush) && in enqueue_buffer()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/ngs/src/
H A Dprotocol_encoder.cc140 bool force_flush) in send_local_notice() argument
144 send_notice(type, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_notice()
158 void Protocol_encoder::send_local_warning(const std::string &data, bool force_flush) in send_local_warning() argument
162 send_notice(k_notice_warning, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_warning()
295 Frame_scope scope, bool force_flush) in send_notice() argument
303 enqueue_buffer(Mysqlx::ServerMessages::NOTICE, force_flush); in send_notice()
372 bool Protocol_encoder::enqueue_buffer(int8_t type, bool force_flush) in enqueue_buffer() argument
375 bool can_buffer = (!force_flush) && in enqueue_buffer()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/ngs/src/
H A Dprotocol_encoder.cc140 bool force_flush) in send_local_notice() argument
144 send_notice(type, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_notice()
158 void Protocol_encoder::send_local_warning(const std::string &data, bool force_flush) in send_local_warning() argument
162 send_notice(k_notice_warning, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_warning()
295 Frame_scope scope, bool force_flush) in send_notice() argument
303 enqueue_buffer(Mysqlx::ServerMessages::NOTICE, force_flush); in send_notice()
372 bool Protocol_encoder::enqueue_buffer(int8_t type, bool force_flush) in enqueue_buffer() argument
375 bool can_buffer = (!force_flush) && in enqueue_buffer()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/ngs/src/
H A Dprotocol_encoder.cc140 bool force_flush) in send_local_notice() argument
144 send_notice(type, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_notice()
158 void Protocol_encoder::send_local_warning(const std::string &data, bool force_flush) in send_local_warning() argument
162 send_notice(k_notice_warning, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_warning()
295 Frame_scope scope, bool force_flush) in send_notice() argument
303 enqueue_buffer(Mysqlx::ServerMessages::NOTICE, force_flush); in send_notice()
372 bool Protocol_encoder::enqueue_buffer(int8_t type, bool force_flush) in enqueue_buffer() argument
375 bool can_buffer = (!force_flush) && in enqueue_buffer()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/ngs/src/
H A Dprotocol_encoder.cc140 bool force_flush) in send_local_notice() argument
144 send_notice(type, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_notice()
158 void Protocol_encoder::send_local_warning(const std::string &data, bool force_flush) in send_local_warning() argument
162 send_notice(k_notice_warning, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_warning()
295 Frame_scope scope, bool force_flush) in send_notice() argument
303 enqueue_buffer(Mysqlx::ServerMessages::NOTICE, force_flush); in send_notice()
372 bool Protocol_encoder::enqueue_buffer(int8_t type, bool force_flush) in enqueue_buffer() argument
375 bool can_buffer = (!force_flush) && in enqueue_buffer()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/ngs/src/
H A Dprotocol_encoder.cc140 bool force_flush) in send_local_notice() argument
144 send_notice(type, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_notice()
158 void Protocol_encoder::send_local_warning(const std::string &data, bool force_flush) in send_local_warning() argument
162 send_notice(k_notice_warning, data, FRAME_SCOPE_LOCAL, force_flush); in send_local_warning()
295 Frame_scope scope, bool force_flush) in send_notice() argument
303 enqueue_buffer(Mysqlx::ServerMessages::NOTICE, force_flush); in send_notice()
372 bool Protocol_encoder::enqueue_buffer(int8_t type, bool force_flush) in enqueue_buffer() argument
375 bool can_buffer = (!force_flush) && in enqueue_buffer()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dlogger_channel_stream.c63 bool force_flush; member
78 if(sd->force_flush) in logger_channel_stream_constmsg()
97 if(sd->force_flush) in logger_channel_stream_vmsg()
191 sd->force_flush = forceflush; in logger_channel_stream_open()
/dports/games/simutrans/simutrans-121.0/
H A Dsimdebug.cc22 void init_logging(const char* logname, bool force_flush, bool log_debug, const char* greeting, cons… in init_logging() argument
24 dbg = new log_t( logname, force_flush, log_debug, true, greeting, syslogtag ); in init_logging()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/erl/src/
H A Dthrift_disk_log_transport.erl31 -export([read/2, write/2, force_flush/1, flush/1, close/1]).
52 {ok, TRef} = timer:apply_interval(N, ?MODULE, force_flush, [State]),
77 force_flush(#dl_transport{log = Log}) -> function
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/erl/src/
H A Dthrift_disk_log_transport.erl31 -export([read/2, write/2, force_flush/1, flush/1, close/1]).
52 {ok, TRef} = timer:apply_interval(N, ?MODULE, force_flush, [State]),
77 force_flush(#dl_transport{log = Log}) -> function
/dports/devel/py-thrift/thrift-0.14.0/lib/erl/src/
H A Dthrift_disk_log_transport.erl31 -export([read/2, write/2, force_flush/1, flush/1, close/1]).
52 {ok, TRef} = timer:apply_interval(N, ?MODULE, force_flush, [State]),
77 force_flush(#dl_transport{log = Log}) -> function
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/erl/src/
H A Dthrift_disk_log_transport.erl31 -export([read/2, write/2, force_flush/1, flush/1, close/1]).
52 {ok, TRef} = timer:apply_interval(N, ?MODULE, force_flush, [State]),
77 force_flush(#dl_transport{log = Log}) -> function
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/erl/src/
H A Dthrift_disk_log_transport.erl31 -export([read/2, write/2, force_flush/1, flush/1, close/1]).
52 {ok, TRef} = timer:apply_interval(N, ?MODULE, force_flush, [State]),
77 force_flush(#dl_transport{log = Log}) -> function
/dports/devel/thrift-cpp/thrift-0.14.0/lib/erl/src/
H A Dthrift_disk_log_transport.erl31 -export([read/2, write/2, force_flush/1, flush/1, close/1]).
52 {ok, TRef} = timer:apply_interval(N, ?MODULE, force_flush, [State]),
77 force_flush(#dl_transport{log = Log}) -> function
/dports/devel/thrift/thrift-0.14.0/lib/erl/src/
H A Dthrift_disk_log_transport.erl31 -export([read/2, write/2, force_flush/1, flush/1, close/1]).
52 {ok, TRef} = timer:apply_interval(N, ?MODULE, force_flush, [State]),
77 force_flush(#dl_transport{log = Log}) -> function

12345678910>>...14