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

/freebsd-10.3-release/usr.bin/csup/
H A Dfixups.c54 int closed; member in struct:fixups
108 f->closed = 0;
126 assert(!f->closed);
142 while (f->size == 0 && !f->closed)
144 if (f->closed && f->size == 0) {
168 if (f->size == 0 && !f->closed)
170 f->closed = 1;
182 assert(f->closed);
H A Dmux.c165 int closed; member in struct:mux
316 m->closed = 0;
348 assert(m->closed);
687 * multiplexer wasn't already closed. This is useful because it ensures
706 if (m->closed) {
710 m->closed = 1;
/freebsd-10.3-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-10.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c131 int closed; /* valid iff peer != NULL */ member in struct:bio_bio_st
206 if (peer_b->closed)
207 return 0; /* writer has closed, and no data is left */
358 if (b->closed) {
359 /* we already closed */
435 if (b->closed) {
549 if (b->peer == NULL || b->closed)
576 b->closed = 1;
665 ret = other_b->len == 0 && other_b->closed;
718 b1->closed
[all...]
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_read_private.h115 char closed; member in struct:archive_read_filter
H A Darchive_read.c922 if (!f->closed && f->close != NULL) {
924 f->closed = 1;
1526 if (filter->closed || filter->fatal)
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp475 bool closed = !T.consumeClose(); local
477 if (InitExprsOk && closed)
/freebsd-10.3-release/contrib/libyaml/src/
H A Ddumper.c94 if (emitter->closed) return 1;
102 emitter->closed = 1;
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql62 removed when the database is closed. */
/freebsd-10.3-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-10.3-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-10.3-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-10.3-release/contrib/binutils/ld/
H A Dldlang.h251 unsigned int closed : 1; member in struct:lang_input_statement_struct
/freebsd-10.3-release/contrib/libyaml/include/
H A Dyaml.h1739 /** If the stream was already closed? */
1740 int closed; member in struct:yaml_emitter_s
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c129 svn_boolean_t closed;
896 eb->closed = TRUE;
907 if (!eb->closed)
128 svn_boolean_t closed; member in struct:ev2_edit_baton
/freebsd-10.3-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-10.3-release/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c1065 * is closed. So, we don't check error here.
/freebsd-10.3-release/contrib/sqlite3/
H A Dsqlite3.c523 ** [sqlite3_open_v2()], and not previously closed.
1324 ** deleted when it is closed. ^The [SQLITE_OPEN_DELETEONCLOSE]
1518 ** single thread. All open [database connections] must be closed and all
1968 ** the connection being passed as the second parameter is being closed. The
2255 ** is closed or might close before sqlite3_interrupt() returns.
3035 ** the database connection is closed. Future versions of SQLite might
3043 ** automatically deleted as soon as the database connection is closed.
3443 ** [sqlite3_open16()]. The database connection must not have been closed.
4938 ** [database connection] is closed using [sqlite3_close()].
5304 ** automatically rolled back because the database connection is closed
[all...]

Completed in 511 milliseconds