Home
last modified time | relevance | path

Searched refs:log_cache (Results 1 – 25 of 121) sorted by relevance

12345

/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_binlog_sender.cc330 IO_CACHE log_cache; in run() local
406 end_io_cache(&log_cache); in run()
441 end_io_cache(&log_cache); in run()
455 start_pos= my_b_tell(log_cache); in send_binlog()
471 if (my_b_tell(log_cache) != start_pos) in send_binlog()
472 my_b_seek(log_cache, start_pos); in send_binlog()
482 if (send_events(log_cache, end_pos)) in send_binlog()
583 log_pos= my_b_tell(log_cache); in send_events()
1254 log_pos= my_b_tell(log_cache); in send_format_description_event()
1272 if (my_b_tell(log_cache) < my_b_filelength(log_cache)) in has_previous_gtid_log_event()
[all …]
H A Drpl_binlog_sender.h205 my_off_t send_binlog(IO_CACHE *log_cache, my_off_t start_pos);
216 int send_events(IO_CACHE *log_cache, my_off_t end_pos);
228 my_off_t get_binlog_end_pos(IO_CACHE *log_cache);
238 int has_previous_gtid_log_event(IO_CACHE *log_cache, bool *found);
303 int read_event(IO_CACHE *log_cache,
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_binlog_sender.cc330 IO_CACHE log_cache; in run() local
406 end_io_cache(&log_cache); in run()
441 end_io_cache(&log_cache); in run()
455 start_pos= my_b_tell(log_cache); in send_binlog()
471 if (my_b_tell(log_cache) != start_pos) in send_binlog()
472 my_b_seek(log_cache, start_pos); in send_binlog()
482 if (send_events(log_cache, end_pos)) in send_binlog()
583 log_pos= my_b_tell(log_cache); in send_events()
1254 log_pos= my_b_tell(log_cache); in send_format_description_event()
1272 if (my_b_tell(log_cache) < my_b_filelength(log_cache)) in has_previous_gtid_log_event()
[all …]
H A Drpl_binlog_sender.h205 my_off_t send_binlog(IO_CACHE *log_cache, my_off_t start_pos);
216 int send_events(IO_CACHE *log_cache, my_off_t end_pos);
228 my_off_t get_binlog_end_pos(IO_CACHE *log_cache);
238 int has_previous_gtid_log_event(IO_CACHE *log_cache, bool *found);
303 int read_event(IO_CACHE *log_cache,
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_binlog_sender.cc330 IO_CACHE log_cache; in run() local
406 end_io_cache(&log_cache); in run()
441 end_io_cache(&log_cache); in run()
455 start_pos= my_b_tell(log_cache); in send_binlog()
471 if (my_b_tell(log_cache) != start_pos) in send_binlog()
472 my_b_seek(log_cache, start_pos); in send_binlog()
482 if (send_events(log_cache, end_pos)) in send_binlog()
583 log_pos= my_b_tell(log_cache); in send_events()
1254 log_pos= my_b_tell(log_cache); in send_format_description_event()
1272 if (my_b_tell(log_cache) < my_b_filelength(log_cache)) in has_previous_gtid_log_event()
[all …]
H A Drpl_binlog_sender.h205 my_off_t send_binlog(IO_CACHE *log_cache, my_off_t start_pos);
216 int send_events(IO_CACHE *log_cache, my_off_t end_pos);
228 my_off_t get_binlog_end_pos(IO_CACHE *log_cache);
238 int has_previous_gtid_log_event(IO_CACHE *log_cache, bool *found);
303 int read_event(IO_CACHE *log_cache,
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_binlog_sender.cc330 IO_CACHE log_cache; in run() local
406 end_io_cache(&log_cache); in run()
441 end_io_cache(&log_cache); in run()
455 start_pos= my_b_tell(log_cache); in send_binlog()
471 if (my_b_tell(log_cache) != start_pos) in send_binlog()
472 my_b_seek(log_cache, start_pos); in send_binlog()
482 if (send_events(log_cache, end_pos)) in send_binlog()
501 my_off_t log_pos= my_b_tell(log_cache); in get_binlog_end_pos()
583 log_pos= my_b_tell(log_cache); in send_events()
1184 if (my_b_tell(log_cache) < my_b_filelength(log_cache)) in has_previous_gtid_log_event()
[all …]
H A Drpl_binlog_sender.h203 my_off_t send_binlog(IO_CACHE *log_cache, my_off_t start_pos);
214 int send_events(IO_CACHE *log_cache, my_off_t end_pos);
226 my_off_t get_binlog_end_pos(IO_CACHE *log_cache);
236 int has_previous_gtid_log_event(IO_CACHE *log_cache, bool *found);
301 int read_event(IO_CACHE *log_cache,
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_binlog_sender.cc203 IO_CACHE log_cache; in run() local
279 end_io_cache(&log_cache); in run()
314 end_io_cache(&log_cache); in run()
328 start_pos= my_b_tell(log_cache); in send_binlog()
344 if (my_b_tell(log_cache) != start_pos) in send_binlog()
345 my_b_seek(log_cache, start_pos); in send_binlog()
355 if (send_events(log_cache, end_pos)) in send_binlog()
374 my_off_t log_pos= my_b_tell(log_cache); in get_binlog_end_pos()
449 log_pos= my_b_tell(log_cache); in send_events()
1050 if (my_b_tell(log_cache) < my_b_filelength(log_cache)) in has_previous_gtid_log_event()
[all …]
H A Drpl_binlog_sender.h188 my_off_t send_binlog(IO_CACHE *log_cache, my_off_t start_pos);
199 int send_events(IO_CACHE *log_cache, my_off_t end_pos);
211 my_off_t get_binlog_end_pos(IO_CACHE *log_cache);
221 int has_previous_gtid_log_event(IO_CACHE *log_cache, bool *found);
286 inline int read_event(IO_CACHE *log_cache,
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_binlog_sender.cc330 IO_CACHE log_cache; in run() local
406 end_io_cache(&log_cache); in run()
441 end_io_cache(&log_cache); in run()
455 start_pos= my_b_tell(log_cache); in send_binlog()
471 if (my_b_tell(log_cache) != start_pos) in send_binlog()
472 my_b_seek(log_cache, start_pos); in send_binlog()
482 if (send_events(log_cache, end_pos)) in send_binlog()
501 my_off_t log_pos= my_b_tell(log_cache); in get_binlog_end_pos()
583 log_pos= my_b_tell(log_cache); in send_events()
1184 if (my_b_tell(log_cache) < my_b_filelength(log_cache)) in has_previous_gtid_log_event()
[all …]
H A Drpl_binlog_sender.h203 my_off_t send_binlog(IO_CACHE *log_cache, my_off_t start_pos);
214 int send_events(IO_CACHE *log_cache, my_off_t end_pos);
226 my_off_t get_binlog_end_pos(IO_CACHE *log_cache);
236 int has_previous_gtid_log_event(IO_CACHE *log_cache, bool *found);
301 int read_event(IO_CACHE *log_cache,
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dlog.c213 *log_cache = (LinkedListInfo *) NULL; variable
418 ResetLinkedListIterator(log_cache); in GetLogInfo()
432 (void) InsertValueInLinkedList(log_cache,0, in GetLogInfo()
516 ResetLinkedListIterator(log_cache); in GetLogInfoList()
609 ResetLinkedListIterator(log_cache); in GetLogList()
677 if (IsLinkedListEmpty(log_cache) != MagickFalse) in CheckEventLogging()
684 ResetLinkedListIterator(log_cache); in CheckEventLogging()
693 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
698 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
1155 if (log_cache != (LinkedListInfo *) NULL) in LogComponentTerminus()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dlog.c213 *log_cache = (LinkedListInfo *) NULL; variable
418 ResetLinkedListIterator(log_cache); in GetLogInfo()
432 (void) InsertValueInLinkedList(log_cache,0, in GetLogInfo()
516 ResetLinkedListIterator(log_cache); in GetLogInfoList()
609 ResetLinkedListIterator(log_cache); in GetLogList()
677 if (IsLinkedListEmpty(log_cache) != MagickFalse) in CheckEventLogging()
684 ResetLinkedListIterator(log_cache); in CheckEventLogging()
693 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
698 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
1155 if (log_cache != (LinkedListInfo *) NULL) in LogComponentTerminus()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dlog.c211 *log_cache = (LinkedListInfo *) NULL; variable
416 ResetLinkedListIterator(log_cache); in GetLogInfo()
430 (void) InsertValueInLinkedList(log_cache,0, in GetLogInfo()
514 ResetLinkedListIterator(log_cache); in GetLogInfoList()
607 ResetLinkedListIterator(log_cache); in GetLogList()
675 if (IsLinkedListEmpty(log_cache) != MagickFalse) in CheckEventLogging()
682 ResetLinkedListIterator(log_cache); in CheckEventLogging()
691 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
696 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
910 if (log_cache != (LinkedListInfo *) NULL) in LogComponentTerminus()
[all …]
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dlog.c211 *log_cache = (LinkedListInfo *) NULL; variable
416 ResetLinkedListIterator(log_cache); in GetLogInfo()
430 (void) InsertValueInLinkedList(log_cache,0, in GetLogInfo()
514 ResetLinkedListIterator(log_cache); in GetLogInfoList()
607 ResetLinkedListIterator(log_cache); in GetLogList()
675 if (IsLinkedListEmpty(log_cache) != MagickFalse) in CheckEventLogging()
682 ResetLinkedListIterator(log_cache); in CheckEventLogging()
691 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
696 if (log_cache == (LinkedListInfo *) NULL) in IsLogCacheInstantiated()
910 if (log_cache != (LinkedListInfo *) NULL) in LogComponentTerminus()
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/utils/
H A Dlog.cc93 log_cache_list log_cache; variable
137 std::for_each(log_cache.begin(), log_cache.end(), std::mem_fun_ref(&log_cache_entry::clear)); in log_rebuild_cache()
138 log_cache.clear(); in log_rebuild_cache()
149 std::find_if(log_cache.begin(), log_cache.end(), in log_rebuild_cache()
152 if (cache_itr == log_cache.end()) { in log_rebuild_cache()
153 cache_itr = log_cache.insert(log_cache.end(), log_cache_entry()); in log_rebuild_cache()
271 std::for_each(log_cache.begin(), log_cache.end(), std::mem_fun_ref(&log_cache_entry::clear)); in log_cleanup()
272 log_cache.clear(); in log_cleanup()
/dports/security/aide/aide-0.17.4/src/
H A Dlog.c32 typedef struct log_cache { struct
35 } log_cache; argument
37 log_cache *cached_lines = NULL;
61 …void * tmp = realloc(cached_lines, (ncachedlines+1) * sizeof(log_cache)); /* freed in log_cached_l… in cache_line()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dlog.py178 log_cache = { } variable
182 rv = log_cache.get(name, None)
186 log_cache[name] = rv
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dconfig_cache.cpp32 static lg::log_domain log_cache("cache"); variable
33 #define ERR_CACHE LOG_STREAM(err, log_cache)
34 #define LOG_CACHE LOG_STREAM(info, log_cache)
35 #define DBG_CACHE LOG_STREAM(debug, log_cache)
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DTableLog.cc53 TableLog::TableLog(LogCache *log_cache) : _log_cache(log_cache) { in TableLog() argument
H A DTableLog.h40 explicit TableLog(LogCache *log_cache);
/dports/www/elgg/elgg-3.3.23/mod/developers/views/default/developers/
H A Dlog.php26 $log_file = elgg()->config->log_cache;
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/developers/views/default/developers/
H A Dlog.php26 $log_file = elgg()->config->log_cache;
/dports/www/elgg/elgg-3.3.23/mod/developers/
H A Dstart.php48 elgg()->config->log_cache = $log_file;
75 $log_file = elgg()->config->log_cache;

12345