Searched refs:closed (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/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
/freebsd-11.0-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c131 int closed; /* valid iff peer != NULL */ member in struct:bio_bio_st
152 b->closed = 0;
210 if (peer_b->closed)
211 return 0; /* writer has closed, and no data is left */
362 if (b->closed) {
363 /* we already closed */
439 if (b->closed) {
553 if (b->peer == NULL || b->closed)
580 b->closed = 1;
665 if (peer_b->len == 0 && peer_b->closed)
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_private.h117 char closed; member in struct:archive_read_filter
H A Darchive_read.c997 if (!f->closed && f->close != NULL) {
999 f->closed = 1;
1617 if (filter->closed || filter->fatal)
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql62 removed when the database is closed. */
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql64 removed when the database is closed. */
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dlock.c57 /* Indicates that the baton has been closed. */ member in struct:svn_wc_adm_access_t
58 svn_boolean_t closed;
232 /* We closed the DB when it became empty. ABSPATH is not present. */
247 if (adm_access->closed)
277 adm_access->closed = TRUE;
312 if (lock->closed)
315 /* If the DB is closed, then we have a bunch of extra work to do. */
321 lock->closed = TRUE;
385 if (lock->closed)
388 /* If the DB is closed, the
[all...]
/freebsd-11.0-release/contrib/serf/
H A Doutgoing.c36 serf__log_nopref(SOCK_VERBOSE, "closed socket, status %d\n", status);
212 /* ### for now, pretend we closed the conn (resets the tracking) */
553 /* A socket was closed, inform the application. */
556 (*conn->closed)(conn, conn->closed_baton, status,
605 "closed socket, status %d\n", status);
606 if (conn->closed != NULL) {
1077 * 1) when the other end has closed the socket and we're
1328 serf_connection_closed_t closed,
1340 conn->closed = closed;
1323 serf_connection_create( serf_context_t *ctx, apr_sockaddr_t *address, serf_connection_setup_t setup, void *setup_baton, serf_connection_closed_t closed, void *closed_baton, apr_pool_t *pool) argument
1369 serf_connection_create2( serf_connection_t **conn, serf_context_t *ctx, apr_uri_t host_info, serf_connection_setup_t setup, void *setup_baton, serf_connection_closed_t closed, void *closed_baton, apr_pool_t *pool) argument
[all...]
H A Dserf.h88 /* The server unexpectedly closed the connection prematurely. */
268 * destroyed when the connection is closed.
317 * connection has been (abnormally) closed. The @a closed_baton is the
349 * Note: if the connection closed (at the request of the application, or
392 * When the connection is closed (upon request or because of an error),
393 * then the @a closed callback is invoked, and @a closed_baton is passed.
396 * NULL may be passed for @a acceptor and @a closed; default implementations
407 serf_connection_closed_t closed,
424 * When the connection is closed (upon request or because of an error),
425 * then the @a closed callbac
[all...]
H A Dserf_private.h258 serf_connection_closed_t closed; member in struct:serf_connection_t
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp473 bool closed = !T.consumeClose(); local
475 if (InitExprsOk && closed)
/freebsd-11.0-release/contrib/llvm/lib/Support/Unix/
H A DProcess.inc219 // fstat should return EBADF if the file descriptor is closed.
/freebsd-11.0-release/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl197 print "\tConnection closed requests: ", $connection_closed,"\n";
199 print "\tTop ten connection closed request clients\n";
427 } elsif (/connection closed before end of data after [0-9]+ bytes from IPv[46]:([0-9\.:a-fA-F]+)/) {
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldlang.h251 unsigned int closed : 1; member in struct:lang_input_statement_struct
/freebsd-11.0-release/cddl/usr.sbin/zfsd/
H A Dcase_file.cc438 bool closed(CloseIfSolved());
440 return (consumed || closed);
868 syslog(LOG_INFO, "CaseFile(%s,%s) closed - State %s\n",
962 * If the spare is healthy, then the case file should be closed very
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c131 svn_boolean_t closed;
929 eb->closed = TRUE;
940 if (!eb->closed)
130 svn_boolean_t closed; member in struct:ev2_edit_baton
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A DMakefile.in291 test/test-eof$(EXEEXT) test/test-closed$(EXEEXT) \
358 am_test_test_closed_OBJECTS = test/test-closed.$(OBJEXT)
1018 test/test-closed \
1036 test_test_closed_SOURCES = test/test-closed.c
1360 test/test-closed.$(OBJEXT): test/$(am__dirstamp) \
1363 test/test-closed$(EXEEXT): $(test_test_closed_OBJECTS) $(test_test_closed_DEPENDENCIES) $(EXTRA_test_test_closed_DEPENDENCIES) test/$(am__dirstamp)
1364 @rm -f test/test-closed$(EXEEXT)
1490 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/test-closed.Po@am__quote@
/freebsd-11.0-release/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c1099 * is closed. So, we don't check error here.
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc260 // and closed.
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c534 ** [sqlite3_open_v2()], and not previously closed.
1353 ** deleted when it is closed. ^The [SQLITE_OPEN_DELETEONCLOSE]
1547 ** single thread. All open [database connections] must be closed and all
2004 ** the connection being passed as the second parameter is being closed. The
2320 ** is closed or might close before sqlite3_interrupt() returns.
3100 ** the database connection is closed. Future versions of SQLite might
3108 ** automatically deleted as soon as the database connection is closed.
3508 ** [sqlite3_open16()]. The database connection must not have been closed.
5035 ** [database connection] is closed using [sqlite3_close()].
5401 ** automatically rolled back because the database connection is closed
[all...]

Completed in 547 milliseconds