Home
last modified time | relevance | path

Searched refs:last_online (Results 1 – 11 of 11) sorted by relevance

/dports/benchmarks/tsung/tsung-1.7.0/src/tsung_controller/
H A Dts_user_server.erl77 last_online,
330 last_online = undefined,
336 last_online = Prev}) ->
344 {reply, {ok, {User,Pwd}}, State#state{last_online={User,Pwd}}};
347 {reply, {ok, Next}, State#state{last_online=Next}}
377 {noreply, State#state{last_online=LastOnline}}
397 {noreply, State#state{last_online=Id}};
407 {noreply, State#state{last_online=LastOnline}};
547 {noreply, State#state.last_online};
551 case State#state.last_online of
[all …]
/dports/multimedia/ustreamer/ustreamer-4.10/src/ustreamer/h264/
H A Dencoder.c49 enc->last_online = -1; in h264_encoder_init()
258 enc->last_online = -1; in _h264_encoder_cleanup()
275 force_key = (force_key || enc->last_online != src->online); in h264_encoder_compress()
287 enc->last_online = src->online; in h264_encoder_compress()
H A Dencoder.h55 int last_online; member
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dfriendlist.c365 Friends.list[num].last_online.last_on = timestamp; in update_friend_last_online()
366 Friends.list[num].last_online.tm = *localtime((const time_t *)&timestamp); in update_friend_last_online()
370 strftime(Friends.list[num].last_online.hour_min_str, TIME_STR_SIZE, t, in update_friend_last_online()
371 &Friends.list[num].last_online.tm); in update_friend_last_online()
854 Blocked.list[i].last_on = Friends.list[fnum].last_online.last_on; in block_friend()
1239 time_t last_seen = Friends.list[f].last_online.last_on; in friendlist_onDraw()
1246 cur_loc_tm.tm_yday - Friends.list[f].last_online.tm.tm_yday in friendlist_onDraw()
1247 … + ((cur_loc_tm.tm_year - Friends.list[f].last_online.tm.tm_year) * 365) in friendlist_onDraw()
1249 const char *hourmin = Friends.list[f].last_online.hour_min_str; in friendlist_onDraw()
H A Dfriendlist.h75 struct LastOnline last_online; member
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/doc/
H A Dhelp_schema.sql19 last_online integer not null, field
H A Dhelp_vol.php189 $vol->last_online = time();
H A Dhelp_db.php93 …$query = "update volunteer set last_check=$vol->last_check, last_online=$vol->last_online, status=…
/dports/net-im/toxbot/ToxBot-1e4af05/src/
H A Dtoxbot.c474 uint64_t last_online = tox_friend_get_last_online(m, friendnum, &err); in purge_inactive_friends() local
479 if (((uint64_t) time(NULL)) - last_online > Tox_Bot.inactive_limit) in purge_inactive_friends()
/dports/www/moinmoin/moin-1.9.11/jabberbot/
H A Dxmppbot.py47 self.last_online = None
63 return self.resources or current_time < self.last_online + self.default_ttl
74 self.last_online = None
127 self.last_online = time.time()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.api.h1282 uint64_t last_online {