Home
last modified time | relevance | path

Searched refs:connection (Results 1 - 25 of 313) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.c22 * @file connection.c
30 #include "connection.h"
119 * @param connection connection to get values from
128 MHD_get_connection_values (struct MHD_Connection *connection, in MHD_get_connection_values() argument
135 if (NULL == connection) in MHD_get_connection_values()
138 for (pos = connection->headers_received; NULL != pos; pos = pos->next) in MHD_get_connection_values()
153 * connection (so that the #MHD_get_connection_values function will
163 * until the connection is closed. (The easiest way to do this is by
166 * @param connection th
177 MHD_set_connection_value(struct MHD_Connection *connection, enum MHD_ValueKind kind, const char *key, const char *value) MHD_set_connection_value() argument
217 MHD_lookup_connection_value(struct MHD_Connection *connection, enum MHD_ValueKind kind, const char *key) MHD_lookup_connection_value() argument
243 need_100_continue(struct MHD_Connection *connection) need_100_continue() argument
268 MHD_connection_close(struct MHD_Connection *connection, enum MHD_RequestTerminationCode termination_code) MHD_connection_close() argument
297 connection_close_error(struct MHD_Connection *connection, const char *emsg) connection_close_error() argument
332 try_ready_normal_body(struct MHD_Connection *connection) try_ready_normal_body() argument
399 try_ready_chunked_body(struct MHD_Connection *connection) try_ready_chunked_body() argument
510 keepalive_possible(struct MHD_Connection *connection) keepalive_possible() argument
608 try_grow_read_buffer(struct MHD_Connection *connection) global() argument
640 build_header_response(struct MHD_Connection *connection) global() argument
929 transmit_error_response(struct MHD_Connection *connection, unsigned int status_code, const char *message) global() argument
977 MHD_connection_update_event_loop_info(struct MHD_Connection *connection) global() argument
1125 get_next_header_line(struct MHD_Connection *connection) global() argument
1176 connection_add_header(struct MHD_Connection *connection, char *key, char *value, enum MHD_ValueKind kind) global() argument
1205 parse_arguments(enum MHD_ValueKind kind, struct MHD_Connection *connection, char *args) global() argument
1292 parse_cookie_header(struct MHD_Connection *connection) global() argument
1391 parse_initial_message_line(struct MHD_Connection *connection, char *line) global() argument
1443 call_connection_handler(struct MHD_Connection *connection) global() argument
1477 process_request_body(struct MHD_Connection *connection) global() argument
1658 do_read(struct MHD_Connection *connection) global() argument
1705 do_write(struct MHD_Connection *connection) global() argument
1747 check_write_done(struct MHD_Connection *connection, enum MHD_CONNECTION_STATE next_state) global() argument
1775 process_header_line(struct MHD_Connection *connection, char *line) global() argument
1815 process_broken_line(struct MHD_Connection *connection, char *line, enum MHD_ValueKind kind) global() argument
1888 parse_connection_headers(struct MHD_Connection *connection) global() argument
1967 update_last_activity(struct MHD_Connection *connection) global() argument
2000 MHD_connection_handle_read(struct MHD_Connection *connection) global() argument
2063 MHD_connection_handle_write(struct MHD_Connection *connection) global() argument
2219 cleanup_connection(struct MHD_Connection *connection) global() argument
2268 MHD_connection_handle_idle(struct MHD_Connection *connection) global() argument
2709 MHD_connection_epoll_update_(struct MHD_Connection *connection) global() argument
2756 MHD_set_http_callbacks_(struct MHD_Connection *connection) global() argument
2775 MHD_get_connection_info(struct MHD_Connection *connection, enum MHD_ConnectionInfoType info_type, ...) global() argument
2820 MHD_set_connection_option(struct MHD_Connection *connection, enum MHD_CONNECTION_OPTION option, ...) global() argument
2881 MHD_queue_response(struct MHD_Connection *connection, unsigned int status_code, struct MHD_Response *response) global() argument
[all...]
H A Dconnection_https.c30 #include "connection.h"
40 * @param connection connection to handshake on
46 run_tls_handshake (struct MHD_Connection *connection) in run_tls_handshake() argument
50 connection->last_activity = MHD_monotonic_time(); in run_tls_handshake()
51 if (connection->state == MHD_TLS_CONNECTION_INIT) in run_tls_handshake()
53 ret = gnutls_handshake (connection->tls_session); in run_tls_handshake()
56 /* set connection state to enable HTTP processing */ in run_tls_handshake()
57 connection->state = MHD_CONNECTION_INIT; in run_tls_handshake()
68 MHD_DLOG (connection in run_tls_handshake()
96 MHD_tls_connection_handle_read(struct MHD_Connection *connection) MHD_tls_connection_handle_read() argument
113 MHD_tls_connection_handle_write(struct MHD_Connection *connection) MHD_tls_connection_handle_write() argument
132 MHD_tls_connection_handle_idle(struct MHD_Connection *connection) MHD_tls_connection_handle_idle() argument
176 MHD_set_https_callbacks(struct MHD_Connection *connection) MHD_set_https_callbacks() argument
[all...]
H A Ddigestauth.c295 * @param connection The MHD connection structure
301 check_nonce_nc (struct MHD_Connection *connection, in check_nonce_nc() argument
309 mod = connection->daemon->nonce_nc_size; in check_nonce_nc()
327 (void) MHD_mutex_lock_ (&connection->daemon->nnc_lock); in check_nonce_nc()
330 strcpy(connection->daemon->nnc[off].nonce, in check_nonce_nc()
332 connection->daemon->nnc[off].nc = 0; in check_nonce_nc()
333 (void) MHD_mutex_unlock_ (&connection->daemon->nnc_lock); in check_nonce_nc()
336 if ( (nc <= connection->daemon->nnc[off].nc) || in check_nonce_nc()
337 (0 != strcmp(connection in check_nonce_nc()
361 MHD_digest_auth_get_username(struct MHD_Connection *connection) MHD_digest_auth_get_username() argument
443 test_header(struct MHD_Connection *connection, const char *key, const char *value) test_header() argument
479 check_argument_match(struct MHD_Connection *connection, const char *args) check_argument_match() argument
562 MHD_digest_auth_check(struct MHD_Connection *connection, const char *realm, const char *username, const char *password, unsigned int nonce_timeout) MHD_digest_auth_check() argument
800 MHD_queue_auth_fail_response(struct MHD_Connection *connection, const char *realm, const char *opaque, struct MHD_Response *response, int signal_stale) MHD_queue_auth_fail_response() argument
[all...]
H A Dtest_postprocessor.c124 struct MHD_Connection connection; in test_urlencoding() local
132 memset (&connection, 0, sizeof (struct MHD_Connection)); in test_urlencoding()
134 connection.headers_received = &header; in test_urlencoding()
138 pp = MHD_create_post_processor (&connection, in test_urlencoding()
158 struct MHD_Connection connection; in test_multipart_garbage() local
177 memset (&connection, 0, sizeof (struct MHD_Connection)); in test_multipart_garbage()
179 connection.headers_received = &header; in test_multipart_garbage()
184 pp = MHD_create_post_processor (&connection, in test_multipart_garbage()
199 struct MHD_Connection connection; in test_multipart_splits() local
210 memset (&connection, in test_multipart_splits()
232 struct MHD_Connection connection; test_multipart() local
267 struct MHD_Connection connection; test_nested_multipart() local
302 struct MHD_Connection connection; test_empty_value() local
[all...]
H A Dconnection.h21 * @file connection.h
34 * Set callbacks for this connection to those for HTTP.
36 * @param connection connection to initialize
39 MHD_set_http_callbacks_ (struct MHD_Connection *connection);
43 * This function handles a particular connection when it has been
48 * @param connection connection to handle
50 * connection)
53 MHD_connection_handle_read (struct MHD_Connection *connection);
[all...]
H A Dbasicauth.c39 * @param connection The MHD connection structure
46 MHD_basic_auth_get_username_password (struct MHD_Connection *connection, in MHD_basic_auth_get_username_password() argument
54 if ( (NULL == (header = MHD_lookup_connection_value (connection, in MHD_basic_auth_get_username_password()
63 MHD_DLOG (connection->daemon, in MHD_basic_auth_get_username_password()
72 MHD_DLOG(connection->daemon, in MHD_basic_auth_get_username_password()
90 MHD_DLOG(connection->daemon, in MHD_basic_auth_get_username_password()
109 * @param connection The MHD connection structure
116 MHD_queue_basic_auth_fail_response (struct MHD_Connection *connection, in MHD_queue_basic_auth_fail_response() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_spdy.c146 struct SPDY_Connection *connection; in spdy_cb_send() local
148 connection = (struct SPDY_Connection*)user_data; in spdy_cb_send()
149 connection->want_io = IO_NONE; in spdy_cb_send()
164 if(connection->is_tls) in spdy_cb_send()
167 rv = SSL_write(connection->ssl, data, length); in spdy_cb_send()
169 int err = SSL_get_error(connection->ssl, rv); in spdy_cb_send()
171 connection->want_io |= (err == SSL_ERROR_WANT_READ ? in spdy_cb_send()
181 rv = write(connection->fd, in spdy_cb_send()
193 connection->want_io |= WANT_WRITE; in spdy_cb_send()
228 struct SPDY_Connection *connection; in spdy_cb_recv() local
671 spdy_ctl_select(fd_set * read_fd_set, fd_set * write_fd_set, fd_set * except_fd_set, struct SPDY_Connection *connection) spdy_ctl_select() argument
701 spdy_exec_io(struct SPDY_Connection *connection) spdy_exec_io() argument
730 struct SPDY_Connection * connection = NULL; spdy_connect() local
813 spdy_free_connection(struct SPDY_Connection * connection) spdy_free_connection() argument
848 struct SPDY_Connection *connection; spdy_request() local
990 struct SPDY_Connection *connection; spdy_get_selectfdset() local
[all...]
/third_party/node/test/parallel/
H A Dtest-net-autoselectfamily.js16 // Some of the windows machines in the CI need more time to establish connection
87 const connection = createConnection({
96 connection.setEncoding('utf-8');
98 connection.on('ready', common.mustCall(() => {
99 assert.deepStrictEqual(connection.autoSelectFamilyAttemptedAddresses, [`::1:${port}`, `127.0.0.1:${port}`]);
102 connection.on('data', (chunk) => {
106 connection.on('end', common.mustCall(() => {
112 connection.write('request');
117 // Test that only the last successful connection is established.
133 const connection
[all...]
H A Dtest-net-server-max-connections-close-makes-more-available.js8 // Open 2 connections (connection 0 and connection 1).
11 // Closes connection 0.
12 // Open 2 more connections (connection 2 and 3).
21 console.error(`creating connection ${index}`);
24 const connection = net.createConnection(server.address().port, function() {
31 connection.on('error', function(err) {
36 connection.on('data', function(e) {
37 console.error(`connection ${index} received response`);
41 connection
[all...]
/third_party/pulseaudio/src/modules/x11/
H A Dmodule-x11-xsmp.c57 SmcConn connection; member
64 IceConn connection; member
68 static void* ice_io_cb_data_new(IceConn connection, struct userdata *userdata) { in ice_io_cb_data_new() argument
71 data->connection = connection; in ice_io_cb_data_new()
92 if (u->connection) { in x11_kill_cb()
93 SmcCloseConnection(u->connection, 0, NULL); in x11_kill_cb()
94 u->connection = NULL; in x11_kill_cb()
113 if (userdata->connection) { in close_xsmp_connection()
114 SmcCloseConnection(userdata->connection, in close_xsmp_connection()
121 die_cb(SmcConn connection, SmPointer client_data) die_cb() argument
131 save_complete_cb(SmcConn connection, SmPointer client_data) save_complete_cb() argument
134 shutdown_cancelled_cb(SmcConn connection, SmPointer client_data) shutdown_cancelled_cb() argument
138 save_yourself_cb(SmcConn connection, SmPointer client_data, int save_type, Bool _shutdown, int interact_style, Bool fast) save_yourself_cb() argument
157 new_ice_connection(IceConn connection, IcePointer client_data, Bool opening, IcePointer *watch_data) new_ice_connection() argument
[all...]
/third_party/skia/tools/skiaserve/urlhandlers/
H A DUrlHandler.h19 virtual int handle(Request* request, MHD_Connection* connection,
27 int handle(Request* request, MHD_Connection* connection,
35 int handle(Request* request, MHD_Connection* connection,
43 int handle(Request* request, MHD_Connection* connection,
55 int handle(Request* request, MHD_Connection* connection,
67 int handle(Request* request, MHD_Connection* connection,
79 int handle(Request* request, MHD_Connection* connection,
87 int handle(Request* request, MHD_Connection* connection,
95 int handle(Request* request, MHD_Connection* connection,
103 int handle(Request* request, MHD_Connection* connection,
[all...]
/third_party/mbedtls/tests/scripts/
H A Dtcp_client.pl34 ## Open a TCP connection to the specified host and port.
45 ## Close the TCP connection.
47 my ($connection) = @_;
48 $connection->shutdown(2);
55 my ($connection, $hexdata) = @_;
59 my $sent = $connection->send($data, 0);
70 my ($connection, $expected_hex) = @_;
75 my $ok = $connection->recv($actual_data, length($expected_data));
96 my $connection = open_connection($host, $port);
97 write_data($connection,
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Drtkit.c65 static long long rtkit_get_int_property(DBusConnection *connection, const char* propname, long long* propval) { in rtkit_get_int_property() argument
95 if (!(r = dbus_connection_send_with_reply_and_block(connection, m, -1, &error))) { in rtkit_get_int_property()
145 int rtkit_get_max_realtime_priority(DBusConnection *connection) { in rtkit_get_max_realtime_priority() argument
149 err = rtkit_get_int_property(connection, "MaxRealtimePriority", &retval); 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() argument
157 err = rtkit_get_int_property(connection, "MinNiceLevel", &retval); in rtkit_get_min_nice_level()
163 long long rtkit_get_rttime_usec_max(DBusConnection *connection) { in rtkit_get_rttime_usec_max() argument
167 err = rtkit_get_int_property(connection, "RTTimeUSecMax", &retval); in rtkit_get_rttime_usec_max()
171 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) { in rtkit_make_realtime() argument
204 if (!(r = dbus_connection_send_with_reply_and_block(connection, in rtkit_make_realtime()
230 rtkit_make_high_priority(DBusConnection *connection, pid_t thread, int nice_level) rtkit_make_high_priority() argument
293 rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) rtkit_make_realtime() argument
297 rtkit_make_high_priority(DBusConnection *connection, pid_t thread, int nice_level) rtkit_make_high_priority() argument
301 rtkit_get_max_realtime_priority(DBusConnection *connection) rtkit_get_max_realtime_priority() argument
305 rtkit_get_min_nice_level(DBusConnection *connection, int* min_nice_level) rtkit_get_min_nice_level() argument
309 rtkit_get_rttime_usec_max(DBusConnection *connection) rtkit_get_rttime_usec_max() argument
[all...]
H A Dprotocol-http.c87 struct connection { struct
114 static void connection_unlink(struct connection *c) { in connection_unlink()
143 static int do_write(struct connection *c) { in do_write()
173 static void do_work(struct connection *c) { in do_work()
196 struct connection *c; in source_output_process_msg()
221 struct connection *c; in source_output_push_cb()
232 struct connection*c; in source_output_kill_cb()
242 struct connection*c; in source_output_get_latency_cb()
252 struct connection*c; in client_kill_cb()
262 struct connection * in io_callback()
[all...]
/third_party/nghttp2/examples/
H A Dclient.c82 /* WANT_READ if SSL/TLS connection needs more input; or WANT_WRITE
87 SSL/TSL connection. */
164 struct Connection *connection; in send_callback() local
169 connection = (struct Connection *)user_data; in send_callback()
170 connection->want_io = IO_NONE; in send_callback()
172 rv = SSL_write(connection->ssl, data, (int)length); in send_callback()
174 int err = SSL_get_error(connection->ssl, rv); in send_callback()
176 connection->want_io = in send_callback()
194 struct Connection *connection; in recv_callback() local
199 connection in recv_callback()
463 ctl_poll(struct pollfd *pollfd, struct Connection *connection) ctl_poll() argument
480 submit_request(struct Connection *connection, struct Request *req) submit_request() argument
504 exec_io(struct Connection *connection) exec_io() argument
539 struct Connection connection; fetch_uri() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DXcbSurfaceKHR.cpp25 bool getWindowSizeAndDepth(xcb_connection_t *connection, xcb_window_t window, VkExtent2D *windowExtent, int *depth) in getWindowSizeAndDepth() argument
27 auto cookie = libXCB->xcb_get_geometry(connection, window); in getWindowSizeAndDepth()
28 if(auto *geom = libXCB->xcb_get_geometry_reply(connection, cookie, nullptr)) in getWindowSizeAndDepth()
45 : connection(pCreateInfo->connection) in XcbSurfaceKHR()
66 if(!getWindowSizeAndDepth(connection, window, &extent, &depth)) in getSurfaceCapabilities()
79 auto gc = libXCB->xcb_generate_id(connection); in attachImage()
82 libXCB->xcb_create_gc(connection, gc, window, XCB_GC_FOREGROUND | XCB_GC_BACKGROUND, values); in attachImage()
92 libXCB->xcb_free_gc(connection, it->second); in detachImage()
104 if(!getWindowSizeAndDepth(connection, windo in present()
[all...]
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11Xcb.cpp40 xcb_connection_t *connection = xcb_connect(name, NULL); in hasDisplay() local
41 if (connection && !xcb_connection_has_error(connection) ) in hasDisplay()
44 xcb_disconnect(connection); in hasDisplay()
82 xcb_connection_t* connection = m_display.getConnection(); in XcbWindow() local
84 m_window = xcb_generate_id(connection); in XcbWindow()
85 m_colormap = xcb_generate_id(connection); in XcbWindow()
94 connection, // Connection in XcbWindow()
109 connection, in XcbWindow()
116 xcb_alloc_color_reply_t* rep = xcb_alloc_color_reply(connection, xcb_alloc_colo in XcbWindow()
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c21 * @brief tests new connection callback. spdycli.c
110 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
115 SSL connection. */
228 struct Connection *connection; in send_callback() local
230 connection = (struct Connection*)user_data; in send_callback()
231 connection->want_io = IO_NONE; in send_callback()
233 rv = SSL_write(connection->ssl, data, length); in send_callback()
235 int err = SSL_get_error(connection->ssl, rv); in send_callback()
237 connection->want_io = (err == SSL_ERROR_WANT_READ ? in send_callback()
260 struct Connection *connection; in recv_callback() local
576 ctl_poll(struct pollfd *pollfd, struct Connection *connection) ctl_poll() argument
594 submit_request(struct Connection *connection, struct Request *req) submit_request() argument
619 exec_io(struct Connection *connection) exec_io() argument
660 struct Connection connection; fetch_uri() local
[all...]
H A Dtest_request_response.c92 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
97 SSL connection. */
210 struct Connection *connection; in send_callback() local
212 connection = (struct Connection*)user_data; in send_callback()
213 connection->want_io = IO_NONE; in send_callback()
215 rv = SSL_write(connection->ssl, data, length); in send_callback()
217 int err = SSL_get_error(connection->ssl, rv); in send_callback()
219 connection->want_io = (err == SSL_ERROR_WANT_READ ? in send_callback()
242 struct Connection *connection; in recv_callback() local
244 connection in recv_callback()
564 ctl_poll(struct pollfd *pollfd, struct Connection *connection) ctl_poll() argument
582 submit_request(struct Connection *connection, struct Request *req) submit_request() argument
607 exec_io(struct Connection *connection) exec_io() argument
648 struct Connection connection; fetch_uri() local
[all...]
H A Dtest_notls.c88 /* WANT_READ if SSL connection needs more input; or WANT_WRITE if it
93 SSL connection. */
207 struct Connection *connection; in send_callback() local
209 connection = (struct Connection*)user_data; in send_callback()
210 connection->want_io = IO_NONE; in send_callback()
212 rv = write(connection->fd, in send_callback()
224 connection->want_io = WANT_WRITE; in send_callback()
248 struct Connection *connection; in recv_callback() local
250 connection = (struct Connection*)user_data; in recv_callback()
251 connection in recv_callback()
528 ctl_poll(struct pollfd *pollfd, struct Connection *connection) ctl_poll() argument
546 submit_request(struct Connection *connection, struct Request *req) submit_request() argument
571 exec_io(struct Connection *connection) exec_io() argument
610 struct Connection connection; fetch_uri() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dreserve-monitor.c44 DBusConnection *connection; member
126 DBusConnection *connection, in rm_watch()
144 if (!connection) in rm_watch()
160 m->connection = dbus_connection_ref(connection); in rm_watch()
169 if (!(dbus_connection_add_filter(m->connection, filter_handler, m, NULL))) { in rm_watch()
182 dbus_bus_add_match(m->connection, m->match, error); in rm_watch()
191 if ((r = rd_dbus_get_name_owner(m->connection, m->service_name, &name_owner, error)) < 0) in rm_watch()
194 m->busy = get_busy(m->connection, name_owner); in rm_watch()
221 m->connection, in rm_release()
124 rm_watch( rm_monitor **_m, DBusConnection *connection, const char *device_name, rm_change_cb_t change_cb, DBusError *error) rm_watch() argument
[all...]
H A Dmodule-console-kit.c57 pa_dbus_connection *connection; member
81 if (!(reply = dbus_connection_send_with_reply_and_block(pa_dbus_connection_get(u->connection), m, -1, &error))) { in add_session()
230 if (!(reply = dbus_connection_send_with_reply_and_block(pa_dbus_connection_get(u->connection), m, -1, &error))) { in get_session_list()
277 pa_dbus_connection *connection; in pa__init() local
295 if (!(connection = pa_dbus_bus_get(m->core, DBUS_BUS_SYSTEM, &error)) || dbus_error_is_set(&error)) { in pa__init()
297 if (connection) in pa__init()
298 pa_dbus_connection_unref(connection); in pa__init()
307 u->connection = connection; in pa__init()
310 if (!dbus_connection_add_filter(pa_dbus_connection_get(connection), filter_c in pa__init()
[all...]
/third_party/skia/tools/skiaserve/
H A DResponse.cpp44 int SendOK(MHD_Connection* connection) { in SendOK() argument
50 int ret = MHD_queue_response(connection, 200, response); in SendOK()
55 int SendError(MHD_Connection* connection, const char* msg) { in SendError() argument
59 int ret = MHD_queue_response(connection, 500, response); in SendError()
64 int SendData(MHD_Connection* connection, const SkData* data, const char* type, in SendData() argument
75 int ret = MHD_queue_response(connection, MHD_HTTP_OK, response); in SendData()
80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate() argument
96 int ret = MHD_queue_response(connection, status, response); in SendTemplate()
/third_party/python/Modules/_sqlite/
H A Dcursor.c45 PyErr_SetString(cur->connection->ProgrammingError, in check_cursor_locked()
59 * Registers a cursor with the connection.
64 register_cursor(pysqlite_Connection *connection, PyObject *cursor) in register_cursor() argument
71 if (PyList_Append(connection->cursors, weakref) < 0) { in register_cursor()
83 connection: object(type='pysqlite_Connection *', subclass_of='clinic_state()->ConnectionType')
90 pysqlite_Connection *connection) in pysqlite_cursor_init_impl()
97 Py_INCREF(connection); in pysqlite_cursor_init_impl()
98 Py_XSETREF(self->connection, connection); in pysqlite_cursor_init_impl()
115 if (!pysqlite_check_thread(self->connection)) { in pysqlite_cursor_init_impl()
89 pysqlite_cursor_init_impl(pysqlite_Cursor *self, pysqlite_Connection *connection) pysqlite_cursor_init_impl() argument
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Dwrap.c49 wrap_Method(mach_port_t connection, uint32_t selector, const uint64_t* input, in wrap_Method() argument
54 /* Heuristic guess which connection is Metal, skip over I/O from everything in wrap_Method()
59 metal_connection = connection; in wrap_Method()
60 } else if (metal_connection != connection) { in wrap_Method()
61 return IOConnectCallMethod(connection, selector, input, inputCnt, in wrap_Method()
66 printf("Selector %u, %X, %X\n", selector, connection, metal_connection); in wrap_Method()
81 printf("%X: SET_API(%s)\n", connection, (const char *) inputStruct); in wrap_Method()
135 connection, input[0], inputStruct); in wrap_Method()
149 printf("%X: call %s (out %p, %zu)", connection, in wrap_Method()
168 IOConnectCallMethod(connection, selecto in wrap_Method()
283 wrap_AsyncMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const uint64_t *input, uint32_t inputCnt, const void *inputStruct, size_t inputStructCnt, uint64_t *output, uint32_t *outputCnt, void *outputStruct, size_t *outputStructCntP) wrap_AsyncMethod() argument
345 wrap_StructMethod(mach_port_t connection, uint32_t selector, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCntP) wrap_StructMethod() argument
355 wrap_AsyncStructMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const void *inputStruct, size_t inputStructCnt, void *outputStruct, size_t *outputStructCnt) wrap_AsyncStructMethod() argument
367 wrap_ScalarMethod(mach_port_t connection, uint32_t selector, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) wrap_ScalarMethod() argument
376 wrap_AsyncScalarMethod(mach_port_t connection, uint32_t selector, mach_port_t wakePort, uint64_t *reference, uint32_t referenceCnt, const uint64_t *input, uint32_t inputCnt, uint64_t *output, uint32_t *outputCnt) wrap_AsyncScalarMethod() argument
[all...]

Completed in 14 milliseconds

12345678910>>...13