HomeSort by: relevance | last modified time | path
    Searched refs:connection (Results 1 - 25 of 198) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gcc/dist/libcc1/
marshall.hh 30 class connection;
36 // Read an integer from the connection and verify that it has the
38 status unmarshall_check (connection *, protocol_int v);
41 // connection.
42 status marshall_intlike (connection *, protocol_int);
44 // Read a type marker from the connection and verify that it is an
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 *)
    [all...]
connection.hh 1 /* Plugin connection declarations
28 // The connection class represents one side of the connection
31 class connection class in namespace:cc1_plugin
35 connection (int fd) function in class:cc1_plugin::connection
42 connection (int fd, int aux_fd) function in class:cc1_plugin::connection
49 virtual ~connection () = default;
51 connection (const connection &) = delete;
52 connection &operator= (const connection &) = delete
    [all...]
callbacks.hh 28 class connection;
31 typedef status callback_ftype (connection *);
marshall.cc 24 #include "connection.hh"
28 cc1_plugin::unmarshall_check (connection *conn, unsigned long long check)
38 cc1_plugin::marshall_intlike (connection *conn, unsigned long long val)
46 cc1_plugin::unmarshall_intlike (connection *conn, unsigned long long *result)
54 cc1_plugin::marshall (connection *conn, const char *str)
70 cc1_plugin::unmarshall (connection *conn, char **result)
102 cc1_plugin::marshall_array_start (connection *conn, char id,
116 cc1_plugin::marshall_array_elmts (connection *conn, size_t n_bytes,
123 cc1_plugin::unmarshall_array_start (connection *conn, char id,
139 cc1_plugin::unmarshall_array_elmts (connection *conn, size_t n_bytes
    [all...]
rpc.hh 24 #include "connection.hh"
48 status unmarshall (connection *conn)
76 status unmarshall (connection *conn)
100 // "callbacks" and "connection" classes. It decodes incoming
106 call (connection *conn, const char *method, R *result, Arg... args)
126 unmarshall (connection *, std::tuple<T...> &)
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>...> &,
157 template<int I, R func (connection *, Arg...), typename... T
    [all...]
connection.cc 27 #include "connection.hh"
31 cc1_plugin::connection::send (char c)
39 cc1_plugin::connection::send (const void *buf, int len)
47 cc1_plugin::connection::require (char c)
59 cc1_plugin::connection::get (void *buf, int len)
67 cc1_plugin::connection::do_wait (bool want_result)
  /src/external/gpl3/gcc.old/dist/libcc1/
marshall.hh 30 class connection;
36 // Read an integer from the connection and verify that it has the
38 status unmarshall_check (connection *, protocol_int v);
41 // connection.
42 status marshall_intlike (connection *, protocol_int);
44 // Read a type marker from the connection and verify that it is an
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 *)
    [all...]
connection.hh 1 /* Plugin connection declarations
28 // The connection class represents one side of the connection
31 class connection class in namespace:cc1_plugin
35 connection (int fd) function in class:cc1_plugin::connection
42 connection (int fd, int aux_fd) function in class:cc1_plugin::connection
49 virtual ~connection () = default;
51 connection (const connection &) = delete;
52 connection &operator= (const connection &) = delete
    [all...]
callbacks.hh 28 class connection;
31 typedef status callback_ftype (connection *);
marshall.cc 24 #include "connection.hh"
28 cc1_plugin::unmarshall_check (connection *conn, unsigned long long check)
38 cc1_plugin::marshall_intlike (connection *conn, unsigned long long val)
46 cc1_plugin::unmarshall_intlike (connection *conn, unsigned long long *result)
54 cc1_plugin::marshall (connection *conn, const char *str)
70 cc1_plugin::unmarshall (connection *conn, char **result)
102 cc1_plugin::marshall_array_start (connection *conn, char id,
116 cc1_plugin::marshall_array_elmts (connection *conn, size_t n_bytes,
123 cc1_plugin::unmarshall_array_start (connection *conn, char id,
139 cc1_plugin::unmarshall_array_elmts (connection *conn, size_t n_bytes
    [all...]
rpc.hh 24 #include "connection.hh"
48 status unmarshall (connection *conn)
76 status unmarshall (connection *conn)
100 // "callbacks" and "connection" classes. It decodes incoming
106 call (connection *conn, const char *method, R *result, Arg... args)
126 unmarshall (connection *, std::tuple<T...> &)
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>...> &,
157 template<int I, R func (connection *, Arg...), typename... T
    [all...]
connection.cc 27 #include "connection.hh"
31 cc1_plugin::connection::send (char c)
39 cc1_plugin::connection::send (const void *buf, int len)
47 cc1_plugin::connection::require (char c)
59 cc1_plugin::connection::get (void *buf, int len)
67 cc1_plugin::connection::do_wait (bool want_result)
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
adv-ctl-server.c 283 adv_ctl_start_thread_shutdown(xpc_object_t request, xpc_connection_t connection, void *context)
287 server_state->shutdown_connection = connection;
480 advertising_proxy_conn_ref connection = context; local
481 connection->io_context = NULL;
482 RELEASE_HERE(connection, advertising_proxy_conn_ref);
486 adv_ctl_list_services(advertising_proxy_conn_ref connection, void *context)
497 if (!cti_connection_message_create(connection, kDNSSDAdvertisingProxyResponse, 200) ||
498 !cti_connection_u32_put(connection, (uint32_t)kDNSSDAdvertisingProxyStatus_NoError) ||
499 !cti_connection_u32_put(connection, num_hosts))
502 cti_connection_close(connection);
790 advertising_proxy_conn_ref connection = context; local
808 advertising_proxy_conn_ref connection = cti_connection_allocate(500); local
    [all...]
advertising_proxy_services.c 88 advertising_proxy_conn_ref connection = context; local
89 connection->io_context = NULL;
90 RELEASE_HERE(connection, advertising_proxy_conn_ref);
109 adv_message_parse(cti_connection_t connection)
114 cti_connection_parse_start(connection);
115 if (!cti_connection_u16_parse(connection, &connection->message_type)) {
119 if (connection->message_type != kDNSSDAdvertisingProxyResponse) {
120 syslog(LOG_ERR, "adv_message_parse: unexpected message type %d", connection->message_type);
124 if (!cti_connection_u32_parse(connection, (uint32_t *)&status))
154 cti_connection_t connection = context; local
290 cti_connection_t connection; local
    [all...]
macos-ioloop.c 55 static void ioloop_tcp_input_start(comm_t *NONNULL connection);
57 static bool connection_write_now(comm_t *NONNULL connection);
58 static bool ioloop_listener_connection_ready(comm_t *connection);
238 connection_cancel_(comm_t *comm, nw_connection_t connection, const char *file, int line)
240 if (connection == NULL) {
241 INFO("null connection at " PUB_S_SRP ":%d", file, line);
243 INFO("%p: " PUB_S_SRP " " PUB_S_SRP ":%d" , connection, comm->canceled ? " (already canceled)" : "", file, line);
245 nw_connection_cancel(connection);
255 if (comm->connection != NULL) {
256 nw_release(comm->connection);
529 comm_t *connection = context; local
1003 comm_t *connection = calloc(1, sizeof *connection); local
1682 comm_t *connection; local
    [all...]
cti-server.h 46 typedef int (*send_event_t)(cti_connection_t NONNULL connection, int event) GCCATTR((nonnull (1)));
54 int ctiRetrieveServiceList(cti_connection_t NONNULL connection, int event) GCCATTR((nonnull (1)));
58 int ctiRetrievePrefixList(cti_connection_t NONNULL connection, int event) GCCATTR((nonnull (1)));
59 int ctiRetrievePartitionId(cti_connection_t NONNULL connection, int event) GCCATTR((nonnull (1)));
60 int ctiRetrieveXPANID(cti_connection_t NONNULL connection, int event) GCCATTR((nonnull (1)));
61 int ctiRetrieveTunnel(cti_connection_t NONNULL connection) GCCATTR((nonnull (1)));
62 int ctiRetrieveNodeType(cti_connection_t NONNULL connection, int event) GCCATTR((nonnull (1)));
ioloop.c 575 comm_t *connection = (comm_t *)context; local
627 message->local.sin6.sin6_port = htons(connection->listen_port);
644 message->local.sin.sin_port = htons(connection->listen_port);
674 connection->datagram_callback(connection, message, connection->context);
687 comm_t *connection = (comm_t *)io; local
690 if (connection->message_length_len < 2) {
691 read_ptr = connection->message_length_bytes;
692 read_len = 2 - connection->message_length_len
1399 comm_t *connection = (comm_t *)io; local
1447 comm_t *connection; local
    [all...]
probe-srp.c 63 comm_t *connection; member in struct:probe_state
85 if (probe_state->connection != NULL) {
86 ioloop_comm_release(probe_state->connection);
87 probe_state->connection = NULL;
112 if (probe_state->connection != NULL) {
113 ioloop_comm_cancel(probe_state->connection); // Cancel the connection (should result in the state being released)
114 ioloop_comm_release(probe_state->connection);
115 probe_state->connection = NULL;
177 probe_srp_datagram(comm_t *connection, message_t *message, void *context
    [all...]
  /src/share/doc/psd/20.ipctut/
strchkread.c 96 printf("Ending connection\en");
streamread.c 41 * through the loop it accepts a connection and prints out messages from it.
42 * When the connection breaks, or a termination message comes through, the
43 * program accepts a new connection.
89 printf("Ending connection\en");
ustreamread.c 42 * loop it accepts a connection and prints out messages from it. When the
43 * connection breaks, or a termination message comes through, the program
44 * accepts a new connection.
77 printf("Ending connection\en");
  /src/external/apache2/llvm/dist/llvm/utils/bugpoint/
RemoteRunSafely.sh 92 connection=$RUSER'@'$RHOST
96 $RCLIENT $connection $RPORT \
  /src/external/bsd/unbound/dist/testdata/tcp_conn_limit.tdir/
tcp_conn_limit.conf 12 tcp-connection-limit: 0.0.0.0/0 0
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-doh-duplicates.conf 22 streams-per-connection 100;
29 streams-per-connection 100;
37 http-streams-per-connection 100;
  /src/external/mpl/dhcp/dist/dhcpctl/
cltest2.c 20 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
89 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)
    [all...]

Completed in 31 milliseconds

1 2 3 4 5 6 7 8