Home
last modified time | relevance | path

Searched refs:skip_flush (Results 1 – 25 of 92) sorted by relevance

1234

/dports/textproc/py-elasticsearch-curator/curator-5.8.4/curator/cli_singletons/
H A Dclose.py27 def close(ctx, delete_aliases, skip_flush, ignore_empty_list, allow_ilm_indices, filter_list): argument
32 'skip_flush': skip_flush,
/dports/emulators/qemu42/qemu-4.2.1/monitor/
H A Dmonitor-internal.h90 bool skip_flush; member
166 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush,
H A Dmonitor.c117 if (mon->skip_flush) { in monitor_flush_locked()
529 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush, in monitor_data_init() argument
538 mon->skip_flush = skip_flush; in monitor_data_init()
/dports/emulators/qemu-utils/qemu-4.2.1/monitor/
H A Dmonitor-internal.h90 bool skip_flush; member
166 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush,
H A Dmonitor.c117 if (mon->skip_flush) { in monitor_flush_locked()
529 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush, in monitor_data_init() argument
538 mon->skip_flush = skip_flush; in monitor_data_init()
/dports/emulators/qemu60/qemu-6.0.0/monitor/
H A Dmonitor-internal.h92 bool skip_flush; member
170 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush,
H A Dmonitor.c179 if (mon->skip_flush) { in monitor_flush_locked()
589 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush, in monitor_data_init() argument
598 mon->skip_flush = skip_flush; in monitor_data_init()
/dports/emulators/qemu/qemu-6.2.0/monitor/
H A Dmonitor-internal.h99 bool skip_flush; member
177 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush,
H A Dmonitor.c178 if (mon->skip_flush) { in monitor_flush_locked()
597 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush, in monitor_data_init() argument
606 mon->skip_flush = skip_flush; in monitor_data_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/monitor/
H A Dmonitor-internal.h91 bool skip_flush; member
167 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush,
H A Dmonitor.c119 if (mon->skip_flush) { in monitor_flush_locked()
531 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush, in monitor_data_init() argument
540 mon->skip_flush = skip_flush; in monitor_data_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/monitor/
H A Dmonitor-internal.h92 bool skip_flush; member
170 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush,
H A Dmonitor.c178 if (mon->skip_flush) { in monitor_flush_locked()
588 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush, in monitor_data_init() argument
597 mon->skip_flush = skip_flush; in monitor_data_init()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/monitor/
H A Dmonitor-internal.h91 bool skip_flush; member
167 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush,
H A Dmonitor.c119 if (mon->skip_flush) { in monitor_flush_locked()
531 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush, in monitor_data_init() argument
540 mon->skip_flush = skip_flush; in monitor_data_init()
/dports/emulators/qemu5/qemu-5.2.0/monitor/
H A Dmonitor-internal.h92 bool skip_flush; member
170 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush,
H A Dmonitor.c180 if (mon->skip_flush) { in monitor_flush_locked()
597 void monitor_data_init(Monitor *mon, bool is_qmp, bool skip_flush, in monitor_data_init() argument
606 mon->skip_flush = skip_flush; in monitor_data_init()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dprotocol.cc215 bool skip_flush) in net_send_ok() argument
287 if (likely(!error) && (!skip_flush || is_eof)) in net_send_ok()
613 thd->get_stmt_da()->skip_flush()); in end_statement()
621 thd->get_stmt_da()->skip_flush()); in end_statement()
640 const char *message, bool skip_flush) in send_ok() argument
645 affected_rows, last_insert_id, message, false, skip_flush); in send_ok()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dprotocol.cc216 bool skip_flush) in net_send_ok() argument
288 if (likely(!error) && (!skip_flush || is_eof)) in net_send_ok()
613 thd->get_stmt_da()->skip_flush()); in end_statement()
621 thd->get_stmt_da()->skip_flush()); in end_statement()
640 const char *message, bool skip_flush) in send_ok() argument
645 affected_rows, last_insert_id, message, false, skip_flush); in send_ok()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dprotocol.cc216 bool skip_flush) in net_send_ok() argument
288 if (likely(!error) && (!skip_flush || is_eof)) in net_send_ok()
613 thd->get_stmt_da()->skip_flush()); in end_statement()
621 thd->get_stmt_da()->skip_flush()); in end_statement()
640 const char *message, bool skip_flush) in send_ok() argument
645 affected_rows, last_insert_id, message, false, skip_flush); in send_ok()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dprotocol.cc216 bool skip_flush) in net_send_ok() argument
288 if (likely(!error) && (!skip_flush || is_eof)) in net_send_ok()
595 thd->get_stmt_da()->skip_flush()); in end_statement()
603 thd->get_stmt_da()->skip_flush()); in end_statement()
622 const char *message, bool skip_flush) in send_ok() argument
627 affected_rows, last_insert_id, message, false, skip_flush); in send_ok()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dprotocol.cc216 bool skip_flush) in net_send_ok() argument
288 if (likely(!error) && (!skip_flush || is_eof)) in net_send_ok()
595 thd->get_stmt_da()->skip_flush()); in end_statement()
603 thd->get_stmt_da()->skip_flush()); in end_statement()
622 const char *message, bool skip_flush) in send_ok() argument
627 affected_rows, last_insert_id, message, false, skip_flush); in send_ok()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dprotocol.cc215 bool skip_flush) in net_send_ok() argument
287 if (likely(!error) && (!skip_flush || is_eof)) in net_send_ok()
613 thd->get_stmt_da()->skip_flush()); in end_statement()
621 thd->get_stmt_da()->skip_flush()); in end_statement()
640 const char *message, bool skip_flush) in send_ok() argument
645 affected_rows, last_insert_id, message, false, skip_flush); in send_ok()
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/curator/validators/
H A Doptions.py22 option_defaults.skip_flush(),
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/test/unit/
H A Dtest_action_close.py63 co = curator.Close(ilo, skip_flush=True)

1234