Home
last modified time | relevance | path

Searched refs:loglist (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/log/
H A Dlog.c78 static log_t *loglist; variable
94 (loglist [id] . duration && loglist [id] . reopen_at <= now) || in _log_open()
95 (loglist [id] . trigger_level && loglist [id] . size > loglist [id] . trigger_level)) in _log_open()
106 … if ((loglist [id] . trigger_level && loglist [id] . size > loglist [id] . trigger_level) && in _log_open()
112 if (loglist [id].logfile && loglist [id].logfile != stderr) in _log_open()
186 loglist = NULL; in log_initialize_lib()
202 loglist = NULL; in log_initialize()
370 loglist [log_id].size = loglist [log_id].trigger_level + 1; in log_reopen()
387 if (loglist[log_id].buffer) free(loglist[log_id].buffer); in _log_close_internal()
434 free (loglist); in log_shutdown()
[all …]
/dports/audio/ices/ices-2.0.3/src/common/log/
H A Dlog.c114 (loglist [id] . trigger_level && loglist [id] . size > loglist [id] . trigger_level)) in _log_open()
143 loglist [id] . logfile = fopen (loglist [id] . filename, "a"); in _log_open()
166 loglist[i].level = 2; in log_initialize()
167 loglist[i].size = 0; in log_initialize()
172 loglist[i].total = 0; in log_initialize()
176 loglist[i].log_tail = &loglist[i].log_head; in log_initialize()
228 loglist [id] . log_tail = &loglist [id] . log_head; in log_open()
324 if (loglist [log_id] . filename && loglist [log_id] . logfile) in log_reopen()
349 if (loglist[log_id].filename) free(loglist[log_id].filename); in log_close()
350 if (loglist[log_id].buffer) free(loglist[log_id].buffer); in log_close()
[all …]
/dports/audio/icecast/icecast-2.4.4/src/log/
H A Dlog.c93 (loglist [id] . trigger_level && loglist [id] . size > loglist [id] . trigger_level)) in _log_open()
122 loglist [id] . logfile = fopen (loglist [id] . filename, "a"); in _log_open()
145 loglist[i].level = 2; in log_initialize()
146 loglist[i].size = 0; in log_initialize()
151 loglist[i].total = 0; in log_initialize()
155 loglist[i].log_tail = &loglist[i].log_head; in log_initialize()
207 loglist [id] . log_tail = &loglist [id] . log_head; in log_open()
303 if (loglist [log_id] . filename && loglist [log_id] . logfile) in log_reopen()
328 if (loglist[log_id].filename) free(loglist[log_id].filename); in log_close()
329 if (loglist[log_id].buffer) free(loglist[log_id].buffer); in log_close()
[all …]
/dports/games/powwow/powwow-1.2.17/
H A Dlog.c47 logentry *loglist; /* circular (pointer to string) list */ variable
64 loglist[i].line, loglist[i].kind == LINE ? "\n" : ""); in __P1()
66 if (loglist[i].msecs) in __P1()
68 names[SLEEP], loglist[i].msecs); in __P1()
70 names[loglist[i].kind], loglist[i].line); in __P1()
98 loglist[logstart].msecs = 0; in __P0()
124 if (loglist) free(loglist); in __P0()
125 loglist = NULL; in __P0()
149 if (!loglist) { log_reset(); errmsg("malloc"); return; } in __P1()
183 loglist[logend].kind = kind; in __P4()
[all …]
/dports/net-im/tkabber-plugins/tkabber-plugins-1.1.2/tclchat/
H A Dtclchat.tcl124 set loglist {}
135 set loglist [FetchHistoryIndex $_url]
141 set loglist [linsert $loglist 0 $logname $size]
153 return $loglist
203 set loglist [FetchHistoryIndex $Options(url)]
204 if {[set len [llength $loglist]] > 0} {
206 set loglist [lrange $loglist 0 17]
220 set loglist [lpairreverse $loglist]
221 foreach {l s} $loglist {
249 set loglist [FetchHistoryIndex $Options(url)]
[all …]
/dports/deskutils/mate-utils/mate-utils-1.26.0/logview/src/
H A Dlogview-loglist.c61 save_day_selection (LogviewLoglist *loglist, GtkTreeIter *iter) in save_day_selection() argument
63 if (loglist->priv->selection) { in save_day_selection()
64 gtk_tree_path_free (loglist->priv->selection); in save_day_selection()
67 loglist->priv->selection = gtk_tree_model_get_path in save_day_selection()
68 (GTK_TREE_MODEL (loglist->priv->model), iter); in save_day_selection()
72 update_days_and_lines_for_log (LogviewLoglist *loglist, in update_days_and_lines_for_log() argument
91 gtk_tree_store_set (loglist->priv->model, &dummy, in update_days_and_lines_for_log()
94 gtk_tree_store_remove (loglist->priv->model, &iter); in update_days_and_lines_for_log()
113 gtk_tree_store_remove (loglist->priv->model, &dummy); in update_days_and_lines_for_log()
485 g_assert (LOGVIEW_IS_LOGLIST (loglist)); in logview_loglist_update_lines()
[all …]
H A Dlogview-loglist.h54 void (* day_selected) (LogviewLoglist *loglist,
56 void (* day_cleared) (LogviewLoglist *loglist);
63 void logview_loglist_update_lines (LogviewLoglist *loglist,
65 GDate * logview_loglist_get_date_selection (LogviewLoglist *loglist);
66 void logview_loglist_clear_date (LogviewLoglist *loglist);
/dports/deskutils/gnome-system-log/gnome-system-log-3.9.90/src/
H A Dlogview-loglist.c66 if (loglist->priv->selection) { in save_day_selection()
67 gtk_tree_path_free (loglist->priv->selection); in save_day_selection()
70 loglist->priv->selection = gtk_tree_model_get_path in save_day_selection()
71 (GTK_TREE_MODEL (loglist->priv->model), iter); in save_day_selection()
75 update_days_and_lines_for_log (LogviewLoglist *loglist, in update_days_and_lines_for_log() argument
94 gtk_tree_store_set (loglist->priv->model, &dummy, in update_days_and_lines_for_log()
97 gtk_tree_store_remove (loglist->priv->model, &iter); in update_days_and_lines_for_log()
116 gtk_tree_store_remove (loglist->priv->model, &dummy); in update_days_and_lines_for_log()
489 g_assert (LOGVIEW_IS_LOGLIST (loglist)); in logview_loglist_update_lines()
492 parent = logview_loglist_find_log (loglist, log); in logview_loglist_update_lines()
[all …]
H A Dlogview-loglist.h54 void (* day_selected) (LogviewLoglist *loglist,
56 void (* day_cleared) (LogviewLoglist *loglist);
63 void logview_loglist_update_lines (LogviewLoglist *loglist,
65 GDate * logview_loglist_get_date_selection (LogviewLoglist *loglist);
66 void logview_loglist_clear_date (LogviewLoglist *loglist);
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/loglist/findlog/
H A Dmain.go36 …logList = flag.String("log_list", loglist.LogListURL, "Location of master log list (URL …
37 …logListSig = flag.String("log_list_sig", loglist.LogListSignatureURL, "Location of log list…
63 factory := func(d []byte) (*loglist.LogList, error) {
64 return loglist.NewFromJSON(d)
71 factory = func(d []byte) (*loglist.LogList, error) {
72 return loglist.NewFromSignedJSON(d, sig, pubKey)
/dports/databases/db5/db-5.3.28/dist/
H A Ds_recover7 loglist=/tmp/__db_b
28 done > $loglist
29 grep -v '^PREFIX' $loglist |
38 cmp $loglist $f > /dev/null 2>&1 ||
39 (echo "Building $f" && rm -f $f && cp $loglist $f)
/dports/databases/db18/db-18.1.40/dist/
H A Ds_recover12 loglist=/tmp/__db_b
33 done > $loglist
34 grep -v '^PREFIX' $loglist |
43 cmp $loglist $f > /dev/null 2>&1 ||
44 (echo "Building $f" && rm -f $f && cp $loglist $f)
/dports/comms/tkscanfax/tkscanfax1/
H A Dfax-logbrowse.tcl83 set fax(loglist) $wn.6
112 $fax(loglist) delete 0 end
114 $fax(loglist) insert end [format "%-12s %-22s" $m(directory) ".."]
122 $fax(loglist) insert end [format "%-12s %-22s" $m(directory) $name]
140 set focus [$fax(loglist) size]
143 $fax(loglist) insert end [format "%-12s %-22s" $time $name]
150 $fax(loglist) select set $focus $focus
151 $fax(loglist) see $focus
161 if {[$fax(loglist) curselection]=={}} { return {} }
259 if {[$fax(loglist) curselection]=={}} { return }
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/ctutil/
H A Dloginfo.go50 func NewLogInfo(log *loglist.Log, hc *http.Client) (*LogInfo, error) {
64 func NewLogInfoOverDNSWrapper(log *loglist.Log, _ *http.Client) (*LogInfo, error) {
69 func NewLogInfoOverDNS(log *loglist.Log) (*LogInfo, error) {
80 func newLogInfo(log *loglist.Log, lc client.CheckLogClient) (*LogInfo, error) {
103 func LogInfoByKeyHash(ll *loglist.LogList, hc *http.Client) (LogInfoByHash, error) {
108 func LogInfoByKeyHashOverDNS(ll *loglist.LogList, hc *http.Client) (LogInfoByHash, error) {
112 func logInfoByKeyHash(ll *loglist.LogList, hc *http.Client, infoFactory func(*loglist.Log, *http.Cl…
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/nslcd/
H A Dlog.c48 } *loglist = NULL; variable
99 if (loglist == NULL) in addlogging()
100 loglist = tmp; in addlogging()
103 for (lst = loglist; lst->next != NULL; lst = lst->next); in addlogging()
146 if (loglist == NULL) in log_startlogging()
272 for (lst = loglist; lst != NULL; lst = lst->next) in log_log()
324 for (lst = loglist; lst != NULL; lst = lst->next) in log_log_config()
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/nslcd/
H A Dlog.c48 } *loglist = NULL; variable
99 if (loglist == NULL) in addlogging()
100 loglist = tmp; in addlogging()
103 for (lst = loglist; lst->next != NULL; lst = lst->next); in addlogging()
146 if (loglist == NULL) in log_startlogging()
272 for (lst = loglist; lst != NULL; lst = lst->next) in log_log()
324 for (lst = loglist; lst != NULL; lst = lst->next) in log_log_config()
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/ctutil/sctcheck/
H A Dsctcheck.go42 …logList = flag.String("log_list", loglist.LogListURL, "Location of master CT log list (URL or fil…
47 type logInfoFactory func(*loglist.Log, *http.Client) (*ctutil.LogInfo, error)
58 ll, err := loglist.NewFromJSON(llData)
111 func checkChain(ctx context.Context, lf logInfoFactory, chain []*x509.Certificate, ll *loglist.LogL…
153 func getAndCheckSiteChain(ctx context.Context, lf logInfoFactory, target string, ll *loglist.LogLis…
213 … string, merkleLeaf *ct.MerkleTreeLeaf, sctData *x509.SerializedSCT, ll *loglist.LogList, hc *http…
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformanceTrackerPlugin/lib/service/
H A DPerformanceTrackerService.php84 $loglist = $performanceTrack->getPerformanceTrackerLog();
86 foreach ($loglist as $log) {
89 $loglist->add($log);
92 $performanceTrack->setPerformanceTrackerLog($loglist);
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialLog.php198 $loglist = new LogEventsList(
205 $loglist,
228 $loglist->showOptions(
247 $loglist->beginLogEventsList() .
249 $loglist->endLogEventsList()
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialLog.php225 $loglist = new LogEventsList(
232 $loglist,
260 $loglist->showOptions(
279 $loglist->beginLogEventsList() .
281 $loglist->endLogEventsList()
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialLog.php225 $loglist = new LogEventsList(
232 $loglist,
260 $loglist->showOptions(
279 $loglist->beginLogEventsList() .
281 $loglist->endLogEventsList()
/dports/net/opentracker/opentracker-0.2017.08.13/
H A Dot_stats.c491 ot_log *loglist = g_logchain_first, *llnext; in stats_return_fulllog() local
496 while( loglist ) { in stats_return_fulllog()
497 if( r + ( loglist->size + 64 ) >= re ) { in stats_return_fulllog()
502 r += sprintf( r, "%08ld: ", loglist->time ); in stats_return_fulllog()
503 r += fmt_ip6c( r, loglist->ip ); in stats_return_fulllog()
505 memcpy( r, loglist->data, loglist->size ); in stats_return_fulllog()
506 r += loglist->size; in stats_return_fulllog()
512 llnext = loglist->next; in stats_return_fulllog()
513 free( loglist->data ); in stats_return_fulllog()
514 free( loglist ); in stats_return_fulllog()
[all …]
/dports/emulators/lisaem/lisaem-1.2.6.2/lisa/
H A Dglue.c62 FILE *loglist=NULL; in debug_on() local
99 loglist=fopen("./lisaem-output.logfiles.txt","at"); in debug_on()
101 if (loglist) fprintf(loglist,"%s\n ./lisaem-output.%03d-%08x.%016llx.txt created\n", in debug_on()
105 if (loglist) fflush(loglist); in debug_on()
106 if (loglist) fclose(loglist); in debug_on()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/script/old/migration/
H A D12_to_13_mig05.py136 loglist = [] # editlog timestamps of page revisions
139 loglist.append(ts)
140 loglist.sort()
141 lleftover = loglist[:]
156 if ts in loglist: # we have an editlog entry, exact match
/dports/math/reduce/Reduce-svn5758-src/packages/int/
H A Dtrcase.red46 loglist
91 sqrtlist,tanlist,loglist,dflogs,eprim,dfun,unintegrand,
114 % Also puts some things on loglist sometimes.
141 loglist := append(loglist,factorlistlist prim); %%% nconc?
142 loglist := mergein(xlogs,loglist);
143 loglist := mergein(tanlist,loglist);
146 if !*trint then <<printc "Loglist "; print loglist>>;
147 dflogs := difflogs(loglist,denr unintegrand,svar);

12345678910>>...14