Home
last modified time | relevance | path

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

12345678910>>...12

/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
Dbasicauth.c46 MHD_basic_auth_get_username_password (struct MHD_Connection *connection, in MHD_basic_auth_get_username_password()
116 MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, in MHD_queue_basic_auth_fail_response()
Ddigestauth.c301 check_nonce_nc (struct MHD_Connection *connection, in check_nonce_nc()
361 MHD_digest_auth_get_username(struct MHD_Connection *connection) in MHD_digest_auth_get_username()
443 test_header (struct MHD_Connection *connection, in test_header()
479 check_argument_match (struct MHD_Connection *connection, in check_argument_match()
562 MHD_digest_auth_check (struct MHD_Connection *connection, in MHD_digest_auth_check()
800 MHD_queue_auth_fail_response (struct MHD_Connection *connection, in MHD_queue_auth_fail_response()
/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; argument
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/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 …]
Dcamsession.c42 cam_sl_session_new (CamSL * sl, CamTLConnection * connection, in cam_sl_session_new()
86 CamTLConnection * connection, guint resource_id, in cam_sl_create_session()
304 handle_open_session_request (CamSL * sl, CamTLConnection * connection, in handle_open_session_request()
379 handle_create_session_response (CamSL * sl, CamTLConnection * connection, in handle_create_session_response()
428 handle_close_session_request (CamSL * sl, CamTLConnection * connection, in handle_close_session_request()
490 handle_close_session_response (CamSL * sl, CamTLConnection * connection, in handle_close_session_response()
532 handle_session_data (CamSL * sl, CamTLConnection * connection, in handle_session_data()
567 connection_data_cb (CamTL * tl, CamTLConnection * connection, in connection_data_cb()
/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/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/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/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dgstvkdisplay_xcb.c70 _get_screen_from_connection (xcb_connection_t * connection, int screen_no) in _get_screen_from_connection()
97 xcb_connection_t *connection; in gst_vulkan_display_xcb_new() local
130 gst_vulkan_display_xcb_new_with_connection (xcb_connection_t * connection, in gst_vulkan_display_xcb_new_with_connection()
Dgstvkwindow_xcb.c145 xcb_connection_t *connection = in gst_vulkan_window_xcb_show() local
160 xcb_connection_t *connection = in gst_vulkan_window_xcb_hide() local
175 xcb_connection_t *connection = in init_keyboard() local
212 xcb_connection_t *connection; in gst_vulkan_window_xcb_create_window() local
331 xcb_connection_t *connection; in gst_vulkan_window_xcb_open() local
364 xcb_connection_t *connection = in gst_vulkan_window_xcb_close() local
400 xcb_connection_t *connection = in gst_vulkan_window_xcb_handle_event() local
512 xcb_connection_t *connection = in gst_vulkan_window_xcb_handle_events() local
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpclient.c332 GstRtmpConnection *connection; member
511 connection_error (GstRtmpConnection * connection, gpointer user_data) in connection_error()
990 send_secure_token_response (GTask * task, GstRtmpConnection * connection, in send_secure_token_response()
1038 GstRtmpConnection *connection; member
1046 stream_task_data_new (GstRtmpConnection * connection, const gchar * stream, in stream_task_data_new()
1069 start_stream (GstRtmpConnection * connection, const gchar * stream, in start_stream()
1097 gst_rtmp_client_start_publish_async (GstRtmpConnection * connection, in gst_rtmp_client_start_publish_async()
1105 gst_rtmp_client_start_play_async (GstRtmpConnection * connection, in gst_rtmp_client_start_play_async()
1113 send_set_buffer_length (GstRtmpConnection * connection, guint32 stream, in send_set_buffer_length()
1129 GstRtmpConnection *connection = g_task_get_source_object (task); in send_create_stream() local
[all …]
Drtmpconnection.c52 GSocketConnection *connection; member
321 GSocketConnection * connection) in gst_rtmp_connection_set_socket_connection()
361 gst_rtmp_connection_new (GSocketConnection * connection, in gst_rtmp_connection_new()
422 GstRtmpConnection *connection; in gst_rtmp_connection_close_and_unref() local
635 gst_rtmp_connection_start_read (GstRtmpConnection * connection, in gst_rtmp_connection_start_read()
644 gst_rtmp_connection_try_read (GstRtmpConnection * connection) in gst_rtmp_connection_try_read()
754 gst_rtmp_connection_handle_aggregate (GstRtmpConnection * connection, in gst_rtmp_connection_handle_aggregate()
831 gst_rtmp_connection_handle_protocol_control (GstRtmpConnection * connection, in gst_rtmp_connection_handle_protocol_control()
883 gst_rtmp_connection_handle_user_control (GstRtmpConnection * connection, in gst_rtmp_connection_handle_user_control()
1131 gst_rtmp_connection_get_num_queued (GstRtmpConnection * connection) in gst_rtmp_connection_get_num_queued()
[all …]
/third_party/node/test/parallel/
Dtest-http-upgrade-advertise.js10 { headers: { connection: 'upgrade' }, expected: 'regular' }, property
11 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'upgrade' }, property
12 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'destroy' }, property
13 { headers: { connection: 'upgrade', upgrade: 'h2c' }, expected: 'regular' }, property
Dtest-http-content-length.js8 'connection': 'close', property
13 'connection': 'close', property
18 'connection': 'close', property
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dpost_example.c147 get_session (struct MHD_Connection *connection) in get_session()
277 struct MHD_Connection *connection) in serve_simple_form()
313 struct MHD_Connection *connection) in fill_v1_form()
356 struct MHD_Connection *connection) in fill_v1_v2_form()
400 struct MHD_Connection *connection) in not_found_page()
538 struct MHD_Connection *connection, in create_response()
645 struct MHD_Connection *connection, in request_completed_callback()
Dmhd2spdy_spdy.c146 struct SPDY_Connection *connection; in spdy_cb_send() local
228 struct SPDY_Connection *connection; in spdy_cb_recv() local
674 struct SPDY_Connection *connection) in spdy_ctl_select()
701 spdy_exec_io(struct SPDY_Connection *connection) in spdy_exec_io()
730 struct SPDY_Connection * connection = NULL; in spdy_connect() local
813 spdy_free_connection(struct SPDY_Connection * connection) in spdy_free_connection()
848 struct SPDY_Connection *connection; in spdy_request() local
990 struct SPDY_Connection *connection; in spdy_get_selectfdset() local
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dtlsauthentication.c119 ask_for_authentication (struct MHD_Connection *connection, const char *realm) in ask_for_authentication()
154 is_authenticated (struct MHD_Connection *connection, in is_authenticated()
193 secret_page (struct MHD_Connection *connection) in secret_page()
213 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection()
Dsessions.c169 get_session (struct MHD_Connection *connection) in get_session()
299 struct MHD_Connection *connection) in serve_simple_form()
333 struct MHD_Connection *connection) in fill_v1_form()
375 struct MHD_Connection *connection) in fill_v1_v2_form()
418 struct MHD_Connection *connection) in not_found_page()
555 struct MHD_Connection *connection, in create_response()
662 struct MHD_Connection *connection, in request_completed_callback()
/third_party/mesa3d/src/asahi/lib/
Dwrap.c49 wrap_Method(mach_port_t connection, uint32_t selector, const uint64_t* input, in wrap_Method()
283 wrap_AsyncMethod(mach_port_t connection, uint32_t selector, in wrap_AsyncMethod()
345 wrap_StructMethod(mach_port_t connection, uint32_t selector, in wrap_StructMethod()
355 wrap_AsyncStructMethod(mach_port_t connection, uint32_t selector, in wrap_AsyncStructMethod()
367 wrap_ScalarMethod(mach_port_t connection, uint32_t selector, in wrap_ScalarMethod()
376 wrap_AsyncScalarMethod(mach_port_t connection, uint32_t selector, in wrap_AsyncScalarMethod()

12345678910>>...12