OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shutdown_result
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/dns/
xfrin.c
113
isc_result_t
shutdown_result
;
member in struct:dns_xfrin_ctx
843
xfr->
shutdown_result
= result;
873
xfr->
shutdown_result
= ISC_R_UNSET;
1500
xfr->
shutdown_result
= ISC_R_SUCCESS;
1551
INSIST(!xfr->shuttingdown || xfr->
shutdown_result
!= ISC_R_UNSET);
1558
? isc_result_totext(xfr->
shutdown_result
)
1632
xfr->
shutdown_result
== ISC_R_SUCCESS &&
/src/external/mpl/bind/dist/lib/dns/
xfrin.c
121
isc_result_t
shutdown_result
;
member in struct:dns_xfrin
1245
.
shutdown_result
= ISC_R_UNSET,
1784
if (xfr->
shutdown_result
== ISC_R_UNSET) {
1785
xfr->
shutdown_result
= result;
2101
INSIST(xfr->
shutdown_result
!= ISC_R_UNSET);
2109
isc_result_totext(xfr->
shutdown_result
));
2192
xfr->
shutdown_result
== ISC_R_SUCCESS &&
Completed in 57 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026