Home
last modified time | relevance | path

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

123456

/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out4 closed: false
17 closed: false
23 closed: false
28 closed: false
38 closed: false
50 closed: false
55 closed: true
57 java.lang.IllegalStateException: consumer closed
58 java.lang.IllegalStateException: consumer closed
59 java.lang.IllegalStateException: consumer closed
[all …]
/freebsd-12.1/contrib/libevent/test/
H A 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
H A Dinclude.am25 test/test-closed \
92 test_test_closed_SOURCES = test/test-closed.c
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A 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
H A Dinclude.am25 test/test-closed \
65 test_test_closed_SOURCES = test/test-closed.c
/freebsd-12.1/crypto/openssl/crypto/bio/
H A 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.1/crypto/openssl/doc/man3/
H A 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).
H A 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.
H A DBIO_s_socket.pod23 If the close flag is set then the socket is shut down and closed
H A DBIO_get_data.pod37 is also closed when the BIO is freed.
H A DSSL_clear.pod28 If a session was closed cleanly, the session object will be kept and all
H A DSSL_get_error.pod41 The TLS/SSL peer has closed the connection for writing by sending the
45 indicate that the underlying transport has been closed.
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A 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.1/contrib/serf/
H A 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()
H A Dserf.h412 serf_connection_closed_t closed,
445 serf_connection_closed_t closed,
H A Dserf_private.h263 serf_connection_closed_t closed; member
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.remotesctpstate.ksh.out11 sctp:::state-change to closed - yes
/freebsd-12.1/sbin/pfctl/tests/files/
H A Dpf0055.in3 set timeout { tcp.closing 744, tcp.finwait 25, tcp.closed 38 }
H A Dpf0055.ok8 set timeout tcp.closed 38
/freebsd-12.1/contrib/mandoc/
H A Dhtml.c281 for (t = h->tag; t != NULL && t->closed == 0; t = t->next) { in html_close_paragraph()
599 t->closed = 0; in print_otag()
732 if (tag->closed == 0) { in print_ctag()
733 tag->closed = 1; in print_ctag()
H A Dhtml.h75 int closed; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp470 bool closed = !T.consumeClose(); in ParseBraceInitializer() local
472 if (InitExprsOk && closed) in ParseBraceInitializer()
/freebsd-12.1/contrib/file/magic/Magdir/
H A 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.1/contrib/libarchive/libarchive/
H A Darchive_read_private.h119 char closed; member
/freebsd-12.1/lib/libfetch/
H A Dftp.errors31 426 ABORT Connection closed; transfer aborted

123456