OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifies
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/nsd/dist/contrib/
nsd.zones2nsd.conf
78
notifies
= re.split("\s+", notify_group)
83
for notify in
notifies
:
/src/external/mit/xorg/lib/libxcb/files/
present.c
122
/*
notifies
*/
155
const xcb_present_notify_t *
notifies
)
188
/* xcb_present_notify_t
notifies
*/
189
xcb_parts[4].iov_base = (char *)
notifies
;
215
const xcb_present_notify_t *
notifies
)
248
/* xcb_present_notify_t
notifies
*/
249
xcb_parts[4].iov_base = (char *)
notifies
;
503
/*
notifies
*/
538
const xcb_present_notify_t *
notifies
)
573
/* xcb_present_notify_t
notifies
*/
[
all
...]
present.h
482
const xcb_present_notify_t *
notifies
);
509
const xcb_present_notify_t *
notifies
);
689
const xcb_present_notify_t *
notifies
);
718
const xcb_present_notify_t *
notifies
);
/src/external/bsd/nsd/dist/doc/
differences.tex
428
Error codes are different, the tools that send
notifies
are not affected.
/src/external/mpl/bind/dist/lib/dns/
zone.c
361
ISC_LIST(dns_notify_t)
notifies
;
1203
.
notifies
= ISC_LIST_INITIALIZER,
11352
* Secondaries send
notifies
before backing up to disk,
11413
* Primary/redirect zones send
notifies
now, if needed
12258
for (notify = ISC_LIST_HEAD(zone->
notifies
); notify != NULL;
12413
for (notify = ISC_LIST_HEAD(zone->
notifies
); notify != NULL;
12519
ISC_LIST_UNLINK(notify->zone->
notifies
, notify, link);
12875
ISC_LIST_APPEND(newnotify->zone->
notifies
, newnotify, link);
13114
ISC_LIST_APPEND(zone->
notifies
, notify, link);
13121
"sending
notifies
(serial %u)", serial)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
370
ISC_LIST(dns_notify_t)
notifies
;
1182
ISC_LIST_INIT(zone->
notifies
);
11383
* Secondaries send
notifies
before backing up to disk,
11433
* Master/redirect zones send
notifies
now, if needed
12199
for (notify = ISC_LIST_HEAD(zone->
notifies
); notify != NULL;
12334
for (notify = ISC_LIST_HEAD(zone->
notifies
); notify != NULL;
12441
ISC_LIST_UNLINK(notify->zone->
notifies
, notify, link);
12778
ISC_LIST_APPEND(newnotify->zone->
notifies
, newnotify, link);
12955
ISC_LIST_APPEND(zone->
notifies
, notify, link);
12962
"sending
notifies
(serial %u)", serial)
[
all
...]
Completed in 51 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026