Home
last modified time | relevance | path

Searched refs:timestamp_value (Results 1 – 25 of 88) sorted by relevance

1234

/dports/devel/libvirt/libvirt-7.10.0/src/security/
H A Dsecurity_util.c220 g_autofree char *timestamp_value = NULL; in virSecurityAddTimestamp() local
222 if (!(timestamp_value = virSecurityGetTimestamp()) || in virSecurityAddTimestamp()
226 return virFileSetXAttr(path, timestamp_name, timestamp_value); in virSecurityAddTimestamp()
468 g_autofree char *timestamp_value = NULL; in virSecurityMoveRememberedLabel() local
500 if (virFileGetXAttrQuiet(src, timestamp_name, &timestamp_value) < 0) { in virSecurityMoveRememberedLabel()
521 if (timestamp_value && in virSecurityMoveRememberedLabel()
538 if (timestamp_value && in virSecurityMoveRememberedLabel()
539 virFileSetXAttr(dst, timestamp_name, timestamp_value) < 0) { in virSecurityMoveRememberedLabel()
/dports/databases/arrow/apache-arrow-6.0.1/ruby/red-arrow/lib/arrow/
H A Ddatum.rb88 timestamp_value = value.to_i * 1_000_000_000 + value.nsec
89 try_convert(TimestampScalar.new(data_type, timestamp_value))
92 timestamp_value = value.to_i * 1_000_000_000 + value.nsec
93 try_convert(Decimal128Scalar.new(data_type, timestamp_value))
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cisco-ttag.c35 guint64 timestamp_value;
50 timestamp_value = tvb_get_guint48(tvb, offset, ENC_BIG_ENDIAN);
51 timestamp.secs = (time_t) (timestamp_value / G_GUINT64_CONSTANT(1000000000));
52 … timestamp.nsecs = (guint32)(timestamp_value - (timestamp.secs * G_GUINT64_CONSTANT(1000000000)));
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cisco-ttag.c35 guint64 timestamp_value;
50 timestamp_value = tvb_get_guint48(tvb, offset, ENC_BIG_ENDIAN);
51 timestamp.secs = (time_t) (timestamp_value / G_GUINT64_CONSTANT(1000000000));
52 … timestamp.nsecs = (guint32)(timestamp_value - (timestamp.secs * G_GUINT64_CONSTANT(1000000000)));
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cisco-ttag.c35 guint64 timestamp_value;
50 timestamp_value = tvb_get_guint48(tvb, offset, ENC_BIG_ENDIAN);
51 timestamp.secs = (time_t) (timestamp_value / G_GUINT64_CONSTANT(1000000000));
52 … timestamp.nsecs = (guint32)(timestamp_value - (timestamp.secs * G_GUINT64_CONSTANT(1000000000)));
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cisco-ttag.c35 guint64 timestamp_value; in dissect_ttag() local
50 timestamp_value = tvb_get_guint48(tvb, offset, ENC_BIG_ENDIAN); in dissect_ttag()
51 timestamp.secs = (time_t) (timestamp_value / G_GUINT64_CONSTANT(1000000000)); in dissect_ttag()
52 … timestamp.nsecs = (guint32)(timestamp_value - (timestamp.secs * G_GUINT64_CONSTANT(1000000000))); in dissect_ttag()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/invalidation/public/
H A Dack_handle.cc51 int64_t timestamp_value; in ResetFromValue() local
52 if (!base::StringToInt64(timestamp_as_string, &timestamp_value)) in ResetFromValue()
54 timestamp_ = base::Time::FromInternalValue(timestamp_value); in ResetFromValue()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtrigger.h144 timeval timestamp_value; in get_created_timestamp() local
145 timestamp_value.tv_sec= static_cast<long>(m_created_timestamp / 100); in get_created_timestamp()
146 timestamp_value.tv_usec= (m_created_timestamp % 100) * 10000; in get_created_timestamp()
147 return timestamp_value; in get_created_timestamp()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtrigger.h144 timeval timestamp_value; in get_created_timestamp() local
145 timestamp_value.tv_sec= static_cast<long>(m_created_timestamp / 100); in get_created_timestamp()
146 timestamp_value.tv_usec= (m_created_timestamp % 100) * 10000; in get_created_timestamp()
147 return timestamp_value; in get_created_timestamp()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtrigger.h144 timeval timestamp_value; in get_created_timestamp() local
145 timestamp_value.tv_sec= static_cast<long>(m_created_timestamp / 100); in get_created_timestamp()
146 timestamp_value.tv_usec= (m_created_timestamp % 100) * 10000; in get_created_timestamp()
147 return timestamp_value; in get_created_timestamp()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtrigger.h144 timeval timestamp_value; in get_created_timestamp() local
145 timestamp_value.tv_sec= static_cast<long>(m_created_timestamp / 100); in get_created_timestamp()
146 timestamp_value.tv_usec= (m_created_timestamp % 100) * 10000; in get_created_timestamp()
147 return timestamp_value; in get_created_timestamp()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtrigger.h144 timeval timestamp_value; in get_created_timestamp() local
145 timestamp_value.tv_sec= static_cast<long>(m_created_timestamp / 100); in get_created_timestamp()
146 timestamp_value.tv_usec= (m_created_timestamp % 100) * 10000; in get_created_timestamp()
147 return timestamp_value; in get_created_timestamp()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtrigger.h144 timeval timestamp_value; in get_created_timestamp() local
145 timestamp_value.tv_sec= static_cast<long>(m_created_timestamp / 100); in get_created_timestamp()
146 timestamp_value.tv_usec= (m_created_timestamp % 100) * 10000; in get_created_timestamp()
147 return timestamp_value; in get_created_timestamp()
/dports/archivers/draco/draco-1.4.3/src/draco/javascript/emscripten/
H A Danimation_decoder_webidl_wrapper.cc61 float timestamp_value = -1.0; in GetTimestamps() local
64 if (!timestamp_att->ConvertValue<float>(val_index, &timestamp_value)) { in GetTimestamps()
67 timestamp->SetValue(entry_id++, timestamp_value); in GetTimestamps()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/javascript/emscripten/
H A Danimation_decoder_webidl_wrapper.cc61 float timestamp_value = -1.0; in GetTimestamps() local
64 if (!timestamp_att->ConvertValue<float>(val_index, &timestamp_value)) { in GetTimestamps()
67 timestamp->SetValue(entry_id++, timestamp_value); in GetTimestamps()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/tests/python_functional/src/message_builder/
H A Dlog_message.py29 self.timestamp_value = time.time()
46 self.timestamp_value = timestamp
/dports/textproc/py-pykwalify/pykwalify-1.8.0/pykwalify/
H A Dcore.py777 if isinstance(timestamp_value, (int, float)):
778 _check_int_timestamp_boundaries(timestamp_value)
779 elif isinstance(timestamp_value, datetime.datetime):
783 elif isinstance(timestamp_value, basestring):
784 v = timestamp_value.strip()
792 value=nativestr(timestamp_value),
793 timestamp=nativestr(timestamp_value)))
802 parse(timestamp_value)
808 value=nativestr(timestamp_value),
814 value=timestamp_value,
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/ttl/
H A Ddb_ttl_impl.cc170 int32_t timestamp_value = DecodeFixed32(str.data() + str.size() - kTSLength); in SanityCheckTimestamp() local
171 if (timestamp_value < kMinTimestamp) { in SanityCheckTimestamp()
187 int32_t timestamp_value = in IsStale() local
189 return (timestamp_value + ttl) < curtime; in IsStale()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/ttl/
H A Ddb_ttl_impl.cc166 int32_t timestamp_value = DecodeFixed32(str.data() + str.size() - kTSLength); in SanityCheckTimestamp() local
167 if (timestamp_value < kMinTimestamp) { in SanityCheckTimestamp()
182 int32_t timestamp_value = in IsStale() local
184 return (timestamp_value + ttl) < curtime; in IsStale()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/ttl/
H A Ddb_ttl_impl.cc170 int32_t timestamp_value = DecodeFixed32(str.data() + str.size() - kTSLength); in SanityCheckTimestamp() local
171 if (timestamp_value < kMinTimestamp) { in SanityCheckTimestamp()
187 int32_t timestamp_value = in IsStale() local
189 return (timestamp_value + ttl) < curtime; in IsStale()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/ttl/
H A Ddb_ttl_impl.cc170 int32_t timestamp_value = DecodeFixed32(str.data() + str.size() - kTSLength); in SanityCheckTimestamp() local
171 if (timestamp_value < kMinTimestamp) { in SanityCheckTimestamp()
187 int32_t timestamp_value = in IsStale() local
189 return (timestamp_value + ttl) < curtime; in IsStale()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/ttl/
H A Ddb_ttl_impl.cc166 int32_t timestamp_value = DecodeFixed32(str.data() + str.size() - kTSLength); in SanityCheckTimestamp() local
167 if (timestamp_value < kMinTimestamp) { in SanityCheckTimestamp()
182 int32_t timestamp_value = in IsStale() local
184 return (timestamp_value + ttl) < curtime; in IsStale()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/ttl/
H A Ddb_ttl_impl.cc166 int32_t timestamp_value = DecodeFixed32(str.data() + str.size() - kTSLength); in SanityCheckTimestamp() local
167 if (timestamp_value < kMinTimestamp) { in SanityCheckTimestamp()
182 int32_t timestamp_value = in IsStale() local
184 return (timestamp_value + ttl) < curtime; in IsStale()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/ttl/
H A Ddb_ttl_impl.cc166 int32_t timestamp_value = DecodeFixed32(str.data() + str.size() - kTSLength); in SanityCheckTimestamp() local
167 if (timestamp_value < kMinTimestamp) { in SanityCheckTimestamp()
182 int32_t timestamp_value = in IsStale() local
184 return (timestamp_value + ttl) < curtime; in IsStale()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/ttl/
H A Ddb_ttl_impl.cc166 int32_t timestamp_value = DecodeFixed32(str.data() + str.size() - kTSLength);
167 if (timestamp_value < kMinTimestamp) {
182 int32_t timestamp_value =
184 return (timestamp_value + ttl) < curtime;

1234