Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 25 of 142) sorted by relevance

123456

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
Dtst.StateMachine.ksh.out4 closed: false
17 closed: false
23 closed: false
28 closed: false
38 closed: false
50 closed: false
55 closed: true
56 java.lang.IllegalStateException: cannot reopen a closed consumer
57 java.lang.IllegalStateException: consumer closed
58 java.lang.IllegalStateException: consumer closed
[all …]
/freebsd-12-stable/contrib/libevent/test/
DMakefile.nmake25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
50 test-closed.exe: test-closed.obj
51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj
Dinclude.am26 test/test-closed \
93 test_test_closed_SOURCES = test/test-closed.c
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
DMakefile.nmake25 OTHER_OBJS=test-init.obj test-eof.obj test-closed.obj test-weof.obj test-time.obj \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
50 test-closed.exe: test-closed.obj
51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj
Dinclude.am26 test/test-closed \
93 test_test_closed_SOURCES = test/test-closed.c
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbss_bio.c66 int closed; /* valid iff peer != NULL */ member
135 if (peer_b->closed) in bio_read()
287 if (b->closed) { in bio_write()
364 if (b->closed) { in bio_nwrite0()
476 if (b->peer == NULL || b->closed) in bio_ctrl()
503 b->closed = 1; in bio_ctrl()
588 if (peer_b->len == 0 && peer_b->closed) in bio_ctrl()
644 b1->closed = 0; in bio_make_pair()
647 b2->closed = 0; in bio_make_pair()
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_set_shutdown.pod34 considered closed and the session is closed and correct.
49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN
52 is closed).
DSSL_shutdown.pod22 a currently open session is considered closed and good and will be kept in the
53 The read direction is closed by the peer.
64 closed anyway), this first successful call to SSL_shutdown() is sufficient.
DBIO_s_socket.pod23 If the close flag is set then the socket is shut down and closed
DBIO_get_data.pod37 is also closed when the BIO is freed.
DSSL_clear.pod28 If a session was closed cleanly, the session object will be kept and all
/freebsd-12-stable/contrib/serf/
Doutgoing.c561 (*conn->closed)(conn, conn->closed_baton, status, in handle_conn_closed()
611 if (conn->closed != NULL) { in reset_connection()
1338 serf_connection_closed_t closed, in serf_connection_create() argument
1350 conn->closed = closed; in serf_connection_create()
1385 serf_connection_closed_t closed, in serf_connection_create2() argument
1409 closed, closed_baton, pool); in serf_connection_create2()
1455 if (conn->closed != NULL) { in serf_connection_close()
Dserf.h412 serf_connection_closed_t closed,
445 serf_connection_closed_t closed,
Dserf_private.h263 serf_connection_closed_t closed; member
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dlock.c57 svn_boolean_t closed; member
246 if (adm_access->closed) in close_single()
276 adm_access->closed = TRUE; in close_single()
311 if (lock->closed) in pool_cleanup_locked()
320 lock->closed = TRUE; in pool_cleanup_locked()
384 if (lock->closed) in pool_cleanup_readonly()
437 lock->closed = FALSE; in adm_access_alloc()
1298 if (adm_access->closed) in do_close()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
Dtst.remotesctpstate.ksh.out11 sctp:::state-change to closed - yes
/freebsd-12-stable/sbin/pfctl/tests/files/
Dpf0055.in3 set timeout { tcp.closing 744, tcp.finwait 25, tcp.closed 38 }
Dpf0055.ok8 set timeout tcp.closed 38
/freebsd-12-stable/contrib/mandoc/
Dhtml.c642 if (t->closed) in print_otag()
664 t->closed = 0; in print_otag()
840 if (tag->closed == 0) { in print_ctag()
841 tag->closed = 1; in print_ctag()
Dhtml.h79 int closed; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseInit.cpp524 bool closed = !T.consumeClose(); in ParseBraceInitializer() local
526 if (InitExprsOk && closed) in ParseBraceInitializer()
/freebsd-12-stable/contrib/libpcap/doc/
DDLT_ALLOCATE_HOWTO.md10 type, but they are available for closed, proprietary projects as well.
/freebsd-12-stable/contrib/file/magic/Magdir/
Dbioinformatics25 >0x08 lelong &0x10000 \b, using half-closed-half-open coordinates (BED style)
27 >>0x08 lelong =0 \b, using closed and one based coordinates (GFF style)
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_read_private.h118 char closed; member
/freebsd-12-stable/lib/libfetch/
Dftp.errors31 426 ABORT Connection closed; transfer aborted

123456