Home
last modified time | relevance | path

Searched refs:last_notice (Results 1 – 18 of 18) sorted by relevance

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/common/
H A Dbrlock.c377 int i, last_notice; in brl_notify_unlock() local
383 last_notice = -1; in brl_notify_unlock()
388 if (last_notice != -1 && brl_overlap(&locks[i], &locks[last_notice])) { in brl_notify_unlock()
392 last_notice = i; in brl_notify_unlock()
/dports/net/samba412/samba-4.12.15/source4/ntvfs/common/
H A Dbrlock_tdb.c407 int i, last_notice; in brl_tdb_notify_unlock() local
413 last_notice = -1; in brl_tdb_notify_unlock()
418 if (last_notice != -1 && brl_tdb_overlap(&locks[i], &locks[last_notice])) { in brl_tdb_notify_unlock()
422 last_notice = i; in brl_tdb_notify_unlock()
/dports/databases/py-psycopg2/psycopg2-2.9.2/psycopg/
H A Dconnection_int.c185 if (NULL == self->last_notice) { in conn_notice_callback()
186 self->notice_pending = self->last_notice = notice; in conn_notice_callback()
189 self->last_notice->next = notice; in conn_notice_callback()
190 self->last_notice = notice; in conn_notice_callback()
272 self->last_notice = self->notice_pending = NULL; in conn_notice_clean()
H A Dconnection.h117 struct connectionObject_notice *last_notice; member
/dports/net/ntp/ntp-4.2.8p15/parseutil/
H A Ddcfd.c1125 static unsigned long last_notice = 0; in tick() local
1147 last_notice = ticks; in tick()
1153 if ((ticks - last_notice) > NOTICE_INTERVAL) in tick()
1156 last_notice = ticks; in tick()
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dmisc.h58 extern LastMsg last_notice[MAX_LAST_MSG+1];
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dmisc.h58 extern LastMsg last_notice[MAX_LAST_MSG+1];
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Ds_bsd.c125 static time_t last_notice = 0; in report_error() local
135 sendto_opmask_butone_ratelimited(0, SNO_OLDSNO, &last_notice, text, who, errmsg); in report_error()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dmisc.c92 LastMsg last_notice[MAX_LAST_MSG+1] = { { NULL } }; variable
167 …convert_output_format("%G| %CLast Recv Notice: %W$0-","%s",last_notice[0].last_msg?last_notice[0].… in BUILT_IN_COMMAND()
182 …convert_output_format("%G: %CLast Recv Notice: %W$0-","%s",last_notice[0].last_msg?last_notice[0].… in BUILT_IN_COMMAND()
1442 t = &last_notice[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()
H A Dfunctions.c4507 RETURN_IF_EMPTY(last_notice[count].last_msg); in BUILT_IN_FUNCTION()
4508 …str, "%s %s %s %s %s", last_notice[count].time, last_notice[count].from, last_notice[count].uh, la… in BUILT_IN_FUNCTION()
H A Dnotice.c799 add_last_type(&last_notice[0], MAX_LAST_MSG, from, FromUserHost, to, line); in parse_notice()
H A Dcommands.c1658 nick = last_notice[0].from; in BUILT_IN_COMMAND()
/dports/chinese/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c76 LastMsg last_notice[MAX_LAST_MSG+1] = { { NULL } }; variable
153 …convert_output_format("%G| %CLast Recv Notice: %W$0-","%s",last_notice[0].last_msg?last_notice[0].… in BUILT_IN_COMMAND()
168 …convert_output_format("%G: %CLast Recv Notice: %W$0-","%s",last_notice[0].last_msg?last_notice[0].… in BUILT_IN_COMMAND()
1506 t = &last_notice[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dmisc.c92 LastMsg last_notice[MAX_LAST_MSG+1] = { { NULL } }; variable
167 …convert_output_format("%G| %CLast Recv Notice: %W$0-","%s",last_notice[0].last_msg?last_notice[0].… in BUILT_IN_COMMAND()
182 …convert_output_format("%G: %CLast Recv Notice: %W$0-","%s",last_notice[0].last_msg?last_notice[0].… in BUILT_IN_COMMAND()
1442 t = &last_notice[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()
H A Dfunctions.c4507 RETURN_IF_EMPTY(last_notice[count].last_msg); in BUILT_IN_FUNCTION()
4508 …str, "%s %s %s %s %s", last_notice[count].time, last_notice[count].from, last_notice[count].uh, la… in BUILT_IN_FUNCTION()
H A Dnotice.c799 add_last_type(&last_notice[0], MAX_LAST_MSG, from, FromUserHost, to, line); in parse_notice()
H A Dcommands.c1658 nick = last_notice[0].from; in BUILT_IN_COMMAND()
/dports/irc/bitchx/bitchx-1.2.1/contrib/
H A Dmisc.c76 LastMsg last_notice[MAX_LAST_MSG+1] = { { NULL } }; variable
153 …convert_output_format("%G| %CLast Recv Notice: %W$0-","%s",last_notice[0].last_msg?last_notice[0].… in BUILT_IN_COMMAND()
168 …convert_output_format("%G: %CLast Recv Notice: %W$0-","%s",last_notice[0].last_msg?last_notice[0].… in BUILT_IN_COMMAND()
1506 t = &last_notice[0]; size = MAX_LAST_MSG; in BUILT_IN_COMMAND()