Home
last modified time | relevance | path

Searched refs:s_timestamp (Results 1 – 13 of 13) sorted by relevance

/dports/databases/pecl-mongodb/mongodb-1.9.1/src/BSON/
H A DTimestamp.c54 …* intern, const char* s_increment, size_t s_increment_len, const char* s_timestamp, size_t s_times… in php_phongo_timestamp_init_from_string() argument
63 if (!php_phongo_parse_int64(&timestamp, s_timestamp, s_timestamp_len)) { in php_phongo_timestamp_init_from_string()
64 …ror parsing \"%s\" as 64-bit integer timestamp for %s initialization", s_timestamp, ZSTR_VAL(php_p… in php_phongo_timestamp_init_from_string()
259 char s_timestamp[12]; in PHP_METHOD() local
273 s_timestamp_len = snprintf(s_timestamp, sizeof(s_timestamp), "%" PRIu32, intern->timestamp); in PHP_METHOD()
277 ADD_ASSOC_STRINGL(&retval, "timestamp", s_timestamp, s_timestamp_len); in PHP_METHOD()
428 char s_timestamp[24]; in php_phongo_timestamp_get_properties_hash() local
441 s_timestamp_len = snprintf(s_timestamp, sizeof(s_timestamp), "%" PRIu32, intern->timestamp); in php_phongo_timestamp_get_properties_hash()
449 ZVAL_STRINGL(&timestamp, s_timestamp, s_timestamp_len); in php_phongo_timestamp_get_properties_hash()
/dports/net/mosh/mosh-1.3.2/src/network/
H A Dtransportstate.h45 TimestampedState( uint64_t s_timestamp, uint64_t s_num, const State &s_state ) in TimestampedState() argument
46 : timestamp( s_timestamp ), num( s_num ), state( s_state ) in TimestampedState()
H A Dnetwork.h85 uint16_t s_timestamp, uint16_t s_timestamp_reply, const string & s_payload ) in Packet() argument
87 timestamp( s_timestamp ), timestamp_reply( s_timestamp_reply ), payload( s_payload ) in Packet()
/dports/devel/babeltrace/babeltrace-1.5.7/converter/
H A Dbabeltrace-log.c57 static int s_timestamp; variable
114 s_timestamp ? metadata_stream_event_header_timestamp : ""); in print_metadata()
201 if (!s_timestamp) in write_event_header()
372 s_timestamp = 1; in parse_args()
/dports/net/nng/nng-1.5.2/src/core/
H A Dstats.c24 nni_time s_timestamp; member
312 stat->s_timestamp = nni_clock(); in stat_update()
413 return ((uint64_t) stat->s_timestamp); in nng_stat_timestamp()
/dports/net/yate/yate-6.4.0-1/engine/
H A DTelEngine.cpp126 static u_int64_t s_timestamp = 0; variable
790 return (uint32_t)(s_timestamp / 1000000); in getStartTimeSec()
801 if (!s_timestamp) { in setFormatting()
805 s_timestamp = sec * 1000000; in setFormatting()
817 t -= s_timestamp; in formatTime()
/dports/devel/aws-c-common/aws-c-common-0.6.15/tests/
H A Dhash_table_test.c1017 static long s_timestamp(void) { in s_timestamp() function
1076 long start = s_timestamp(); in AWS_TEST_CASE()
1126 long end = s_timestamp(); in AWS_TEST_CASE()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/lib/
H A Dauth_digest.py252 s_timestamp, s_hashpart = synthesize_nonce(
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/lib/
H A Dauth_digest.py253 s_timestamp, s_hashpart = synthesize_nonce(
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/System/Data/Odbc/
H A DOdbc32.cs826 …private static readonly TypeMap s_timestamp = new TypeMap(OdbcType.Timestamp, DbType.Binary, typeo… field in System.Data.Odbc.TypeMap
886 case OdbcType.Timestamp: return s_timestamp; in FromOdbcType()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h890 void s_timestamp(const timeval &tv) { v4l_buffer_s_timestamp(this, &tv); } in s_timestamp() function
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h890 void s_timestamp(const timeval &tv) { v4l_buffer_s_timestamp(this, &tv); } in s_timestamp() function
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcv4l-helpers.h890 void s_timestamp(const timeval &tv) { v4l_buffer_s_timestamp(this, &tv); } in s_timestamp() function