Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 802) sorted by relevance

12345678910>>...33

/third_party/alsa-lib/aserver/
Daserver.c161 struct client { struct
162 struct list_head list;
163 int poll_fd;
164 int ctrl_fd;
165 int local;
166 int transport_type;
167 int dev_type;
168 char name[256];
169 int stream;
170 int mode;
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamswclient.c42 CamSwClient *client = g_new0 (CamSwClient, 1); in cam_sw_client_new() local
50 reset_state (CamSwClient * client) in reset_state()
59 cam_sw_client_free (CamSwClient * client) in cam_sw_client_free()
71 cam_sw_client_open (CamSwClient * client, const char *sock_path) in cam_sw_client_open()
111 cam_sw_client_close (CamSwClient * client) in cam_sw_client_close()
121 send_ca_pmt (CamSwClient * client, GstMpegtsPMT * pmt, in send_ca_pmt()
157 cam_sw_client_set_pmt (CamSwClient * client, GstMpegtsPMT * pmt) in cam_sw_client_set_pmt()
167 cam_sw_client_update_pmt (CamSwClient * client, GstMpegtsPMT * pmt) in cam_sw_client_update_pmt()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c186 gst_mpd_client_fetch_external_segment_list (GstMPDClient * client, in gst_mpd_client_fetch_external_segment_list()
323 gst_mpd_client_get_segment_list (GstMPDClient * client, in gst_mpd_client_get_segment_list()
363 gst_mpd_client_get_segment_duration (GstMPDClient * client, in gst_mpd_client_get_segment_duration()
397 gst_mpd_client_active_streams_free (GstMPDClient * client) in gst_mpd_client_active_streams_free()
410 GstMPDClient *client = GST_MPD_CLIENT (object); in gst_mpd_client_finalize() local
442 gst_mpd_client_init (GstMPDClient * client) in gst_mpd_client_init()
457 GstMPDClient *client = gst_mpd_client_new (); in gst_mpd_client_new_static() local
471 gst_mpd_client_free (GstMPDClient * client) in gst_mpd_client_free()
478 gst_mpd_client_parse (GstMPDClient * client, const gchar * data, gint size) in gst_mpd_client_parse()
495 gst_mpd_client_get_xml_content (GstMPDClient * client, gchar ** data, in gst_mpd_client_get_xml_content()
[all …]
/third_party/node/test/parallel/
Dtest-http2-client-destroy.js27 const client = h2.connect(`http://localhost:${server.address().port}`); constant
57 const client = h2.connect(`http://localhost:${server.address().port}`); constant
114 const client = h2.connect(`http://localhost:${server.address().port}`); constant
132 const client = h2.connect(`http://localhost:${server.address().port}`); constant
150 const client = h2.connect(`http://localhost:${server.address().port}`); constant
179 const client = h2.connect(`http://localhost:${server.address().port}`); constant
216 const client = h2.connect(`http://localhost:${server.address().port}`); constant
Dtest-tls-alpn-server-client.js78 client: { ALPN: 'a' } }); property
82 client: { ALPN: 'b' } }); property
86 client: { ALPN: false } }); property
104 client: { ALPN: false } }); property
108 client: { ALPN: false } }); property
112 client: { ALPN: false } }); property
133 client: { ALPN: false } }); property
136 client: { ALPN: false } }); property
140 client: { ALPN: false } }); property
155 client: { ALPN: false } }); property
[all …]
Dtest-http2-compat-serverresponse-end.js43 const client = connect(url, mustCall(() => { constant
73 const client = connect(url, mustCall(() => { constant
102 const client = connect(url, mustCall(() => { constant
132 const client = connect(url, mustCall(() => { constant
163 const client = connect(url, mustCall(() => { constant
197 const client = connect(url, mustCall(() => { constant
228 const client = connect(url, mustCall(() => { constant
263 const client = connect(url, mustCall(() => { constant
303 const client = connect(url, mustCall(() => { constant
336 const client = connect(url, mustCall(() => { constant
Dtest-net-bytes-written-large.js21 const client = net.connect(server.address().port); constant
38 const client = net.connect(server.address().port); constant
60 const client = net.connect(server.address().port); constant
Dtest-http2-session-unref.js32 const client = http2.connect(`http://localhost:${port}`); constant
38 const client = http2.connect(`http://localhost:${port}`); constant
48 const client = http2.connect(`http://localhost:${port}`, { constant
Dtest-tls-client-auth.js11 const client = keys.ec10; constant
33 client: { property
52 client: { property
68 client: { property
88 client: { property
115 client: { property
134 client: { property
153 client: { property
172 client: { property
187 client: { property
[all …]
Dtest-timers-socket-timeout-removes-other-socket-unref-timer.js11 const server = net.createServer(function onClient(client) { argument
35 const client = net.connect({ port: server.address().port }); constant
40 const client = net.connect({ port: server.address().port }); constant
Dtest-tls-multi-key.js45 client: { ca: [ property
62 client: { ca: [ property
78 client: { ca: [ property
96 client: { ca: [ property
115 client: { ca: [ property
134 client: { ca: [ property
Dtest-http2-client-setLocalWindowSize.js27 const client = http2.connect(`http://localhost:${server.address().port}`); constant
72 const client = http2.connect(`http://localhost:${server.address().port}`); constant
100 const client = http2.connect(`http://localhost:${server.address().port}`); constant
Dtest-http2-origin.js85 const client = connect(originSet[0], { ca }); constant
120 const client = connect(originSet[0], { ca }); constant
152 const client = connect(origin, { ca }); constant
181 const client = connect(`http://localhost:${server.address().port}`); constant
Dtest-http-max-http-headers.js26 function finished(client, callback) { argument
130 const client = net.connect(server.address().port); constant
170 const client = net.connect(server.address().port); constant
/third_party/gstreamer/gstplugins_good/ext/jack/
Dgstjackaudioclient.c68 jack_client_t *client; member
104 jack_handle_transport_change (GstJackAudioClient * client, GstState state) in jack_handle_transport_change()
155 GstJackAudioClient *client = (GstJackAudioClient *) walk->data; in jack_process_cb() local
167 GstJackAudioClient *client = (GstJackAudioClient *) walk->data; in jack_process_cb() local
215 GstJackAudioClient *client = (GstJackAudioClient *) walk->data; in jack_shutdown_cb() local
223 GstJackAudioClient *client = (GstJackAudioClient *) walk->data; in jack_shutdown_cb() local
442 GstJackAudioClient * client) in gst_jack_audio_connection_add_client()
463 GstJackAudioClient * client) in gst_jack_audio_connection_remove_client()
507 GstJackAudioClient *client; in gst_jack_audio_client_new() local
552 gst_jack_audio_client_free (GstJackAudioClient * client) in gst_jack_audio_client_free()
[all …]
/third_party/nghttp2/src/
Dh2load_http2_session.cc39 Http2Session::Http2Session(Client *client) in Http2Session()
49 auto client = static_cast<Client *>(user_data); in on_header_callback() local
72 auto client = static_cast<Client *>(user_data); in on_frame_recv_callback() local
91 auto client = static_cast<Client *>(user_data); in on_data_chunk_recv_callback() local
101 auto client = static_cast<Client *>(user_data); in on_stream_close_callback() local
116 auto client = static_cast<Client *>(user_data); in before_frame_send_callback() local
129 auto client = static_cast<Client *>(user_data); in file_read_callback() local
162 auto client = static_cast<Client *>(user_data); in send_callback() local
Dh2load_http1_session.cc58 auto client = session->get_client(); in htp_statuscb() local
74 auto client = session->get_client(); in htp_msg_completecb() local
111 auto client = session->get_client(); in htp_hdr_keycb() local
122 auto client = session->get_client(); in htp_hdr_valcb() local
139 auto client = session->get_client(); in htp_body_cb() local
176 Http1Session::Http1Session(Client *client) in Http1Session()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs53 let mut client = server.client(); in verify_untrusted() localVariable
63 let mut client = server.client(); in verify_trusted() localVariable
78 let mut client = server.client(); in verify_trusted_with_set_cert() localVariable
89 let mut client = server.client(); in verify_untrusted_callback_override_ok() localVariable
106 let mut client = server.client(); in verify_untrusted_callback_override_bad() localVariable
118 let mut client = server.client(); in verify_trusted_callback_override_ok() localVariable
136 let mut client = server.client(); in verify_trusted_callback_override_bad() localVariable
149 let mut client = server.client(); in verify_callback_load_certs() localVariable
164 let mut client = server.client(); in verify_trusted_get_error_ok() localVariable
182 let mut client = server.client(); in verify_trusted_get_error_err() localVariable
[all …]
/third_party/libuv/test/
Dtest-tcp-create-socket-early.c77 static void tcp_connector(uv_loop_t* loop, uv_tcp_t* client, uv_connect_t* req) { in tcp_connector()
97 uv_tcp_t client; in TEST_IMPL() local
138 uv_tcp_t client; in TEST_IMPL() local
182 uv_tcp_t client; in TEST_IMPL() local
199 uv_tcp_t client, server; in TEST_IMPL() local
Dtest-udp-create-socket-early.c37 uv_udp_t client; in TEST_IMPL() local
78 uv_udp_t client; in TEST_IMPL() local
122 uv_udp_t client; in TEST_IMPL() local
/third_party/lwip/src/apps/mqtt/
Dmqtt.c170 msg_generate_packet_id(mqtt_client_t *client) in msg_generate_packet_id()
537 mqtt_close(mqtt_client_t *client, mqtt_connection_status_t reason) in mqtt_close()
579 mqtt_client_t *client = (mqtt_client_t *)arg; in mqtt_cyclic_timer() local
635 pub_ack_rec_rel_response(mqtt_client_t *client, u8_t msg, u16_t pkt_id, u8_t qos) in pub_ack_rec_rel_response()
672 mqtt_message_received(mqtt_client_t *client, u8_t fixed_hdr_len, u16_t length, u32_t remaining_leng… in mqtt_message_received()
840 mqtt_parse_incoming(mqtt_client_t *client, struct pbuf *p) in mqtt_parse_incoming()
933 mqtt_client_t *client = (mqtt_client_t *)arg; in mqtt_tcp_recv_cb() local
977 mqtt_client_t *client = (mqtt_client_t *)arg; in mqtt_tcp_sent_cb() local
1010 mqtt_client_t *client = (mqtt_client_t *)arg; in mqtt_tcp_err_cb() local
1028 mqtt_client_t *client = (mqtt_client_t *)arg; in mqtt_tcp_poll_cb() local
[all …]
/third_party/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c53 buffer_destroy(struct wl_client *client, struct wl_resource *resource) in buffer_destroy()
59 create_buffer(struct wl_client *client, struct wl_resource *resource, in create_buffer()
109 drm_create_buffer(struct wl_client *client, struct wl_resource *resource, in drm_create_buffer()
135 drm_create_planar_buffer(struct wl_client *client, in drm_create_planar_buffer()
164 drm_create_prime_buffer(struct wl_client *client, in drm_create_prime_buffer()
178 drm_authenticate(struct wl_client *client, in drm_authenticate()
200 bind_drm(struct wl_client *client, void *data, uint32_t version, uint32_t id) in bind_drm()
/third_party/pulseaudio/src/modules/gconf/
Dgconf-helper.c36 static void handle_module(GConfClient *client, const char *name) { in handle_module()
77 GConfClient* client, in modules_callback()
97 GConfClient *client; in main() local
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultifdsink.c437 GstMultiHandleClient * client) in gst_multi_fd_sink_client_free()
502 GstTCPClient *client; in gst_multi_fd_sink_new_client() local
548 gst_multi_fd_sink_client_get_fd (GstMultiHandleClient * client) in gst_multi_fd_sink_client_get_fd()
580 GstTCPClient * client) in gst_multi_fd_sink_handle_client_read()
674 GstTCPClient * client) in gst_multi_fd_sink_handle_client_write()
856 GstTCPClient *client = (GstTCPClient *) mhclient; in gst_multi_fd_sink_hash_adding() local
866 GstTCPClient *client = (GstTCPClient *) mhclient; in gst_multi_fd_sink_hash_removing() local
916 GstTCPClient *client; in gst_multi_fd_sink_handle_clients() local
940 GstTCPClient *client; in gst_multi_fd_sink_handle_clients() local
998 GstTCPClient *client; in gst_multi_fd_sink_handle_clients() local
Dgstmultisocketsink.c543 GstSocketClient *client; in gst_multi_socket_sink_new_client() local
570 gst_multi_socket_sink_client_get_fd (GstMultiHandleClient * client) in gst_multi_socket_sink_client_get_fd()
577 GstMultiHandleClient * client) in gst_multi_socket_sink_client_free()
605 GstSocketClient * client) in gst_multi_socket_sink_handle_client_read()
824 GstSocketClient * client) in gst_multi_socket_sink_handle_client_write()
990 ensure_condition (GstMultiSocketSink * sink, GstSocketClient * client, in ensure_condition()
1021 GstSocketClient *client = (GstSocketClient *) (mhclient); in gst_multi_socket_sink_hash_adding() local
1032 GstSocketClient *client = (GstSocketClient *) (mhclient); in gst_multi_socket_sink_hash_removing() local
1039 GstSocketClient * client) in gst_multi_socket_sink_stop_sending()
1053 GstSocketClient *client; in gst_multi_socket_sink_socket_condition() local
[all …]

12345678910>>...33