Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection.c128 MHD_get_connection_values (struct MHD_Connection *connection, in MHD_get_connection_values()
177 MHD_set_connection_value (struct MHD_Connection *connection, in MHD_set_connection_value()
217 MHD_lookup_connection_value (struct MHD_Connection *connection, in MHD_lookup_connection_value()
243 need_100_continue (struct MHD_Connection *connection) in need_100_continue()
268 MHD_connection_close (struct MHD_Connection *connection, in MHD_connection_close()
297 connection_close_error (struct MHD_Connection *connection, in connection_close_error()
332 try_ready_normal_body (struct MHD_Connection *connection) in try_ready_normal_body()
399 try_ready_chunked_body (struct MHD_Connection *connection) in try_ready_chunked_body()
510 keepalive_possible (struct MHD_Connection *connection) in keepalive_possible()
608 try_grow_read_buffer (struct MHD_Connection *connection)
[all …]
Dconnection_https.c46 run_tls_handshake (struct MHD_Connection *connection) in run_tls_handshake()
96 MHD_tls_connection_handle_read (struct MHD_Connection *connection) in MHD_tls_connection_handle_read()
113 MHD_tls_connection_handle_write (struct MHD_Connection *connection) in MHD_tls_connection_handle_write()
132 MHD_tls_connection_handle_idle (struct MHD_Connection *connection) in MHD_tls_connection_handle_idle()
176 MHD_set_https_callbacks (struct MHD_Connection *connection) in MHD_set_https_callbacks()
Dtest_postprocessor.c124 struct MHD_Connection connection; in test_urlencoding() local
158 struct MHD_Connection connection; in test_multipart_garbage() local
199 struct MHD_Connection connection; in test_multipart_splits() local
232 struct MHD_Connection connection; in test_multipart() local
267 struct MHD_Connection connection; in test_nested_multipart() local
302 struct MHD_Connection connection; in test_empty_value() local
/third_party/pulseaudio/src/pulsecore/
Drtkit.c65 static long long rtkit_get_int_property(DBusConnection *connection, const char* propname, long long… in rtkit_get_int_property()
145 int rtkit_get_max_realtime_priority(DBusConnection *connection) { in rtkit_get_max_realtime_priority()
153 int rtkit_get_min_nice_level(DBusConnection *connection, int* min_nice_level) { in rtkit_get_min_nice_level()
163 long long rtkit_get_rttime_usec_max(DBusConnection *connection) { in rtkit_get_rttime_usec_max()
171 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) { in rtkit_make_realtime()
230 int rtkit_make_high_priority(DBusConnection *connection, pid_t thread, int nice_level) { in rtkit_make_high_priority()
293 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) { in rtkit_make_realtime()
297 int rtkit_make_high_priority(DBusConnection *connection, pid_t thread, int nice_level) { in rtkit_make_high_priority()
301 int rtkit_get_max_realtime_priority(DBusConnection *connection) { in rtkit_get_max_realtime_priority()
305 int rtkit_get_min_nice_level(DBusConnection *connection, int* min_nice_level) { in rtkit_get_min_nice_level()
[all …]
Dprotocol-simple.c48 typedef struct connection { struct
66 } connection; typedef
Dprotocol-esound.c79 typedef struct connection { struct
80 pa_msgobject parent;
82 uint32_t index;
83 bool dead;
84 pa_esound_protocol *protocol;
85 pa_esound_options *options;
86 pa_iochannel *io;
87 pa_client *client;
88 bool authorized, swap_byte_order;
89 void *write_data;
[all …]
Dprotocol-http.c87 struct connection { struct
104 pa_idxset *connections; argument
114 static void connection_unlink(struct connection *c) { in connection_unlink() argument
/third_party/glib/gio/
Dgsocketconnection.c100 GSocketConnection *connection = G_SOCKET_CONNECTION (io_stream); in G_DEFINE_TYPE_WITH_PRIVATE() local
112 GSocketConnection *connection = G_SOCKET_CONNECTION (io_stream); in g_socket_connection_get_output_stream() local
133 g_socket_connection_is_connected (GSocketConnection *connection) in g_socket_connection_is_connected()
152 g_socket_connection_connect (GSocketConnection *connection, in g_socket_connection_connect()
186 g_socket_connection_connect_async (GSocketConnection *connection, in g_socket_connection_connect_async()
233 GSocketConnection *connection = g_task_get_source_object (task); in g_socket_connection_connect_callback() local
258 g_socket_connection_connect_finish (GSocketConnection *connection, in g_socket_connection_connect_finish()
281 g_socket_connection_get_socket (GSocketConnection *connection) in g_socket_connection_get_socket()
301 g_socket_connection_get_local_address (GSocketConnection *connection, in g_socket_connection_get_local_address()
327 g_socket_connection_get_remote_address (GSocketConnection *connection, in g_socket_connection_get_remote_address()
[all …]
Dgtcpwrapperconnection.c68 GTcpWrapperConnection *connection = G_TCP_WRAPPER_CONNECTION (io_stream); in g_tcp_wrapper_connection_get_input_stream() local
76 GTcpWrapperConnection *connection = G_TCP_WRAPPER_CONNECTION (io_stream); in g_tcp_wrapper_connection_get_output_stream() local
87 GTcpWrapperConnection *connection = G_TCP_WRAPPER_CONNECTION (object); in g_tcp_wrapper_connection_get_property() local
106 GTcpWrapperConnection *connection = G_TCP_WRAPPER_CONNECTION (object); in g_tcp_wrapper_connection_set_property() local
122 GTcpWrapperConnection *connection = G_TCP_WRAPPER_CONNECTION (object); in g_tcp_wrapper_connection_finalize() local
155 g_tcp_wrapper_connection_init (GTcpWrapperConnection *connection) in g_tcp_wrapper_connection_init()
Dgunixconnection.c84 g_unix_connection_send_fd (GUnixConnection *connection, in g_unix_connection_send_fd()
138 g_unix_connection_receive_fd (GUnixConnection *connection, in g_unix_connection_receive_fd()
227 g_unix_connection_init (GUnixConnection *connection) in g_unix_connection_init()
319 g_unix_connection_send_credentials (GUnixConnection *connection, in g_unix_connection_send_credentials()
412 g_unix_connection_send_credentials_async (GUnixConnection *connection, in g_unix_connection_send_credentials_async()
438 g_unix_connection_send_credentials_finish (GUnixConnection *connection, in g_unix_connection_send_credentials_finish()
478 g_unix_connection_receive_credentials (GUnixConnection *connection, in g_unix_connection_receive_credentials()
684 g_unix_connection_receive_credentials_async (GUnixConnection *connection, in g_unix_connection_receive_credentials_async()
711 g_unix_connection_receive_credentials_finish (GUnixConnection *connection, in g_unix_connection_receive_credentials_finish()
Dgtcpconnection.c76 g_tcp_connection_init (GTcpConnection *connection) in g_tcp_connection_init()
88 GTcpConnection *connection = G_TCP_CONNECTION (object); in g_tcp_connection_get_property() local
107 GTcpConnection *connection = G_TCP_CONNECTION (object); in g_tcp_connection_set_property() local
147 GTcpConnection *connection = G_TCP_CONNECTION (stream); in g_tcp_connection_close() local
254 GTcpConnection *connection = G_TCP_CONNECTION (stream); in g_tcp_connection_close_async() local
306 g_tcp_connection_set_graceful_disconnect (GTcpConnection *connection, in g_tcp_connection_set_graceful_disconnect()
329 g_tcp_connection_get_graceful_disconnect (GTcpConnection *connection) in g_tcp_connection_get_graceful_disconnect()
Dgdbusconnection.c542 check_initialized (GDBusConnection *connection) in check_initialized()
583 check_unclosed (GDBusConnection *connection, in check_unclosed()
615 GDBusConnection *connection = G_DBUS_CONNECTION (object); in g_dbus_connection_dispose() local
641 GDBusConnection *connection = G_DBUS_CONNECTION (object); in g_dbus_connection_finalize() local
703 GDBusConnection *connection = G_DBUS_CONNECTION (object); in g_dbus_connection_get_property() local
748 GDBusConnection *connection = G_DBUS_CONNECTION (object); in g_dbus_connection_set_property() local
788 g_dbus_connection_real_closed (GDBusConnection *connection, in g_dbus_connection_real_closed()
1063 g_dbus_connection_init (GDBusConnection *connection) in g_dbus_connection_init()
1118 g_dbus_connection_get_stream (GDBusConnection *connection) in g_dbus_connection_get_stream()
1141 g_dbus_connection_start_message_processing (GDBusConnection *connection) in g_dbus_connection_start_message_processing()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamtransport.c111 CamTLConnection *connection; in cam_tl_connection_new() local
123 cam_tl_connection_destroy (CamTLConnection * connection) in cam_tl_connection_destroy()
219 cam_tl_connection_write_tpdu (CamTLConnection * connection, in cam_tl_connection_write_tpdu()
258 cam_tl_connection_write_control_tpdu (CamTLConnection * connection, guint8 tag) in cam_tl_connection_write_control_tpdu()
279 CamTLConnection *connection; in cam_tl_read_tpdu_next() local
349 CamTLConnection ** connection) in cam_tl_create_connection()
390 cam_tl_connection_delete (CamTLConnection * connection) in cam_tl_connection_delete()
404 handle_control_tpdu (CamTL * tl, CamTLConnection * connection) in handle_control_tpdu()
440 handle_data_tpdu (CamTL * tl, CamTLConnection * connection) in handle_data_tpdu()
464 cam_tl_connection_poll (CamTLConnection * connection, gboolean force) in cam_tl_connection_poll()
[all …]
/third_party/glib/gio/tests/
Dgdbus-example-subtree.c43 manager_method_call (GDBusConnection *connection, in manager_method_call()
81 block_method_call (GDBusConnection *connection, in block_method_call()
122 block_get_property (GDBusConnection *connection, in block_get_property()
172 block_set_property (GDBusConnection *connection, in block_set_property()
195 partition_method_call (GDBusConnection *connection, in partition_method_call()
233 subtree_enumerate (GDBusConnection *connection, in subtree_enumerate()
257 subtree_introspect (GDBusConnection *connection, in subtree_introspect()
284 subtree_dispatch (GDBusConnection *connection, in subtree_dispatch()
330 on_bus_acquired (GDBusConnection *connection, in on_bus_acquired()
347 on_name_acquired (GDBusConnection *connection, in on_name_acquired()
[all …]
Dgdbus-proxy-threads.c63 GDBusConnection *connection = data; in run_proxy_thread() local
117 GDBusConnection *connection = G_DBUS_CONNECTION (source); in request_name_cb() local
130 request_name (GDBusConnection *connection, in request_name()
152 GDBusConnection *connection = G_DBUS_CONNECTION (source); in release_name_cb() local
174 release_name (GDBusConnection *connection, in release_name()
194 GDBusConnection *connection; in test_proxy() local
Dgdbus-example-server.c55 handle_method_call (GDBusConnection *connection, in handle_method_call()
171 handle_get_property (GDBusConnection *connection, in handle_get_property()
218 handle_set_property (GDBusConnection *connection, in handle_set_property()
287 GDBusConnection *connection = G_DBUS_CONNECTION (user_data); in on_timeout_cb() local
324 on_bus_acquired (GDBusConnection *connection, in on_bus_acquired()
346 on_name_acquired (GDBusConnection *connection, in on_name_acquired()
353 on_name_lost (GDBusConnection *connection, in on_name_lost()
Dfake-service-name.c35 incoming_method_call (GDBusConnection *connection, in incoming_method_call()
58 on_bus_acquired (GDBusConnection *connection, in on_bus_acquired()
78 on_name_acquired (GDBusConnection *connection, in on_name_acquired()
86 on_name_lost (GDBusConnection *connection, in on_name_lost()
Dgdbus-names.c50 bus_acquired_handler (GDBusConnection *connection, in bus_acquired_handler()
61 name_acquired_handler (GDBusConnection *connection, in name_acquired_handler()
71 name_lost_handler (GDBusConnection *connection, in name_lost_handler()
506 w_bus_acquired_handler (GDBusConnection *connection, in w_bus_acquired_handler()
513 w_name_acquired_handler (GDBusConnection *connection, in w_name_acquired_handler()
523 w_name_lost_handler (GDBusConnection *connection, in w_name_lost_handler()
533 name_appeared_handler (GDBusConnection *connection, in name_appeared_handler()
554 name_vanished_handler (GDBusConnection *connection, in name_vanished_handler()
611 stop_service (GDBusConnection *connection, in stop_service()
648 GDBusConnection *connection; in test_bus_watch_name() local
Dgdbus-example-own-name.c4 on_bus_acquired (GDBusConnection *connection, in on_bus_acquired()
12 on_name_acquired (GDBusConnection *connection, in on_name_acquired()
20 on_name_lost (GDBusConnection *connection, in on_name_lost()
Dgdbus-example-export.c151 handle_method_call (GDBusConnection *connection, in handle_method_call()
174 handle_get_property (GDBusConnection *connection, in handle_get_property()
199 handle_set_property (GDBusConnection *connection, in handle_set_property()
234 GDBusConnection *connection) in send_property_change()
265 on_bus_acquired (GDBusConnection *connection, in on_bus_acquired()
285 on_name_acquired (GDBusConnection *connection, in on_name_acquired()
292 on_name_lost (GDBusConnection *connection, in on_name_lost()
Dgdbus-connection.c94 some_filter_func (GDBusConnection *connection, in some_filter_func()
103 on_name_owner_changed (GDBusConnection *connection, in on_name_owner_changed()
288 msg_cb_expect_error_disconnected (GDBusConnection *connection, in msg_cb_expect_error_disconnected()
311 msg_cb_expect_error_unknown_method (GDBusConnection *connection, in msg_cb_expect_error_unknown_method()
334 msg_cb_expect_success (GDBusConnection *connection, in msg_cb_expect_success()
356 msg_cb_expect_error_cancelled (GDBusConnection *connection, in msg_cb_expect_error_cancelled()
379 msg_cb_expect_error_cancelled_2 (GDBusConnection *connection, in msg_cb_expect_error_cancelled_2()
519 test_connection_signal_handler (GDBusConnection *connection, in test_connection_signal_handler()
738 test_match_rule (GDBusConnection *connection, in test_match_rule()
826 filter_func (GDBusConnection *connection, in filter_func()
[all …]
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-xsmp.c57 SmcConn connection; member
61 static void die_cb(SmcConn connection, SmPointer client_data) { in die_cb()
75 static void save_complete_cb(SmcConn connection, SmPointer client_data) { in save_complete_cb()
78 static void shutdown_cancelled_cb(SmcConn connection, SmPointer client_data) { in shutdown_cancelled_cb()
82 static void save_yourself_cb(SmcConn connection, SmPointer client_data, int save_type, Bool _shutdo… in save_yourself_cb()
87 IceConn connection = userdata; in ice_io_cb() local
95 static void new_ice_connection(IceConn connection, IcePointer client_data, Bool opening, IcePointer… in new_ice_connection()
/third_party/flutter/skia/tools/skiaserve/
DResponse.cpp44 int SendOK(MHD_Connection* connection) { in SendOK()
55 int SendError(MHD_Connection* connection, const char* msg) { in SendError()
64 int SendData(MHD_Connection* connection, const SkData* data, const char* type, in SendData()
80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate()
/third_party/skia/tools/skiaserve/
DResponse.cpp44 int SendOK(MHD_Connection* connection) { in SendOK()
55 int SendError(MHD_Connection* connection, const char* msg) { in SendError()
64 int SendData(MHD_Connection* connection, const SkData* data, const char* type, in SendData()
80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/xcb/
Dvkdisplay_xcb.c68 _get_screen_from_connection (xcb_connection_t * connection, int screen_no) in _get_screen_from_connection()
93 xcb_connection_t *connection; in gst_vulkan_display_xcb_new() local
123 gst_vulkan_display_xcb_new_with_connection (xcb_connection_t * connection, in gst_vulkan_display_xcb_new_with_connection()

12345678910>>...16