Home
last modified time | relevance | path

Searched refs:timestamp_precision (Results 1 – 25 of 32) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/src/logging/
H A Dhandler.cc76 LogTimestampPrecision timestamp_precision) in Handler() argument
79 precision_(timestamp_precision) {} in Handler()
155 LogTimestampPrecision timestamp_precision) in StreamHandler() argument
156 : Handler(format_messages, level, timestamp_precision), stream_(out) {} in StreamHandler()
167 LogTimestampPrecision timestamp_precision) in NullHandler() argument
168 : Handler(format_messages, level, timestamp_precision) {} in NullHandler()
179 LogTimestampPrecision timestamp_precision) in FileHandler() argument
180 : StreamHandler(fstream_, format_messages, level, timestamp_precision), in FileHandler()
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dtimestamp.c19 static int timestamp_precision = TS_PREC_AUTO; variable
36 return timestamp_precision; in timestamp_get_precision()
41 timestamp_precision = tsp; in timestamp_set_precision()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dtimestamp.c19 static int timestamp_precision = TS_PREC_AUTO; variable
36 return timestamp_precision; in timestamp_get_precision()
41 timestamp_precision = tsp; in timestamp_set_precision()
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dtimestamp.c19 static int timestamp_precision = TS_PREC_AUTO;
36 return timestamp_precision;
41 timestamp_precision = tsp;
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dtimestamp.c19 static int timestamp_precision = TS_PREC_AUTO; variable
36 return timestamp_precision; in timestamp_get_precision()
41 timestamp_precision = tsp; in timestamp_set_precision()
/dports/security/py-stix/python-stix-1.2.0.11/stix/indicator/
H A Dsightings.py21 timestamp_precision = fields.TypedField("timestamp_precision", preset_hook=validate_precision) variable in Sighting
28 def __init__(self, timestamp=None, timestamp_precision=None, description=None): argument
32 self.timestamp_precision = timestamp_precision
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/include/mysql/harness/logging/
H A Dhandler.h90 LogTimestampPrecision timestamp_precision);
137 LogTimestampPrecision timestamp_precision =
168 LogTimestampPrecision timestamp_precision =
193 LogTimestampPrecision timestamp_precision =
/dports/security/py-stix/python-stix-1.2.0.11/stix/common/
H A Dconfidence.py25 timestamp_precision = fields.TypedField("timestamp_precision", preset_hook=validate_precision) variable in Confidence
32 self.timestamp_precision = "second"
H A Dstatement.py26 timestamp_precision = fields.TypedField("timestamp_precision", preset_hook=validate_precision) variable in Statement
37 self.timestamp_precision = "second"
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/lastbind/
H A Dlastbind.c44 int timestamp_precision; member
73 (void *)offsetof(lastbind_info, timestamp_precision),
149 if ((now - bindtime) < lbi->timestamp_precision) { in lastbind_bind_response()
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/lastbind/
H A Dlastbind.c44 int timestamp_precision; member
73 (void *)offsetof(lastbind_info, timestamp_precision),
149 if ((now - bindtime) < lbi->timestamp_precision) { in lastbind_bind_response()
/dports/net/quagga/quagga-1.2.4/lib/
H A Dlog.h88 int timestamp_precision; /* # of digits of subsecond precision */ member
192 extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
H A Dlog.c78 quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) in quagga_timestamp() argument
106 if ((timestamp_precision > 0) && in quagga_timestamp()
107 (buflen > cache.len+1+timestamp_precision)) in quagga_timestamp()
112 char *p = buf+cache.len+1+(prec = timestamp_precision); in quagga_timestamp()
128 return cache.len+1+timestamp_precision; in quagga_timestamp()
177 tsctl.precision = zl->timestamp_precision; in vzlog()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/lastbind/
H A Dlastbind.c44 int timestamp_precision; member
73 (void *)offsetof(lastbind_info, timestamp_precision),
151 if ((now - bindtime) < lbi->timestamp_precision) { in lastbind_bind_response()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/lastbind/
H A Dlastbind.c44 int timestamp_precision; member
73 (void *)offsetof(lastbind_info, timestamp_precision),
151 if ((now - bindtime) < lbi->timestamp_precision) { in lastbind_bind_response()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/lastbind/
H A Dlastbind.c44 int timestamp_precision; member
73 (void *)offsetof(lastbind_info, timestamp_precision),
151 if ((now - bindtime) < lbi->timestamp_precision) { in lastbind_bind_response()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/lastbind/
H A Dlastbind.c44 int timestamp_precision; member
73 (void *)offsetof(lastbind_info, timestamp_precision),
151 if ((now - bindtime) < lbi->timestamp_precision) { in lastbind_bind_response()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dlog.c67 size_t quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) in quagga_timestamp() argument
93 if ((timestamp_precision > 0) in quagga_timestamp()
94 && (buflen > cache.len + 1 + timestamp_precision)) { in quagga_timestamp()
100 + (prec = timestamp_precision); in quagga_timestamp()
114 return cache.len + 1 + timestamp_precision; in quagga_timestamp()
H A Dlog.h118 extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dlog.c67 size_t quagga_timestamp(int timestamp_precision, char *buf, size_t buflen) in quagga_timestamp() argument
93 if ((timestamp_precision > 0) in quagga_timestamp()
94 && (buflen > cache.len + 1 + timestamp_precision)) { in quagga_timestamp()
100 + (prec = timestamp_precision); in quagga_timestamp()
114 return cache.len + 1 + timestamp_precision; in quagga_timestamp()
H A Dlog.h118 extern size_t quagga_timestamp(int timestamp_precision /* # subsecond digits */,
/dports/security/py-stix/python-stix-1.2.0.11/stix/bindings/
H A Dindicator.py417 …def __init__(self, timestamp=None, timestamp_precision='second', Source=None, Reference=None, Conf… argument
419 self.timestamp_precision = _cast(None, timestamp_precision)
448 def get_timestamp_precision(self): return self.timestamp_precision
449 …def set_timestamp_precision(self, timestamp_precision): self.timestamp_precision = timestamp_preci… argument
481 if self.timestamp_precision is not None and 'timestamp_precision' not in already_processed:
483 lwrite(' timestamp_precision=%s' % (quote_attrib(self.timestamp_precision), ))
518 self.timestamp_precision = value
/dports/dns/dsc/dsc-2.11.1/src/pcap-thread/
H A Dpcap_thread.h451 int timestamp_precision; member
575 int pcap_thread_set_timestamp_precision(pcap_thread_t* pcap_thread, const int timestamp_precision);
/dports/dns/drool/drool-1.1.0/src/pcap-thread/
H A Dpcap_thread.h451 int timestamp_precision; member
575 int pcap_thread_set_timestamp_precision(pcap_thread_t* pcap_thread, const int timestamp_precision);
/dports/dns/dnscap/dnscap-2.0.1/src/pcap-thread/
H A Dpcap_thread.h451 int timestamp_precision; member
575 int pcap_thread_set_timestamp_precision(pcap_thread_t* pcap_thread, const int timestamp_precision);

12