Home
last modified time | relevance | path

Searched defs:conn (Results 576 - 600 of 801) sorted by relevance

1...<<21222324252627282930>>...33

/third_party/curl/lib/
H A Dhostip.c693 struct connectdata *conn = data->conn; in Curl_resolv() local
1421 struct connectdata *conn = data->conn; Curl_once_resolved() local
1452 struct connectdata *conn = data->conn; Curl_resolver_error() local
[all...]
H A Dimap.c193 static void imap_to_imaps(struct connectdata *conn) in imap_to_imaps() argument
253 static bool imap_endofresp(struct Curl_easy *data, struct connectdata *conn, in imap_endofresp() argument
429 imap_perform_capability(struct Curl_easy *data, struct connectdata *conn) imap_perform_capability() argument
470 imap_perform_upgrade_tls(struct Curl_easy *data, struct connectdata *conn) imap_perform_upgrade_tls() argument
505 imap_perform_login(struct Curl_easy *data, struct connectdata *conn) imap_perform_login() argument
605 imap_perform_authentication(struct Curl_easy *data, struct connectdata *conn) imap_perform_authentication() argument
682 struct connectdata *conn = data->conn; imap_perform_select() local
874 struct connectdata *conn = data->conn; imap_state_servergreet_resp() local
897 struct connectdata *conn = data->conn; imap_state_capability_resp() local
980 struct connectdata *conn = data->conn; imap_state_starttls_resp() local
1003 imap_state_auth_resp(struct Curl_easy *data, struct connectdata *conn, int imapcode, imapstate instate) imap_state_auth_resp() argument
1082 struct connectdata *conn = data->conn; imap_state_select_resp() local
1137 imap_state_fetch_resp(struct Curl_easy *data, struct connectdata *conn, int imapcode, imapstate instate) imap_state_fetch_resp() argument
1296 imap_statemachine(struct Curl_easy *data, struct connectdata *conn) imap_statemachine() argument
1390 struct connectdata *conn = data->conn; imap_multi_statemach() local
1407 imap_block_statemach(struct Curl_easy *data, struct connectdata *conn, bool disconnecting) imap_block_statemach() argument
1435 imap_getsock(struct Curl_easy *data, struct connectdata *conn, curl_socket_t *socks) imap_getsock() argument
1455 struct connectdata *conn = data->conn; imap_connect() local
1502 struct connectdata *conn = data->conn; imap_done() local
1562 struct connectdata *conn = data->conn; imap_perform() local
1655 imap_disconnect(struct Curl_easy *data, struct connectdata *conn, bool dead_connection) imap_disconnect() argument
1750 imap_setup_connection(struct Curl_easy *data, struct connectdata *conn) imap_setup_connection() argument
1889 imap_parse_url_options(struct connectdata *conn) imap_parse_url_options() argument
[all...]
H A Dopenldap.c287 static CURLcode oldap_parse_login_options(struct connectdata *conn) in oldap_parse_login_options() argument
350 struct connectdata *conn in oldap_perform_auth() local
317 oldap_setup_connection(struct Curl_easy *data, struct connectdata *conn) oldap_setup_connection() argument
373 struct connectdata *conn = data->conn; oldap_continue_auth() local
410 struct connectdata *conn = data->conn; oldap_perform_bind() local
473 ssl_installed(struct connectdata *conn) ssl_installed() argument
481 struct connectdata *conn = data->conn; oldap_ssl_connect() local
520 struct connectdata *conn = data->conn; oldap_connect() local
606 struct connectdata *conn = data->conn; oldap_state_mechs_resp() local
671 struct connectdata *conn = data->conn; oldap_state_sasl_resp() local
698 struct connectdata *conn = data->conn; oldap_state_bind_resp() local
724 struct connectdata *conn = data->conn; oldap_connecting() local
848 oldap_disconnect(struct Curl_easy *data, struct connectdata *conn, bool dead_connection) oldap_disconnect() argument
879 struct connectdata *conn = data->conn; oldap_do() local
930 struct connectdata *conn = data->conn; oldap_done() local
976 struct connectdata *conn = data->conn; oldap_recv() local
1175 struct connectdata *conn = data->conn; ldapsb_tls_read() local
1195 struct connectdata *conn = data->conn; ldapsb_tls_write() local
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Dkopper.c424 xcb_connection_t *conn = info->xcb.connection; in kopper_get_pixmap_buffer() local
/third_party/nghttp2/src/
H A Dshrpx_http_downstream_connection.cc52 auto conn = static_cast<Connection *>(w->data); in timeoutcb() local
127 auto conn = static_cast<Connection *>(w->data); in connect_timeoutcb() local
152 auto conn = static_cast<Connection *>(w->data); in readcb() local
173 auto conn = static_cast<Connection *>(w->data); in writecb() local
193 auto conn = static_cast<Connection *>(w->data); connectcb() local
600 auto conn = handler->get_connection(); push_request_headers() local
835 auto conn = static_cast<Connection *>(w->data); idle_readcb() local
848 auto conn = static_cast<Connection *>(w->data); idle_timeoutcb() local
[all...]
H A Dshrpx_https_upstream.cc118 auto conn = handler_->get_connection(); in on_start_request() local
798 auto conn = handler_->get_connection(); in on_write() local
838 auto conn = handler_->get_connection(); in resume_read() local
/third_party/node/deps/cares/src/lib/
H A Dares_private.h206 struct server_connection *conn; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conn.c45 static int conn_remote_stream_uni(nghttp3_conn *conn, int64_t stream_id) { in conn_remote_stream_uni() argument
52 static int conn_call_begin_headers(nghttp3_conn *conn, nghttp3_stream *stream) { in conn_call_begin_headers() argument
69 static int conn_call_end_headers(nghttp3_conn *conn, nghttp3_stream *stream, in conn_call_end_headers() argument
87 conn_call_begin_trailers(nghttp3_conn *conn, nghttp3_stream *stream) conn_call_begin_trailers() argument
105 conn_call_end_trailers(nghttp3_conn *conn, nghttp3_stream *stream, int fin) conn_call_end_trailers() argument
123 conn_call_end_stream(nghttp3_conn *conn, nghttp3_stream *stream) conn_call_end_stream() argument
139 conn_call_stop_sending(nghttp3_conn *conn, nghttp3_stream *stream, uint64_t app_error_code) conn_call_stop_sending() argument
156 conn_call_reset_stream(nghttp3_conn *conn, nghttp3_stream *stream, uint64_t app_error_code) conn_call_reset_stream() argument
173 conn_call_deferred_consume(nghttp3_conn *conn, nghttp3_stream *stream, size_t nconsumed) conn_call_deferred_consume() argument
218 nghttp3_conn *conn; conn_new() local
332 nghttp3_conn_del(nghttp3_conn *conn) nghttp3_conn_del() argument
362 conn_bidi_idtr_open(nghttp3_conn *conn, int64_t stream_id) conn_bidi_idtr_open() argument
377 nghttp3_conn_read_stream(nghttp3_conn *conn, int64_t stream_id, const uint8_t *src, size_t srclen, int fin) nghttp3_conn_read_stream() argument
479 conn_read_type(nghttp3_conn *conn, nghttp3_stream *stream, const uint8_t *src, size_t srclen, int fin) conn_read_type() argument
538 nghttp3_conn_read_uni(nghttp3_conn *conn, nghttp3_stream *stream, const uint8_t *src, size_t srclen, int fin) nghttp3_conn_read_uni() argument
621 nghttp3_conn_read_control(nghttp3_conn *conn, nghttp3_stream *stream, const uint8_t *src, size_t srclen) nghttp3_conn_read_control() argument
1024 conn_delete_stream(nghttp3_conn *conn, nghttp3_stream *stream) conn_delete_stream() argument
1053 conn_process_blocked_stream_data(nghttp3_conn *conn, nghttp3_stream *stream) conn_process_blocked_stream_data() argument
1108 nghttp3_conn_read_qpack_encoder(nghttp3_conn *conn, const uint8_t *src, size_t srclen) nghttp3_conn_read_qpack_encoder() argument
1141 nghttp3_conn_read_qpack_decoder(nghttp3_conn *conn, const uint8_t *src, size_t srclen) nghttp3_conn_read_qpack_decoder() argument
1151 conn_update_stream_priority(nghttp3_conn *conn, nghttp3_stream *stream, uint8_t pri) conn_update_stream_priority() argument
1170 nghttp3_conn_read_bidi(nghttp3_conn *conn, size_t *pnproc, nghttp3_stream *stream, const uint8_t *src, size_t srclen, int fin) nghttp3_conn_read_bidi() argument
1495 nghttp3_conn_on_data(nghttp3_conn *conn, nghttp3_stream *stream, const uint8_t *data, size_t datalen) nghttp3_conn_on_data() argument
1517 conn_get_sched_pq(nghttp3_conn *conn, nghttp3_tnode *tnode) conn_get_sched_pq() argument
1525 conn_decode_headers(nghttp3_conn *conn, nghttp3_stream *stream, const uint8_t *src, size_t srclen, int fin) conn_decode_headers() argument
1634 nghttp3_conn_on_headers(nghttp3_conn *conn, nghttp3_stream *stream, const uint8_t *src, size_t srclen, int fin) nghttp3_conn_on_headers() argument
1645 nghttp3_conn_on_settings_entry_received(nghttp3_conn *conn, const nghttp3_frame_settings *fr) nghttp3_conn_on_settings_entry_received() argument
1709 conn_on_priority_update_stream(nghttp3_conn *conn, const nghttp3_frame_priority_update *fr) conn_on_priority_update_stream() argument
1763 nghttp3_conn_on_priority_update(nghttp3_conn *conn, const nghttp3_frame_priority_update *fr) nghttp3_conn_on_priority_update() argument
1773 nghttp3_conn *conn = stream->conn; conn_stream_acked_data() local
1789 nghttp3_conn_create_stream(nghttp3_conn *conn, nghttp3_stream **pstream, int64_t stream_id) nghttp3_conn_create_stream() argument
1819 nghttp3_conn_find_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_find_stream() argument
1824 nghttp3_conn_bind_control_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_bind_control_stream() argument
1856 nghttp3_conn_bind_qpack_streams(nghttp3_conn *conn, int64_t qenc_stream_id, int64_t qdec_stream_id) nghttp3_conn_bind_qpack_streams() argument
1896 conn_writev_stream(nghttp3_conn *conn, int64_t *pstream_id, int *pfin, nghttp3_vec *vec, size_t veccnt, nghttp3_stream *stream) conn_writev_stream() argument
1940 nghttp3_conn_writev_stream(nghttp3_conn *conn, int64_t *pstream_id, int *pfin, nghttp3_vec *vec, size_t veccnt) nghttp3_conn_writev_stream() argument
2001 nghttp3_conn_get_next_tx_stream(nghttp3_conn *conn) nghttp3_conn_get_next_tx_stream() argument
2020 nghttp3_conn_add_write_offset(nghttp3_conn *conn, int64_t stream_id, size_t n) nghttp3_conn_add_write_offset() argument
2052 nghttp3_conn_add_ack_offset(nghttp3_conn *conn, int64_t stream_id, uint64_t n) nghttp3_conn_add_ack_offset() argument
2063 conn_submit_headers_data(nghttp3_conn *conn, nghttp3_stream *stream, const nghttp3_nv *nva, size_t nvlen, const nghttp3_data_reader *dr) conn_submit_headers_data() argument
2102 nghttp3_conn_schedule_stream(nghttp3_conn *conn, nghttp3_stream *stream) nghttp3_conn_schedule_stream() argument
2118 nghttp3_conn_ensure_stream_scheduled(nghttp3_conn *conn, nghttp3_stream *stream) nghttp3_conn_ensure_stream_scheduled() argument
2127 nghttp3_conn_unschedule_stream(nghttp3_conn *conn, nghttp3_stream *stream) nghttp3_conn_unschedule_stream() argument
2134 nghttp3_conn_submit_request(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen, const nghttp3_data_reader *dr, void *stream_user_data) nghttp3_conn_submit_request() argument
2178 nghttp3_conn_submit_info(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen) nghttp3_conn_submit_info() argument
2195 nghttp3_conn_submit_response(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen, const nghttp3_data_reader *dr) nghttp3_conn_submit_response() argument
2216 nghttp3_conn_submit_trailers(nghttp3_conn *conn, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen) nghttp3_conn_submit_trailers() argument
2237 nghttp3_conn_submit_shutdown_notice(nghttp3_conn *conn) nghttp3_conn_submit_shutdown_notice() argument
2260 nghttp3_conn_shutdown(nghttp3_conn *conn) nghttp3_conn_shutdown() argument
2287 nghttp3_conn_reject_stream(nghttp3_conn *conn, nghttp3_stream *stream) nghttp3_conn_reject_stream() argument
2298 nghttp3_conn_block_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_block_stream() argument
2313 nghttp3_conn_shutdown_stream_write(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_shutdown_stream_write() argument
2328 nghttp3_conn_unblock_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_unblock_stream() argument
2345 nghttp3_conn_is_stream_writable(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_is_stream_writable() argument
2358 nghttp3_conn_resume_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_resume_stream() argument
2375 nghttp3_conn_close_stream(nghttp3_conn *conn, int64_t stream_id, uint64_t app_error_code) nghttp3_conn_close_stream() argument
2401 nghttp3_conn_shutdown_stream_read(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_shutdown_stream_read() argument
2420 nghttp3_conn_qpack_blocked_streams_push(nghttp3_conn *conn, nghttp3_stream *stream) nghttp3_conn_qpack_blocked_streams_push() argument
2428 nghttp3_conn_qpack_blocked_streams_pop(nghttp3_conn *conn) nghttp3_conn_qpack_blocked_streams_pop() argument
2433 nghttp3_conn_set_max_client_streams_bidi(nghttp3_conn *conn, uint64_t max_streams) nghttp3_conn_set_max_client_streams_bidi() argument
2441 nghttp3_conn_set_max_concurrent_streams(nghttp3_conn *conn, size_t max_concurrent_streams) nghttp3_conn_set_max_concurrent_streams() argument
2447 nghttp3_conn_set_stream_user_data(nghttp3_conn *conn, int64_t stream_id, void *stream_user_data) nghttp3_conn_set_stream_user_data() argument
2460 nghttp3_conn_get_frame_payload_left(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_get_frame_payload_left() argument
2471 nghttp3_conn_get_stream_priority(nghttp3_conn *conn, nghttp3_pri *dest, int64_t stream_id) nghttp3_conn_get_stream_priority() argument
2492 nghttp3_conn_set_stream_priority(nghttp3_conn *conn, int64_t stream_id, const nghttp3_pri *pri) nghttp3_conn_set_stream_priority() argument
2522 nghttp3_conn_is_remote_qpack_encoder_stream(nghttp3_conn *conn, int64_t stream_id) nghttp3_conn_is_remote_qpack_encoder_stream() argument
[all...]
H A Dnghttp3_stream.h221 nghttp3_conn *conn; member
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
H A Dshared.c205 int ngtcp2_crypto_derive_and_install_rx_key(ngtcp2_conn *conn, uint8_t *key, in ngtcp2_crypto_derive_and_install_rx_key() argument
330 crypto_set_local_transport_params(ngtcp2_conn *conn, void *tls) crypto_set_local_transport_params() argument
346 ngtcp2_crypto_derive_and_install_tx_key(ngtcp2_conn *conn, uint8_t *key, uint8_t *iv, uint8_t *hp_key, ngtcp2_crypto_level level, const uint8_t *secret, size_t secretlen) ngtcp2_crypto_derive_and_install_tx_key() argument
464 ngtcp2_crypto_derive_and_install_initial_key( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, uint8_t *initial_secret, uint8_t *rx_key, uint8_t *rx_iv, uint8_t *rx_hp_key, uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp_key, uint32_t version, const ngtcp2_cid *client_dcid) ngtcp2_crypto_derive_and_install_initial_key() argument
608 ngtcp2_crypto_derive_and_install_vneg_initial_key( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, uint8_t *initial_secret, uint8_t *rx_key, uint8_t *rx_iv, uint8_t *rx_hp_key, uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp_key, uint32_t version, const ngtcp2_cid *client_dcid) ngtcp2_crypto_derive_and_install_vneg_initial_key() argument
716 ngtcp2_crypto_update_key( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, ngtcp2_crypto_aead_ctx *rx_aead_ctx, uint8_t *rx_key, uint8_t *rx_iv, ngtcp2_crypto_aead_ctx *tx_aead_ctx, uint8_t *tx_key, uint8_t *tx_iv, const uint8_t *current_rx_secret, const uint8_t *current_tx_secret, size_t secretlen) ngtcp2_crypto_update_key() argument
796 ngtcp2_crypto_update_key_cb( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, ngtcp2_crypto_aead_ctx *rx_aead_ctx, uint8_t *rx_iv, ngtcp2_crypto_aead_ctx *tx_aead_ctx, uint8_t *tx_iv, const uint8_t *current_rx_secret, const uint8_t *current_tx_secret, size_t secretlen, void *user_data) ngtcp2_crypto_update_key_cb() argument
1319 ngtcp2_crypto_client_initial_cb(ngtcp2_conn *conn, void *user_data) ngtcp2_crypto_client_initial_cb() argument
1342 ngtcp2_crypto_recv_retry_cb(ngtcp2_conn *conn, const ngtcp2_pkt_hd *hd, void *user_data) ngtcp2_crypto_recv_retry_cb() argument
1355 ngtcp2_crypto_recv_client_initial_cb(ngtcp2_conn *conn, const ngtcp2_cid *dcid, void *user_data) ngtcp2_crypto_recv_client_initial_cb() argument
1369 ngtcp2_crypto_version_negotiation_cb(ngtcp2_conn *conn, uint32_t version, const ngtcp2_cid *client_dcid, void *user_data) ngtcp2_crypto_version_negotiation_cb() argument
1383 ngtcp2_crypto_delete_crypto_aead_ctx_cb(ngtcp2_conn *conn, ngtcp2_crypto_aead_ctx *aead_ctx, void *user_data) ngtcp2_crypto_delete_crypto_aead_ctx_cb() argument
1392 ngtcp2_crypto_delete_crypto_cipher_ctx_cb( ngtcp2_conn *conn, ngtcp2_crypto_cipher_ctx *cipher_ctx, void *user_data) ngtcp2_crypto_delete_crypto_cipher_ctx_cb() argument
1400 ngtcp2_crypto_recv_crypto_data_cb(ngtcp2_conn *conn, ngtcp2_crypto_level crypto_level, uint64_t offset, const uint8_t *data, size_t datalen, void *user_data) ngtcp2_crypto_recv_crypto_data_cb() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
H A Dpicotls.c353 int ngtcp2_crypto_read_write_crypto_data(ngtcp2_conn *conn, in ngtcp2_crypto_read_write_crypto_data() argument
413 int ngtcp2_crypto_set_remote_transport_params(ngtcp2_conn *conn, void *tls) { in ngtcp2_crypto_set_remote_transport_params() argument
468 int ngtcp2_crypto_get_path_challenge_data_cb(ngtcp2_conn *conn, uint8_ argument
489 set_additional_extensions(ptls_handshake_properties_t *hsprops, ngtcp2_conn *conn) set_additional_extensions() argument
533 ngtcp2_conn *conn; ngtcp2_crypto_picotls_collected_extensions() local
563 ngtcp2_conn *conn = conn_ref->get_conn(conn_ref); update_traffic_key_server_cb() local
608 ngtcp2_conn *conn = conn_ref->get_conn(conn_ref); update_traffic_key_cb() local
659 ngtcp2_crypto_picotls_configure_client_session( ngtcp2_crypto_picotls_ctx *cptls, ngtcp2_conn *conn) ngtcp2_crypto_picotls_configure_client_session() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rtb.c590 static int conn_process_lost_datagram(ngtcp2_conn *conn, in conn_process_lost_datagram() argument
426 rtb_reclaim_frame(ngtcp2_rtb *rtb, uint8_t flags, ngtcp2_conn *conn, ngtcp2_pktns *pktns, ngtcp2_rtb_entry *ent) rtb_reclaim_frame() argument
613 rtb_on_pkt_lost(ngtcp2_rtb *rtb, ngtcp2_ksl_it *it, ngtcp2_rtb_entry *ent, ngtcp2_conn_stat *cstat, ngtcp2_conn *conn, ngtcp2_pktns *pktns, ngtcp2_tstamp ts) rtb_on_pkt_lost() argument
720 conn_ack_crypto_data(ngtcp2_conn *conn, ngtcp2_pktns *pktns, uint64_t datalen) conn_ack_crypto_data() argument
749 rtb_process_acked_pkt(ngtcp2_rtb *rtb, ngtcp2_rtb_entry *ent, ngtcp2_conn *conn) rtb_process_acked_pkt() argument
901 conn_verify_ecn(ngtcp2_conn *conn, ngtcp2_pktns *pktns, ngtcp2_cc *cc, ngtcp2_conn_stat *cstat, const ngtcp2_ack *fr, size_t ecn_acked, ngtcp2_tstamp largest_acked_sent_ts, ngtcp2_tstamp ts) conn_verify_ecn() argument
946 ngtcp2_rtb_recv_ack(ngtcp2_rtb *rtb, const ngtcp2_ack *fr, ngtcp2_conn_stat *cstat, ngtcp2_conn *conn, ngtcp2_pktns *pktns, ngtcp2_tstamp pkt_ts, ngtcp2_tstamp ts) ngtcp2_rtb_recv_ack() argument
1168 conn_all_ecn_pkt_lost(ngtcp2_conn *conn) conn_all_ecn_pkt_lost() argument
1180 rtb_detect_lost_pkt(ngtcp2_rtb *rtb, uint64_t *ppkt_lost, ngtcp2_conn *conn, ngtcp2_pktns *pktns, ngtcp2_conn_stat *cstat, ngtcp2_tstamp ts) rtb_detect_lost_pkt() argument
1332 ngtcp2_rtb_detect_lost_pkt(ngtcp2_rtb *rtb, ngtcp2_conn *conn, ngtcp2_pktns *pktns, ngtcp2_conn_stat *cstat, ngtcp2_tstamp ts) ngtcp2_rtb_detect_lost_pkt() argument
1431 rtb_on_pkt_lost_resched_move(ngtcp2_rtb *rtb, ngtcp2_conn *conn, ngtcp2_pktns *pktns, ngtcp2_rtb_entry *ent) rtb_on_pkt_lost_resched_move() argument
1567 ngtcp2_rtb_remove_all(ngtcp2_rtb *rtb, ngtcp2_conn *conn, ngtcp2_pktns *pktns, ngtcp2_conn_stat *cstat) ngtcp2_rtb_remove_all() argument
1627 ngtcp2_rtb_reclaim_on_pto(ngtcp2_rtb *rtb, ngtcp2_conn *conn, ngtcp2_pktns *pktns, size_t num_pkts) ngtcp2_rtb_reclaim_on_pto() argument
[all...]
/third_party/libfuse/example/
H A Dpassthrough_hp.cc190 static void sfs_init(void *userdata, fuse_conn_info *conn) { in sfs_init() argument
[all...]
H A Dpassthrough_ll.c168 lo_init(void *userdata, struct fuse_conn_info *conn) lo_init() argument
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-native.c933 static DBusMessage *profile_new_connection(DBusConnection *conn, DBusMessage *m, void *userdata) { in profile_new_connection() argument
1043 static DBusMessage *profile_request_disconnection(DBusConnection *conn, DBusMessage *m, void *userdata) { in profile_request_disconnection() argument
/third_party/pulseaudio/src/pulse/
H A Dcontext.c807 static void track_pulseaudio_on_dbus(pa_context *c, DBusBusType type, pa_dbus_wrap_connection **conn) { argument
/third_party/pulseaudio/src/modules/dbus/
H A Diface-stream.c183 handle_get_index(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_index() argument
204 handle_get_driver(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_driver() argument
226 handle_get_owner_module(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_owner_module() argument
251 handle_get_client(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_client() argument
276 handle_get_device(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_device() argument
292 handle_get_sample_format(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_sample_format() argument
307 handle_get_sample_rate(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_sample_rate() argument
317 handle_get_channels(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_channels() argument
335 handle_get_volume(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_volume() argument
359 handle_set_volume(DBusConnection *conn, DBusMessage *msg, DBusMessageIter *iter, void *userdata) handle_set_volume() argument
415 handle_get_mute(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_mute() argument
430 handle_set_mute(DBusConnection *conn, DBusMessage *msg, DBusMessageIter *iter, void *userdata) handle_set_mute() argument
451 handle_get_buffer_latency(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_buffer_latency() argument
467 handle_get_device_latency(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_device_latency() argument
483 handle_get_resample_method(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_resample_method() argument
502 handle_get_property_list(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_property_list() argument
512 handle_get_all(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_get_all() argument
608 handle_move(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_move() argument
649 handle_kill(DBusConnection *conn, DBusMessage *msg, void *userdata) handle_kill() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-ladspa-sink.c147 static void get_algorithm_parameters(DBusConnection *conn, DBusMessage *msg, void *_u) { in get_algorithm_parameters() argument
185 static void set_algorithm_parameters(DBusConnection *conn, DBusMessage *msg, DBusMessageIter *iter, void *_u) { in set_algorithm_parameters() argument
254 static void ladspa_get_all(DBusConnection *conn, DBusMessage *msg, void *_u) { in ladspa_get_all() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-esound.c612 connection *conn; in esd_proto_all_info() local
761 connection *conn; esd_proto_stream_pan() local
[all...]
H A Dprotocol-dbus.c874 static void register_all_objects(pa_dbus_protocol *p, DBusConnection *conn) { in register_all_objects() argument
893 int pa_dbus_protocol_register_connection(pa_dbus_protocol *p, DBusConnection *conn, pa_client *client) { in pa_dbus_protocol_register_connection() argument
918 static void unregister_all_objects(pa_dbus_protocol *p, DBusConnection *conn) { in unregister_all_objects() argument
941 pa_dbus_protocol_unregister_connection(pa_dbus_protocol *p, DBusConnection *conn) pa_dbus_protocol_unregister_connection() argument
960 pa_dbus_protocol_get_client(pa_dbus_protocol *p, DBusConnection *conn) pa_dbus_protocol_get_client() argument
972 pa_dbus_protocol_add_signal_listener( pa_dbus_protocol *p, DBusConnection *conn, const char *signal_name, char **objects, unsigned n_objects) pa_dbus_protocol_add_signal_listener() argument
1018 pa_dbus_protocol_remove_signal_listener(pa_dbus_protocol *p, DBusConnection *conn, const char *signal_name) pa_dbus_protocol_remove_signal_listener() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c157 struct tls_connection *conn = (struct tls_connection *) ptr; in tls_pull_func() local
186 struct tls_connection *conn = (struct tls_connection *) ptr; tls_push_func() local
198 tls_gnutls_init_session(struct tls_global *global, struct tls_connection *conn) tls_gnutls_init_session() argument
242 struct tls_connection *conn; tls_connection_init() local
276 tls_connection_deinit(void *ssl_ctx, struct tls_connection *conn) tls_connection_deinit() argument
292 tls_connection_established(void *ssl_ctx, struct tls_connection *conn) tls_connection_established() argument
298 tls_connection_peer_serial_num(void *tls_ctx, struct tls_connection *conn) tls_connection_peer_serial_num() argument
306 tls_connection_shutdown(void *ssl_ctx, struct tls_connection *conn) tls_connection_shutdown() argument
353 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, const struct tls_connection_params *params) tls_connection_set_params() argument
861 tls_connection_set_verify(void *ssl_ctx, struct tls_connection *conn, int verify_peer, unsigned int flags, const u8 *session_ctx, size_t session_ctx_len) tls_connection_set_verify() argument
877 tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, struct tls_random *keys) tls_connection_get_random() argument
900 tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, const char *label, const u8 *context, size_t context_len, u8 *out, size_t out_len) tls_connection_export_key() argument
921 tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, u8 *out, size_t out_len) tls_connection_get_eap_fast_key() argument
928 gnutls_tls_fail_event(struct tls_connection *conn, const gnutls_datum_t *cert, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) gnutls_tls_fail_event() argument
990 check_ocsp(struct tls_connection *conn, gnutls_session_t session, gnutls_alert_description_t *err) check_ocsp() argument
1137 struct tls_connection *conn; tls_connection_verify_peer() local
1420 gnutls_get_appl_data(struct tls_connection *conn) gnutls_get_appl_data() argument
1447 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) tls_connection_handshake() argument
1568 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) tls_connection_server_handshake() argument
1577 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) tls_connection_encrypt() argument
1598 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) tls_connection_decrypt() argument
1640 tls_connection_resumed(void *ssl_ctx, struct tls_connection *conn) tls_connection_resumed() argument
1648 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) tls_connection_set_cipher_list() argument
1656 tls_get_version(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_version() argument
1674 tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_cipher() argument
1710 tls_connection_enable_workaround(void *ssl_ctx, struct tls_connection *conn) tls_connection_enable_workaround() argument
1718 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) tls_connection_client_hello_ext() argument
1727 tls_connection_get_failed(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_failed() argument
1735 tls_connection_get_read_alerts(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_read_alerts() argument
1743 tls_connection_get_write_alerts(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_write_alerts() argument
1751 tls_connection_set_session_ticket_cb(void *tls_ctx, struct tls_connection *conn, tls_session_ticket_cb cb, void *ctx) tls_connection_set_session_ticket_cb() argument
1766 tls_connection_set_success_data(struct tls_connection *conn, struct wpabuf *data) tls_connection_set_success_data() argument
1772 tls_connection_set_success_data_resumed(struct tls_connection *conn) tls_connection_set_success_data_resumed() argument
1778 tls_connection_get_success_data(struct tls_connection *conn) tls_connection_get_success_data() argument
1784 tls_connection_remove_session(struct tls_connection *conn) tls_connection_remove_session() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dtncs.c1085 struct tncs_data *prev, *conn; in tncs_deinit() local
419 tncs_imv_notify_connection_change(struct tnc_if_imv *imv, TNC_ConnectionID conn, TNC_ConnectionState state) tncs_imv_notify_connection_change() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c62 struct dl_list conn; /* struct dpp_connection */ member
71 struct dl_list conn; /* struct dpp_connection */ member
88 static void dpp_connection_free(struct dpp_connection *conn) in dpp_connection_free() argument
110 dpp_connection_remove(struct dpp_connection *conn) dpp_connection_remove() argument
177 dpp_controller_gas_done(struct dpp_connection *conn) dpp_controller_gas_done() argument
199 dpp_tcp_send(struct dpp_connection *conn) dpp_tcp_send() argument
255 dpp_tcp_send_msg(struct dpp_connection *conn, const struct wpabuf *msg) dpp_tcp_send_msg() argument
281 dpp_controller_start_gas_client(struct dpp_connection *conn) dpp_controller_start_gas_client() argument
301 dpp_controller_auth_success(struct dpp_connection *conn, int initiator) dpp_controller_auth_success() argument
331 struct dpp_connection *conn = eloop_ctx; dpp_conn_tx_ready() local
377 struct dpp_connection *conn = eloop_ctx; dpp_relay_conn_timeout() local
389 struct dpp_connection *conn; dpp_relay_new_conn() local
472 dpp_relay_tx(struct dpp_connection *conn, const u8 *hdr, const u8 *buf, size_t len) dpp_relay_tx() argument
502 struct dpp_connection *conn; dpp_relay_rx_action() local
557 struct dpp_connection *conn, *found = NULL; dpp_relay_rx_gas_req() local
598 struct dpp_connection *conn, *tmp; dpp_controller_free() local
616 dpp_controller_rx_auth_req(struct dpp_connection *conn, const u8 *hdr, const u8 *buf, size_t len) dpp_controller_rx_auth_req() argument
681 dpp_controller_rx_auth_resp(struct dpp_connection *conn, const u8 *hdr, const u8 *buf, size_t len) dpp_controller_rx_auth_resp() argument
711 dpp_controller_rx_auth_conf(struct dpp_connection *conn, const u8 *hdr, const u8 *buf, size_t len) dpp_controller_rx_auth_conf() argument
737 struct dpp_connection *conn = eloop_ctx; dpp_controller_conn_status_result_wait_timeout() local
750 dpp_controller_rx_conf_result(struct dpp_connection *conn, const u8 *hdr, const u8 *buf, size_t len) dpp_controller_rx_conf_result() argument
790 dpp_controller_rx_conn_status_result(struct dpp_connection *conn, const u8 *hdr, const u8 *buf, size_t len) dpp_controller_rx_conn_status_result() argument
826 dpp_controller_rx_presence_announcement(struct dpp_connection *conn, const u8 *hdr, const u8 *buf, size_t len) dpp_controller_rx_presence_announcement() argument
874 dpp_controller_rx_reconfig_announcement(struct dpp_connection *conn, const u8 *hdr, const u8 *buf, size_t len) dpp_controller_rx_reconfig_announcement() argument
936 dpp_controller_rx_reconfig_auth_resp(struct dpp_connection *conn, const u8 *hdr, const u8 *buf, size_t len) dpp_controller_rx_reconfig_auth_resp() argument
962 dpp_controller_rx_action(struct dpp_connection *conn, const u8 *msg, size_t len) dpp_controller_rx_action() argument
1030 dpp_tcp_send_comeback_delay(struct dpp_connection *conn, u8 action) dpp_tcp_send_comeback_delay() argument
1064 dpp_tcp_send_gas_resp(struct dpp_connection *conn, u8 action, struct wpabuf *resp) dpp_tcp_send_gas_resp() argument
1108 dpp_controller_rx_gas_req(struct dpp_connection *conn, const u8 *msg, size_t len) dpp_controller_rx_gas_req() argument
1168 dpp_controller_rx_gas_comeback_req(struct dpp_connection *conn, const u8 *msg, size_t len) dpp_controller_rx_gas_comeback_req() argument
1211 struct dpp_connection *conn = eloop_ctx; dpp_tcp_build_csr() local
1230 dpp_tcp_rx_gas_resp(struct dpp_connection *conn, struct wpabuf *resp) dpp_tcp_rx_gas_resp() argument
1281 struct dpp_connection *conn = eloop_ctx; dpp_tcp_gas_query_comeback() local
1304 dpp_rx_gas_resp(struct dpp_connection *conn, const u8 *msg, size_t len, bool comeback) dpp_rx_gas_resp() argument
1394 struct dpp_connection *conn = eloop_ctx; dpp_controller_rx() local
1518 struct dpp_connection *conn; dpp_controller_tcp_cb() local
1572 struct dpp_connection *conn; dpp_tcp_init() local
1745 struct dpp_connection *conn; dpp_tcp_get_auth() local
1760 struct dpp_connection *conn; dpp_controller_get_auth() local
1778 struct dpp_connection *conn; dpp_controller_new_qr_code() local
1798 struct dpp_connection *conn, *tmp; dpp_tcp_init_flush() local
1808 struct dpp_connection *conn, *tmp; dpp_relay_controller_free() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c157 struct tls_connection *conn = (struct tls_connection *) ptr; in tls_pull_func() local
186 struct tls_connection *conn = (struct tls_connection *) ptr; tls_push_func() local
198 tls_gnutls_init_session(struct tls_global *global, struct tls_connection *conn) tls_gnutls_init_session() argument
242 struct tls_connection *conn; tls_connection_init() local
276 tls_connection_deinit(void *ssl_ctx, struct tls_connection *conn) tls_connection_deinit() argument
292 tls_connection_established(void *ssl_ctx, struct tls_connection *conn) tls_connection_established() argument
298 tls_connection_peer_serial_num(void *tls_ctx, struct tls_connection *conn) tls_connection_peer_serial_num() argument
306 tls_connection_shutdown(void *ssl_ctx, struct tls_connection *conn) tls_connection_shutdown() argument
353 tls_connection_set_params(void *tls_ctx, struct tls_connection *conn, const struct tls_connection_params *params) tls_connection_set_params() argument
861 tls_connection_set_verify(void *ssl_ctx, struct tls_connection *conn, int verify_peer, unsigned int flags, const u8 *session_ctx, size_t session_ctx_len) tls_connection_set_verify() argument
877 tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, struct tls_random *keys) tls_connection_get_random() argument
900 tls_connection_export_key(void *tls_ctx, struct tls_connection *conn, const char *label, const u8 *context, size_t context_len, u8 *out, size_t out_len) tls_connection_export_key() argument
921 tls_connection_get_eap_fast_key(void *tls_ctx, struct tls_connection *conn, u8 *out, size_t out_len) tls_connection_get_eap_fast_key() argument
928 gnutls_tls_fail_event(struct tls_connection *conn, const gnutls_datum_t *cert, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) gnutls_tls_fail_event() argument
990 check_ocsp(struct tls_connection *conn, gnutls_session_t session, gnutls_alert_description_t *err) check_ocsp() argument
1137 struct tls_connection *conn; tls_connection_verify_peer() local
1420 gnutls_get_appl_data(struct tls_connection *conn) gnutls_get_appl_data() argument
1447 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) tls_connection_handshake() argument
1568 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) tls_connection_server_handshake() argument
1577 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) tls_connection_encrypt() argument
1598 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) tls_connection_decrypt() argument
1640 tls_connection_resumed(void *ssl_ctx, struct tls_connection *conn) tls_connection_resumed() argument
1648 tls_connection_set_cipher_list(void *tls_ctx, struct tls_connection *conn, u8 *ciphers) tls_connection_set_cipher_list() argument
1656 tls_get_version(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_version() argument
1674 tls_get_cipher(void *ssl_ctx, struct tls_connection *conn, char *buf, size_t buflen) tls_get_cipher() argument
1710 tls_connection_enable_workaround(void *ssl_ctx, struct tls_connection *conn) tls_connection_enable_workaround() argument
1718 tls_connection_client_hello_ext(void *ssl_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) tls_connection_client_hello_ext() argument
1727 tls_connection_get_failed(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_failed() argument
1735 tls_connection_get_read_alerts(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_read_alerts() argument
1743 tls_connection_get_write_alerts(void *ssl_ctx, struct tls_connection *conn) tls_connection_get_write_alerts() argument
1751 tls_connection_set_session_ticket_cb(void *tls_ctx, struct tls_connection *conn, tls_session_ticket_cb cb, void *ctx) tls_connection_set_session_ticket_cb() argument
1766 tls_connection_set_success_data(struct tls_connection *conn, struct wpabuf *data) tls_connection_set_success_data() argument
1772 tls_connection_set_success_data_resumed(struct tls_connection *conn) tls_connection_set_success_data_resumed() argument
1778 tls_connection_get_success_data(struct tls_connection *conn) tls_connection_get_success_data() argument
1784 tls_connection_remove_session(struct tls_connection *conn) tls_connection_remove_session() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dtncs.c1084 struct tncs_data *prev, *conn; in tncs_deinit() local
419 tncs_imv_notify_connection_change(struct tnc_if_imv *imv, TNC_ConnectionID conn, TNC_ConnectionState state) tncs_imv_notify_connection_change() argument

Completed in 35 milliseconds

1...<<21222324252627282930>>...33