nttime 1060 source3/include/proto.h const char *display_time(NTTIME nttime); nttime 5704 source3/include/proto.h bool smb_io_time(const char *desc, NTTIME *nttime, prs_struct *ps, int depth); nttime 893 source3/lib/time.c NTTIME nttime; nttime 894 source3/lib/time.c nttime = *src; nttime 895 source3/lib/time.c return nt_time_to_unix_abs(&nttime); nttime 998 source3/lib/time.c const char *display_time(NTTIME nttime) nttime 1005 source3/lib/time.c if (nttime==0) nttime 1008 source3/lib/time.c if (nttime==NTTIME_INFINITY) nttime 1015 source3/lib/time.c high = high * (~(nttime >> 32)); nttime 1017 source3/lib/time.c low = ~(nttime & 0xFFFFFFFF); nttime 32 source3/rpc_parse/parse_misc.c bool smb_io_time(const char *desc, NTTIME *nttime, prs_struct *ps, int depth) nttime 35 source3/rpc_parse/parse_misc.c if (nttime == NULL) nttime 45 source3/rpc_parse/parse_misc.c low = *nttime & 0xFFFFFFFF; nttime 46 source3/rpc_parse/parse_misc.c high = *nttime >> 32; nttime 55 source3/rpc_parse/parse_misc.c *nttime = (((uint64_t)high << 32) + low); nttime 316 source4/libcli/auth/smbencrypt.c NTTIME nttime; nttime 318 source4/libcli/auth/smbencrypt.c unix_to_nt_time(&nttime, time(NULL)); nttime 322 source4/libcli/auth/smbencrypt.c push_nttime(long_date, 0, nttime); nttime 254 source4/smb_server/smb/negprot.c NTTIME nttime; nttime 258 source4/smb_server/smb/negprot.c unix_to_nt_time(&nttime, t); nttime 341 source4/smb_server/smb/negprot.c push_nttime(req->out.vwv+1, VWV(11), nttime);