HomeSort by: relevance | last modified time | path
    Searched defs:Connection (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDFS.h 91 /// Record a connection between subtrees and the connection level.
92 struct Connection {
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {}
109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
111 /// Cache the current connection level of each subtree.
176 /// Get the connection level of a subtree.
178 /// For bottom-up trees, the connection level is the latency depth (in cycles)
179 /// of the deepest connection to another subtree.
  /src/crypto/external/bsd/openssh/dist/
ssh-keyscan.c 88 /* The number of seconds after which to give up on a TCP connection */
99 * Keep a connection structure for each file descriptor. The state
102 typedef struct Connection {
103 u_char c_status; /* State of connection on this file desc. */
110 char *c_name; /* Hostname of connection for errors */
112 char *c_output_name; /* Hostname of connection for output */
113 struct ssh *c_ssh; /* SSH-connection */
114 struct timespec c_ts; /* Time at which connection gets aborted */
115 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */
118 TAILQ_HEAD(conlist, Connection) tq; /* Timeout Queue *
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 893 /* Values for _REG connection code */
1223 UINT8 *Connection;
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 376 typedef struct Connection Connection;
1476 /* connection related stuff */
2239 typedef int (BI_conn_func) LDAP_P(( BackendDB *bd, Connection *c ));
2592 Connection *oh_conn; /* connection spawning this op */
2890 * represents a connection from an ldap client
2892 /* connection state (protected by c_mutex ) */
2901 struct Connection {
2902 enum sc_conn_state c_conn_state; /* connection state *
    [all...]

Completed in 20 milliseconds