Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() function
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h373 typedef struct Connection Connection; typedef
2883 struct Connection { struct
2884 enum sc_conn_state c_conn_state; /* connection state */
2885 int c_conn_idx; /* slot in connections array */
2886 ber_socket_t c_sd;
2887 const char *c_close_reason; /* why connection is closing */
2889 ldap_pvt_thread_mutex_t c_mutex; /* protect the connection */
2890 Sockbuf *c_sb; /* ber connection stuff */
2893 time_t c_starttime; /* when the connection was opened */
2894 time_t c_activitytime; /* when the connection was last used */
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactypes.h1221 UINT8 *Connection; member