OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shutting_down
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_local.h
199
unsigned int
shutting_down
: 1;
member in struct:quic_conn_st
/src/sys/rump/librump/rumpkern/
emul.c
69
int
shutting_down
;
variable
/src/crypto/external/apache2/openssl/dist/test/
lhash_test.c
538
static int
shutting_down
= 0;
variable
549
if (
shutting_down
== 1)
737
shutting_down
= 1;
/src/external/bsd/libevent/dist/
listener.c
103
unsigned
shutting_down
: 1;
member in struct:evconnlistener_iocp
781
if (! lev_iocp->
shutting_down
) {
782
lev_iocp->
shutting_down
= 1;
/src/external/bsd/ntp/dist/sntp/libevent/
listener.c
102
unsigned
shutting_down
: 1;
member in struct:evconnlistener_iocp
780
if (! lev_iocp->
shutting_down
) {
781
lev_iocp->
shutting_down
= 1;
/src/external/mpl/bind/dist/lib/isc/netmgr/
tlsstream.c
362
bool
shutting_down
= isc__nm_closing(sock->worker);
local
364
if (
shutting_down
|| inactive(sock)) {
366
isc_result_t result =
shutting_down
? ISC_R_SHUTTINGDOWN
/src/external/bsd/ntp/dist/sntp/
main.c
27
int
shutting_down
;
variable
629
if (NULL == xmt_q ||
shutting_down
)
756
shutting_down
= TRUE;
937
shutting_down
= TRUE;
/src/external/mpl/dhcp/bind/dist/lib/dns/
dispatch.c
216
unsigned int
shutting_down
: 1, shutdown_out : 1, connected : 1,
member in struct:dns_dispatch
508
if (disp->
shutting_down
== 0) {
1081
if (disp->
shutting_down
) {
1398
disp->
shutting_down
= 1;
1507
if (disp->
shutting_down
== 1) {
1571
disp->
shutting_down
= 1;
1585
disp->
shutting_down
= 1;
2091
if ((disp->
shutting_down
== 0) &&
2202
disp->
shutting_down
= 0;
2419
if ((disp->
shutting_down
== 0) &
[
all
...]
adb.c
152
bool
shutting_down
;
member in struct:dns_adb
1609
if (adb->
shutting_down
) {
2595
adb->
shutting_down
= false;
2810
INSIST(adb->
shutting_down
);
2837
if (adb->
shutting_down
&& zeroirefcnt &&
2866
INSIST(adb->
shutting_down
);
2886
if (!adb->
shutting_down
) {
2887
adb->
shutting_down
= true;
Completed in 21 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026