Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 25 of 715) sorted by relevance

12345678910>>...29

/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dmarshall.hh30 class connection;
38 status unmarshall_check (connection *, protocol_int v);
42 status marshall_intlike (connection *, protocol_int);
47 status unmarshall_intlike (connection *, protocol_int *);
49 status marshall_array_start (connection *, char, size_t);
50 status marshall_array_elmts (connection *, size_t, void *);
52 status unmarshall_array_start (connection *, char, size_t *);
53 status unmarshall_array_elmts (connection *, size_t, void *);
58 status marshall (connection *) in marshall() argument
66 status marshall (connection *conn, T scalar) in marshall()
[all …]
H A Dconnection.hh31 class connection class
35 connection (int fd) in connection() function in cc1_plugin::connection
42 connection (int fd, int aux_fd) in connection() function in cc1_plugin::connection
49 virtual ~connection () = default;
51 connection (const connection &) = delete;
52 connection &operator= (const connection &) = delete;
H A Drpc.hh48 status unmarshall (connection *conn) in unmarshall()
76 status unmarshall (connection *conn) in unmarshall()
106 call (connection *conn, const char *method, R *result, Arg... args) in call()
126 unmarshall (connection *, std::tuple<T...> &) in unmarshall() argument
134 unmarshall (connection *conn, std::tuple<T...> &value)
148 template<int I, R func (connection *, Arg...), typename... T>
150 call (connection *conn, const std::tuple<argument_wrapper<Arg>...> &, in call()
157 template<int I, R func (connection *, Arg...), typename... T>
159 call (connection *conn, const std::tuple<argument_wrapper<Arg>...> &value,
171 template<R func (connection *, Arg...)>
[all …]
H A Dmarshall.cc28 cc1_plugin::unmarshall_check (connection *conn, unsigned long long check) in unmarshall_check()
38 cc1_plugin::marshall_intlike (connection *conn, unsigned long long val) in marshall_intlike()
46 cc1_plugin::unmarshall_intlike (connection *conn, unsigned long long *result) in unmarshall_intlike()
54 cc1_plugin::marshall (connection *conn, const char *str) in marshall()
70 cc1_plugin::unmarshall (connection *conn, char **result) in unmarshall()
102 cc1_plugin::marshall_array_start (connection *conn, char id, in marshall_array_start()
116 cc1_plugin::marshall_array_elmts (connection *conn, size_t n_bytes, in marshall_array_elmts()
123 cc1_plugin::unmarshall_array_start (connection *conn, char id, in unmarshall_array_start()
139 cc1_plugin::unmarshall_array_elmts (connection *conn, size_t n_bytes, in unmarshall_array_elmts()
146 cc1_plugin::marshall (connection *conn, const gcc_type_array *a) in marshall()
[all …]
H A Dlibcc1plugin.cc206 plugin_build_decl (cc1_plugin::connection *self, in plugin_build_decl()
280 plugin_bind (cc1_plugin::connection *, in plugin_bind() argument
290 plugin_tagbind (cc1_plugin::connection *self, in plugin_tagbind()
308 plugin_build_pointer_type (cc1_plugin::connection *, in plugin_build_pointer_type() argument
328 plugin_build_record_type (cc1_plugin::connection *self) in plugin_build_record_type()
335 plugin_build_union_type (cc1_plugin::connection *self) in plugin_build_union_type()
342 plugin_build_add_field (cc1_plugin::connection *, in plugin_build_add_field() argument
389 plugin_finish_record_or_union (cc1_plugin::connection *, in plugin_finish_record_or_union() argument
444 plugin_build_enum_type (cc1_plugin::connection *self, in plugin_build_enum_type()
462 plugin_build_add_enum_constant (cc1_plugin::connection *, in plugin_build_add_enum_constant() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dmarshall.hh28 class connection;
36 status unmarshall_check (connection *, protocol_int v);
40 status marshall_intlike (connection *, protocol_int);
45 status unmarshall_intlike (connection *, protocol_int *);
47 status marshall_array_start (connection *, char, size_t);
48 status marshall_array_elmts (connection *, size_t, void *);
50 status unmarshall_array_start (connection *, char, size_t *);
51 status unmarshall_array_elmts (connection *, size_t, void *);
56 status marshall (connection *conn, T scalar) in marshall()
66 status unmarshall (connection *conn, T *scalar) in unmarshall()
[all …]
H A Drpc.hh44 status unmarshall (connection *conn) in unmarshall()
80 status unmarshall (connection *conn) in unmarshall()
114 status unmarshall (connection *conn) in unmarshall()
152 status unmarshall (connection *conn) in unmarshall()
189 status unmarshall (connection *conn) in unmarshall()
225 status unmarshall (connection *conn) in unmarshall()
259 call (connection *conn, const char *method, R *result) in call()
274 template<typename R, R (*func) (connection *)>
276 callback (connection *conn) in callback()
290 call (connection *conn, const char *method, R *result, A arg) in call()
[all …]
H A Dconnection.hh31 class connection class
35 connection (int fd) in connection() function in cc1_plugin::connection
42 connection (int fd, int aux_fd) in connection() function in cc1_plugin::connection
49 virtual ~connection ();
97 connection (const connection &);
98 connection &operator= (const connection &);
H A Dmarshall.cc27 cc1_plugin::unmarshall_check (connection *conn, unsigned long long check) in unmarshall_check()
37 cc1_plugin::marshall_intlike (connection *conn, unsigned long long val) in marshall_intlike()
45 cc1_plugin::unmarshall_intlike (connection *conn, unsigned long long *result) in unmarshall_intlike()
53 cc1_plugin::marshall (connection *conn, const char *str) in marshall()
69 cc1_plugin::unmarshall (connection *conn, char **result) in unmarshall()
101 cc1_plugin::marshall_array_start (connection *conn, char id, in marshall_array_start()
115 cc1_plugin::marshall_array_elmts (connection *conn, size_t n_bytes, in marshall_array_elmts()
122 cc1_plugin::unmarshall_array_start (connection *conn, char id, in unmarshall_array_start()
138 cc1_plugin::unmarshall_array_elmts (connection *conn, size_t n_bytes, in unmarshall_array_elmts()
145 cc1_plugin::marshall (connection *conn, const gcc_type_array *a) in marshall()
[all …]
H A Dconnection.cc30 cc1_plugin::connection::~connection () in ~connection()
35 cc1_plugin::connection::print (const char *) in print()
40 cc1_plugin::connection::send (char c) in send()
48 cc1_plugin::connection::send (const void *buf, int len) in send()
56 cc1_plugin::connection::require (char c) in require()
68 cc1_plugin::connection::get (void *buf, int len) in get()
76 cc1_plugin::connection::do_wait (bool want_result) in do_wait()
H A Dlibcp1.cc59 libcp1_connection *connection; member
126 class libcp1_connection : public cc1_plugin::connection
131 : connection (fd, aux_fd), in libcp1_connection()
146 : connection (NULL), in libcp1()
163 delete connection; in ~libcp1()
178 cp_call_binding_oracle (cc1_plugin::connection *conn, in cp_call_binding_oracle()
191 cp_call_symbol_address (cc1_plugin::connection *conn, const char *identifier) in cp_call_symbol_address()
199 cp_call_enter_scope (cc1_plugin::connection *conn) in cp_call_enter_scope()
208 cp_call_leave_scope (cc1_plugin::connection *conn) in cp_call_leave_scope()
246 if (!cc1_plugin::call (self->connection, NAME, &result)) in rpc()
[all …]
H A Dlibcc1plugin.cc166 struct plugin_context : public cc1_plugin::connection
225 : cc1_plugin::connection (fd), in plugin_context()
361 plugin_build_decl (cc1_plugin::connection *self, in plugin_build_decl()
435 plugin_bind (cc1_plugin::connection *, in plugin_bind() argument
445 plugin_tagbind (cc1_plugin::connection *self, in plugin_tagbind()
463 plugin_build_pointer_type (cc1_plugin::connection *, in plugin_build_pointer_type() argument
483 plugin_build_record_type (cc1_plugin::connection *self) in plugin_build_record_type()
490 plugin_build_union_type (cc1_plugin::connection *self) in plugin_build_union_type()
497 plugin_build_add_field (cc1_plugin::connection *, in plugin_build_add_field() argument
544 plugin_finish_record_or_union (cc1_plugin::connection *, in plugin_finish_record_or_union() argument
[all …]
H A Dmarshall-cp.hh29 unmarshall (connection *conn, enum gcc_cp_symbol_kind *result) in unmarshall()
39 unmarshall (connection *conn, enum gcc_cp_oracle_request *result) in unmarshall()
49 unmarshall (connection *conn, enum gcc_cp_qualifiers *result) in unmarshall()
59 unmarshall (connection *conn, enum gcc_cp_ref_qualifiers *result) in unmarshall()
70 marshall (connection *conn, const gcc_vbase_array *a) in marshall()
97 unmarshall (connection *conn, struct gcc_vbase_array **result) in unmarshall()
142 marshall (connection *conn, const gcc_cp_template_args *a) in marshall()
169 unmarshall (connection *conn, struct gcc_cp_template_args **result) in unmarshall()
214 marshall (connection *conn, const gcc_cp_function_args *a) in marshall()
238 unmarshall (connection *conn, struct gcc_cp_function_args **result) in unmarshall()
H A Dlibcc1.cc59 libcc1_connection *connection; member
124 class libcc1_connection : public cc1_plugin::connection
129 : connection (fd, aux_fd), in libcc1_connection()
144 : connection (NULL), in libcc1()
161 delete connection; in ~libcc1()
176 c_call_binding_oracle (cc1_plugin::connection *conn, in c_call_binding_oracle()
189 c_call_symbol_address (cc1_plugin::connection *conn, const char *identifier) in c_call_symbol_address()
222 if (!cc1_plugin::call (self->connection, NAME, &result)) in rpc()
233 if (!cc1_plugin::call (self->connection, NAME, &result, arg)) in rpc()
244 if (!cc1_plugin::call (self->connection, NAME, &result, arg1, arg2)) in rpc()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_version.pod6 protocol information of a connection
24 connection. Note that, for TLS, this value will never indicate a version greater
26 returns the name of the protocol used for the connection. SSL_version() returns
27 the numeric protocol version used for the connection. They should only be called
31 SSL_is_dtls() returns one if the connection is using DTLS, zero if not.
42 The connection uses the SSLv3 protocol.
46 The connection uses the TLSv1.0 protocol.
50 The connection uses the TLSv1.1 protocol.
54 The connection uses the TLSv1.2 protocol.
58 The connection uses the TLSv1.3 protocol.
[all …]
H A DBIO_s_accept.pod48 on the underlying connection. If no connection is established
50 waits for an incoming connection.
55 connection on that chain is shutdown and the socket closed when
59 connection and reset the BIO into a state where it awaits another
60 incoming connection.
90 connection is received. This is useful if, for example, a
91 buffering or SSL BIO is required for each connection. The
108 connection, or request a retry in non blocking mode.
113 incoming connection before processing I/O calls. When an accept
117 When a connection is established a new socket BIO is created for
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_version.pod6 protocol information of a connection
24 connection. Note that, for TLS, this value will never indicate a version greater
26 returns the name of the protocol used for the connection. SSL_version() returns
27 the numeric protocol version used for the connection. They should only be called
31 SSL_is_dtls() returns one if the connection is using DTLS, zero if not.
42 The connection uses the SSLv3 protocol.
46 The connection uses the TLSv1.0 protocol.
50 The connection uses the TLSv1.1 protocol.
54 The connection uses the TLSv1.2 protocol.
58 The connection uses the TLSv1.3 protocol.
[all …]
H A DBIO_s_accept.pod48 on the underlying connection. If no connection is established
50 waits for an incoming connection.
55 connection on that chain is shutdown and the socket closed when
59 connection and reset the BIO into a state where it awaits another
60 incoming connection.
92 connection is received. This is useful if, for example, a
93 buffering or SSL BIO is required for each connection. The
116 connection, or request a retry in non blocking mode.
121 incoming connection before processing I/O calls. When an accept
125 When a connection is established a new socket BIO is created for
[all …]
H A DBIO_s_connect.pod36 round the platform's TCP/IP socket connection routines.
43 on the underlying connection. If no connection is established
45 a connection is established first.
50 connection is shutdown and the socket closed when the BIO
54 connection and reset the BIO into a state where it can connect
90 should be made before the connection is established because
95 For non-SSL BIOs the connection is done typically at TCP level.
98 The function returns 1 if the connection was established successfully.
99 A zero or negative value is returned if the connection could not be established.
102 If a connection has already been established this call has no effect.
[all …]
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Dcltest2.c89 dhcpctl_handle connection; local
112 connection = 0;
113 status = dhcpctl_connect (&connection, ip_address, port, 0);
118 status = dhcpctl_new_object (&host, connection, "host");
125 status = dhcpctl_open_object (host, connection, 0);
135 status = dhcpctl_open_object (host, connection,
155 status = dhcpctl_disconnect(&connection, 0);
159 status = dhcpctl_connect (&connection, ip_address, port, 0);
163 status = dhcpctl_object_refresh (connection, host);
172 status = dhcpctl_disconnect(&connection, 0);
[all …]
H A Ddhcpctl.c103 dhcpctl_status dhcpctl_connect (dhcpctl_handle *connection, in dhcpctl_connect() argument
112 status = omapi_generic_new (connection, MDL); in dhcpctl_connect()
117 status = omapi_protocol_connect (*connection, server_name, in dhcpctl_connect()
127 omapi_object_dereference (connection, MDL); in dhcpctl_connect()
135 status = omapi_wait_for_completion (*connection, 0); in dhcpctl_connect()
137 omapi_object_dereference (connection, MDL); in dhcpctl_connect()
166 dhcpctl_status dhcpctl_timed_connect (dhcpctl_handle *connection, in dhcpctl_timed_connect() argument
175 status = omapi_generic_new (connection, MDL); in dhcpctl_timed_connect()
180 status = omapi_protocol_connect (*connection, server_name, in dhcpctl_timed_connect()
191 status = dhcpctl_timed_wait_for_completion(*connection, in dhcpctl_timed_connect()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp.c36 struct mod_hdcp_trace *trace = &hdcp->connection.trace; in push_error_status()
46 hdcp->connection.hdcp1_retry_count++; in push_error_status()
48 hdcp->connection.hdcp2_retry_count++; in push_error_status()
60 if (hdcp->connection.displays[i].state != MOD_HDCP_DISPLAY_INACTIVE && in is_cp_desired_hdcp1()
61 !hdcp->connection.displays[i].adjust.disable) { in is_cp_desired_hdcp1()
67 return (hdcp->connection.hdcp1_retry_count < MAX_NUM_OF_ATTEMPTS) && in is_cp_desired_hdcp1()
69 !hdcp->connection.link.adjust.hdcp1.disable; in is_cp_desired_hdcp1()
80 if (hdcp->connection.displays[i].state != MOD_HDCP_DISPLAY_INACTIVE && in is_cp_desired_hdcp2()
81 !hdcp->connection.displays[i].adjust.disable) { in is_cp_desired_hdcp2()
87 return (hdcp->connection.hdcp2_retry_count < MAX_NUM_OF_ATTEMPTS) && in is_cp_desired_hdcp2()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors_mac.cc242 xpc_connection_t connection, xpc_handler_t handler) { in TSAN_INTERCEPTOR() argument
243 SCOPED_TSAN_INTERCEPTOR(xpc_connection_set_event_handler, connection, in TSAN_INTERCEPTOR()
245 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR()
249 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR()
253 REAL(xpc_connection_set_event_handler)(connection, new_handler); in TSAN_INTERCEPTOR()
256 TSAN_INTERCEPTOR(void, xpc_connection_send_barrier, xpc_connection_t connection, in TSAN_INTERCEPTOR() argument
258 SCOPED_TSAN_INTERCEPTOR(xpc_connection_send_barrier, connection, barrier); in TSAN_INTERCEPTOR()
259 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR()
263 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR()
267 REAL(xpc_connection_send_barrier)(connection, new_barrier); in TSAN_INTERCEPTOR()
[all …]
/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest081-totp.py51 def get_token_for(connection, dn, typ="totp"): argument
52 result = connection.search_s(dn, ldap.SCOPE_BASE)
58 result = connection.search_s(tokendn, ldap.SCOPE_BASE)
77 connection = LDAPObject(uri)
80 connection.bind_s(managerdn, passwd)
88 dn, token_entry = get_token_for(connection, babsdn)
91 result = connection.search_s(paramsdn, ldap.SCOPE_BASE)
130 dn, token_entry = get_token_for(connection, babsdn)
137 connection.modify_s(dn, [(ldap.MOD_REPLACE, 'oathTOTPLastTimeStep', [])])
155 connection.modify_s(dn, [(ldap.MOD_REPLACE, 'oathTOTPLastTimeStep', [])])
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cc246 xpc_connection_t connection, xpc_handler_t handler) { in TSAN_INTERCEPTOR() argument
247 SCOPED_TSAN_INTERCEPTOR(xpc_connection_set_event_handler, connection, in TSAN_INTERCEPTOR()
249 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR()
253 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR()
257 REAL(xpc_connection_set_event_handler)(connection, new_handler); in TSAN_INTERCEPTOR()
260 TSAN_INTERCEPTOR(void, xpc_connection_send_barrier, xpc_connection_t connection, in TSAN_INTERCEPTOR() argument
262 SCOPED_TSAN_INTERCEPTOR(xpc_connection_send_barrier, connection, barrier); in TSAN_INTERCEPTOR()
263 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR()
267 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR()
271 REAL(xpc_connection_send_barrier)(connection, new_barrier); in TSAN_INTERCEPTOR()
[all …]

12345678910>>...29