Home
last modified time | relevance | path

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

12345678910>>...28

/third_party/alsa-lib/aserver/
Daserver.c162 struct client { struct
163 struct list_head list;
164 int poll_fd;
165 int ctrl_fd;
166 int local;
167 int transport_type;
168 int dev_type;
169 char name[256];
170 int stream;
171 int mode;
[all …]
/third_party/node/test/parallel/
Dtest-http2-client-destroy.js26 const client = h2.connect(`http://localhost:${server.address().port}`); constant
56 const client = h2.connect(`http://localhost:${server.address().port}`); constant
113 const client = h2.connect(`http://localhost:${server.address().port}`); constant
131 const client = h2.connect(`http://localhost:${server.address().port}`); constant
149 const client = h2.connect(`http://localhost:${server.address().port}`); constant
178 const client = h2.connect(`http://localhost:${server.address().port}`); constant
215 const client = h2.connect(`http://localhost:${server.address().port}`); constant
303 const client = h2.connect(`http://localhost:${server.address().port}`); constant
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-tls-alpn-server-client.js86 client: { ALPN: 'a' } }); property
90 client: { ALPN: 'b' } }); property
94 client: { ALPN: false } }); property
112 client: { ALPN: false } }); property
116 client: { ALPN: false } }); property
120 client: { ALPN: false } }); property
141 client: { ALPN: false } }); property
144 client: { ALPN: false } }); property
148 client: { ALPN: false } }); property
163 client: { ALPN: false } }); property
[all …]
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-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-client-auth.js11 const client = keys.ec10; constant
33 client: { property
52 client: { property
68 client: { property
89 client: { property
116 client: { property
135 client: { property
154 client: { property
173 client: { property
188 client: { property
[all …]
Dtest-http2-compat-serverresponse-write.js18 const client = connect(url, mustCall(() => { constant
55 const client = connect(url, mustCall(() => { constant
80 const client = connect(url, mustCall(() => { constant
Dtest-http2-compat-serverresponse-writehead-array.js25 const client = http2.connect(`http://localhost:${port}`, common.mustCall(() => { constant
53 const client = http2.connect(`http://localhost:${port}`, common.mustCall(() => { constant
85 const client = http2.connect(`http://localhost:${port}`, common.mustCall(() => { constant
Dtest-http2-compat-write-early-hints.js30 const client = http2.connect(`http://localhost:${server.address().port}`); constant
78 const client = http2.connect(`http://localhost:${server.address().port}`); constant
126 const client = http2.connect(`http://localhost:${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-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
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-transfer-encoding-smuggling.js32 const client = net.connect(server.address().port, 'localhost'); constant
77 const client = net.connect(server.address().port, 'localhost'); constant
/third_party/node/test/fixtures/wpt/streams/transferable/resources/
Dservice-worker.js5 const client = msg.source; constant
13 function sendingTest(client) { argument
22 function receivingTest(msg, client) { argument
/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/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
140 uv_tcp_t client; in TEST_IMPL() local
186 uv_tcp_t client; in TEST_IMPL() local
203 uv_tcp_t client, server; in TEST_IMPL() local
Dtest-udp-create-socket-early.c37 uv_udp_t client; in TEST_IMPL() local
80 uv_udp_t client; in TEST_IMPL() local
126 uv_udp_t client; in TEST_IMPL() local
/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
91 let mut client = server.client(); in verify_untrusted_callback_override_ok() localVariable
110 let mut client = server.client(); in verify_untrusted_callback_override_bad() localVariable
124 let mut client = server.client(); in verify_trusted_callback_override_ok() localVariable
144 let mut client = server.client(); in verify_trusted_callback_override_bad() localVariable
159 let mut client = server.client(); in verify_callback_load_certs() localVariable
178 let mut client = server.client(); in verify_trusted_get_error_ok() localVariable
198 let mut client = server.client(); in verify_trusted_get_error_err() localVariable
[all …]
/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/node/deps/undici/src/lib/
Dclient.js567 constructor (client, socket, { exports }) { argument
1087 function onError (client, err) { argument
1164 async function connect (client) { argument
1329 function emitDrain (client) { argument
1334 function resume (client, sync) { argument
1351 function _resume (client, sync) { argument
1480 function write (client, request) { argument
1630 …writeIterable({ body: body.stream(), client, request, socket, contentLength, header, expectsPayloa… property
1632 writeBlob({ body, client, request, socket, contentLength, header, expectsPayload }) property
1635 writeStream({ body, client, request, socket, contentLength, header, expectsPayload }) property
[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()

12345678910>>...28