Home
last modified time | relevance | path

Searched refs:tlog (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Ddetection_util.cc40 static THREAD_LOCAL TextLog* tlog = nullptr; variable
82 if ( !tlog ) in EventTrace_Log()
85 TextLog_Print(tlog, in EventTrace_Log()
89 TextLog_Print(tlog, in EventTrace_Log()
94 TextLog_Print(tlog, in EventTrace_Log()
98 TextLog_Print(tlog, in EventTrace_Log()
119 TextLog_Print(tlog, "\nTrace started at %s", time_buf); in EventTrace_Init()
126 if ( tlog ) in EventTrace_Term()
132 TextLog_Print(tlog, "\nTraced %u events\n", nEvents); in EventTrace_Term()
133 TextLog_Print(tlog, "Trace stopped at %s", time_buf); in EventTrace_Term()
[all …]
/dports/security/snort/snort-2.9.18/src/
H A Ddetection_util.c72 static TextLog* tlog = NULL; variable
113 if ( !tlog ) in EventTrace_Log()
116 TextLog_Print(tlog, in EventTrace_Log()
121 TextLog_Print(tlog, in EventTrace_Log()
126 TextLog_Print(tlog, in EventTrace_Log()
132 TextLog_Print(tlog, in EventTrace_Log()
153 TextLog_Print(tlog, "%s[%u] = 0x%X\n", in EventTrace_Log()
172 tlog = TextLog_Init (buf, 128, 8*1024*1024); in EventTrace_Init()
180 if ( tlog ) in EventTrace_Term()
185 TextLog_Print(tlog, "Trace stopped at %s", ts); in EventTrace_Term()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Drunnvim.sh14 local tlog="$test_name.tlog"
39 "$tlog" > "out-$tlog" 2> "err-$tlog"
46 cat "out-$tlog"
50 cat "err-$tlog"
52 } >> "$tlog"
62 } >> "$tlog"
64 echo "No output in test.out" >> "$tlog"
77 cat "$tlog"
79 rm -f "$tlog"
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/
H A Dapcnis.c127 int tlog; in do_server() local
134 for (tlog = 0; (ups = attach_ups(ups)) == NULL; tlog -= 5 * 60) { in do_server()
135 if (tlog <= 0) { in do_server()
136 tlog = 60 * 60; in do_server()
153 if (tlog <= 0) { in do_server()
154 tlog = 60 * 60; in do_server()
175 tlog -= 5 * 60) { in do_server()
176 if (tlog <= 0) { in do_server()
177 tlog = 60 * 60; in do_server()
190 if (tlog <= 0) { in do_server()
[all …]
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/
H A Dapcnis.c127 int tlog; in do_server() local
134 for (tlog = 0; (ups = attach_ups(ups)) == NULL; tlog -= 5 * 60) { in do_server()
135 if (tlog <= 0) { in do_server()
136 tlog = 60 * 60; in do_server()
153 if (tlog <= 0) { in do_server()
154 tlog = 60 * 60; in do_server()
175 tlog -= 5 * 60) { in do_server()
176 if (tlog <= 0) { in do_server()
177 tlog = 60 * 60; in do_server()
190 if (tlog <= 0) { in do_server()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/test/
H A Dtest_nc_stress.cpp83 TTransactionLog* tlog);
87 TTransactionLog* tlog);
103 void AddToAppLog(const TTransactionLog& tlog);
122 StressTestPut(blob_size, bcount, tlog); in StressTestPutGet()
286 if (tlog) { in StressTestPut()
287 tlog->push_back(ti); in StressTestPut()
308 STransactionInfo& ti = (*tlog)[idx]; in DeleteRandomBlobs()
370 for (size_t i = 0; i < tlog.size(); ++i) { in AddToAppLog()
371 m_Log.push_back(tlog[i]); in AddToAppLog()
391 TTransactionLog tlog; in Run() local
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/file_api/
H A Dfile_log.cc64 static THREAD_LOCAL TextLog* tlog = nullptr; variable
68 tlog = TextLog_Init(f_name, 64*K_BYTES, 1*M_BYTES); in dl_tinit()
73 TextLog_Term(tlog); in dl_tterm()
147 TextLog_Puts(tlog, timestamp); in handle()
148 TextLog_Print(tlog, " "); in handle()
157 TextLog_Puts(tlog, timestamp); in handle()
158 TextLog_Print(tlog, " "); in handle()
175 log_file_name(tlog, file); in handle()
182 TextLog_Print(tlog, "[Type: %s] ", type_name.c_str()); in handle()
190 TextLog_Print(tlog, "[Size: %" PRIu64 "] ", fsize); in handle()
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dlogevent.cc82 tlog("window=0x%lX: %s type=%d, send=%s, #%lu", in logAny()
126 tlog("%s", (0 < len && len < size) ? buf : "lcnbug"); in logConfigureNotify()
155 tlog("%s", (0 < len && len < size) ? buf : "lcrbug"); in logConfigureRequest()
198 tlog("window=0x%lX: destroy serial=%lu event=0x%lX", in logDestroy()
205 tlog("window=0x%lX: expose (%+d%+d %dx%d) count=%d", in logExpose()
212 tlog("window=0x%lX: %s mode=%s, detail=%s", in logFocus()
321 tlog("window=0x%lX: visibilityNotify state=%s", in logVisibility()
344 tlog("window=0x%lX: %s index=%u order=%u " in logRandrScreen()
415 tlog("window=0x%lX: %s", in logRandrNotify()
559 tlog("%sClientMessage %s %d data=%s,%s,%s\n", in logClientMessage()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/golang.org/x/mod/sumdb/
H A Dtest.go37 type testHashes []tlog.Hash
39 func (h testHashes) ReadHashes(indexes []int64) ([]tlog.Hash, error) {
40 var list []tlog.Hash
52 h, err := tlog.TreeHash(size, s.hashes)
56 text := tlog.FormatTree(tlog.Tree{N: size, Hash: h})
110 hashes, err := tlog.StoredHashesForRecordHash(id, tlog.RecordHash([]byte(data)), s.hashes)
119 func (s *TestServer) ReadTileData(ctx context.Context, t tlog.Tile) ([]byte, error) {
123 return tlog.ReadTileData(t, s.hashes)

12345678910>>...33