pdb_get_logoff_time 4463 source3/include/proto.h time_t pdb_get_logoff_time(const struct samu *sampass);
pdb_get_logoff_time  154 source3/libnet/libnet_samsync_passdb.c 		stored_time = pdb_get_logoff_time(account);
pdb_get_logoff_time 1787 source3/passdb/passdb.c 	logoff_time = convert_time_t_to_uint32(pdb_get_logoff_time(sampass));
pdb_get_logoff_time 1260 source3/passdb/pdb_ldap.c 	if (asprintf(&temp, "%li", (long int)pdb_get_logoff_time(sampass)) < 0) {
pdb_get_logoff_time 2579 source3/rpc_server/srv_samr_nt.c 	unix_to_nt_time(&r->last_logoff, pdb_get_logoff_time(pw));
pdb_get_logoff_time 2650 source3/rpc_server/srv_samr_nt.c 	unix_to_nt_time(&r->last_logoff, pdb_get_logoff_time(pw));
pdb_get_logoff_time 2961 source3/rpc_server/srv_samr_nt.c 	unix_to_nt_time(&r->last_logoff, pdb_get_logoff_time(pw));
pdb_get_logoff_time  364 source3/rpc_server/srv_samr_util.c 		stored_time = pdb_get_logoff_time(to);
pdb_get_logoff_time  120 source3/torture/pdbtest.c 	if (pdb_get_logoff_time(s1) != pdb_get_logoff_time(s2)) {
pdb_get_logoff_time  126 source3/torture/pdbtest.c 	if (pdb_get_kickoff_time(s1) != pdb_get_logoff_time(s2)) {
pdb_get_logoff_time  286 source3/utils/pdbedit.c 		tmp = pdb_get_logoff_time(sam_pwent);