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

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/easy_tls/
H A Deasy-tls.c873 static int tls_connect_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
875 static int tls_accept_attempt(SSL *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
877 static int tls_write_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
879 static int tls_read_attempt(SSL *, struct tunnelbuf *, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref);
881 static int write_attempt(int fd, struct tunnelbuf *, int *select, int *closed, int *progress);
883 static int read_attempt(int fd, struct tunnelbuf *, int *select, int *closed, int *progress);
923 /* tls_proxy expects that all fds are closed after return */
930 int closed, in_handshake; local
963 closed = 0;
972 /* loop finishes as soon as we detect that one side closed;
1076 tls_get_error(SSL *ssl, int r, int *write_select, int *read_select, int *closed, int *progress) argument
1108 tls_connect_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1122 tls_accept_attempt(SSL *ssl, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1136 tls_write_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1158 tls_read_attempt(SSL *ssl, struct tunnelbuf *buf, int *write_select, int *read_select, int *closed, int *progress, const char **err_pref) argument
1179 get_error(int r, int *select, int *closed, int *progress) argument
1200 write_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed, int *progress) argument
1222 read_attempt(int fd, struct tunnelbuf *buf, int *select, int *closed, int *progress) argument
[all...]
/barrelfish-2018-10-04/include/net_sockets/
H A Dnet_sockets.h16 net_closed_callback_t closed; member in struct:net_socket
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_bio.c134 int closed; /* valid iff peer != NULL */ member in struct:bio_bio_st
213 if (peer_b->closed)
214 return 0; /* writer has closed, and no data is left */
370 if (b->closed)
372 /* we already closed */
449 if (b->closed)
568 if (b->peer == NULL || b->closed)
592 b->closed = 1;
686 ret = other_b->len == 0 && other_b->closed;
746 b1->closed
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Oci/
H A Ddbi.h82 char closed; /* Was the session closed */ member in struct:__anon1680
103 closed, enumerator in enum:__anon1681
H A Dmysql.c773 cursor->state = closed;
1134 session->closed = 1;
1210 if (cursor->session->closed ||
1211 cursor->state == closed ||
1311 if (cursor->session->closed)
1517 if (cursor->state != closed && ! s->closed )
1586 if (s->closed) free(s);
1599 if (cursor->session->closed)
H A Ddbi.c303 if (!session->closed)
/barrelfish-2018-10-04/lib/net_sockets/
H A Dnet_sockets.c139 socket->closed = cb;
421 // debug_printf("%s(%d): closed\n", __func__, nb->descriptor);
422 // debug_printf_to_log("%s(%d): closed %ld:%p %ld:%p", __func__, nb->descriptor, next_free, buffers[next_free], next_used, buffers[next_used]);
424 if (socket->closed) {
425 socket->closed(socket->user_state, socket);
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml.pl44 * out_of_context( <tag> ) : <tag> is not closed
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsio.tex92 which cannot be closed or redirected. Apart from the \notationidx{null}
336 A stream lives until it is closed. Streams that are only referenced
337 by handle are closed automatically, either on failure across the
340 be taken to ensure that streams are closed on failure or when
341 aborting. Handle-streams can optionally be closed explicitly if their
343 aliases cannot be closed automatically: all aliases must be closed
355 the actual stream. All the other aliases should be closed as well
358 to refer to an identifier of the already closed stream.
362 the stream is closed, bu
[all...]
H A Dumserrors.tex408 %prevents system stream from being closed.
H A Dumsmemory.tex145 heap. They are freed when the stream is closed.
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Ddbi.tex58 closed. This is required if one is to build abstractions where they
322 closed if the program fails or aborts back beyond this call. The session
338 all cursors of the session should also be closed with
421 Cursors are automatically closed if the program backtracks or aborts beyond
422 the predicate that created it. Alternatively, the cursor can be closed
H A Dembremoteproto.tex167 abandoned, and the predicate fails (any connected sockets will be closed).
220 socket on the {\eclipse} will be closed after accepting this client.
818 specified when the attachment was made. The server socket is closed
823 the connection is closed, and the operation is considered to have failed.
1273 closed on the remote side, with the bookkeeping information removed too.
1370 are closed. This allows the user to define application specific handlers
1440 remote process. {\tt Socket} will be closed if the attachment is
1468 streams) will be closed. The predicate succeeds after the clean up. In
H A Dembtclmulti.tex190 automatically closed.
H A Dembjava.tex631 \index{queues, opening}referenced and closed\index{queues, closing} from either the Java
924 An {\it AsyncEclipseQueue} queue is opened and closed in the same way as
1468 % never occur, since you cannot read from a closed stream.
1497 % which is then flushed and closed before a corresponding read is
1501 % occurs before the queue is closed.
1529 while {\eclipse} has control, identifying the connection to be closed
H A Dembremote.tex437 ec_stream_name}. The queue is closed on both the Tcl and {\eclipse}
444 and closed on a short-term basis. For quick interchange of data, it is
828 name of {\it ec_stream_name}. The queue is closed on both the Tcl and {\eclipse}
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c1364 bool closed = false; local
1365 errval_t err2 = ahci_close(mount->ahci_binding, MKCLOSURE(ahci_close_cb, &closed));
1367 while (!closed) {
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c575 * The connection shall be actively closed (using RST to close from fault states).
594 /* make sure the post code knows that the connection is closed */
625 * The connection shall be actively closed.
1696 /* prevent connection being closed if httpd_post_data_recved() is called nested */
2390 err_t closed; local
2393 closed = http_close_conn(pcb, NULL);
2394 LWIP_UNUSED_ARG(closed);
2396 if (closed == ERR_MEM) {
2438 /* error or closed by other side? */
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dremote_tools.pl191 socket will be properly closed.
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Ddatabase-sec.tex135 The database is automatically closed when you leave \eclipse or
184 the database is closed, while a temporary one will be destroyed.
327 or when the database is closed.
413 is closed. If the relation already exists the tuples given by
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dconjunto.pl551 Domain has to be a closed set interval specified as Glb..Lub. If SVar
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deplex_relax.pl1025 % closed.
1028 go_left(closed, X, Xp0) :-
/barrelfish-2018-10-04/usr/eclipseclp/documents/mpslib/
H A Doutline.tex474 Figure~\ref{fig:architecure} shows that it is a closed environment,
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dumsusing.tex375 inspector window must be closed.
H A Deprolog.tex482 All types of streams are closed using

Completed in 174 milliseconds

12