| /third_party/pulseaudio/src/modules/ |
| H A D | reserve-wrap.c | 47 pa_dbus_connection *connection; member 58 pa_dbus_connection *connection; member [all...] |
| H A D | reserve-monitor.c | 44 DBusConnection *connection; member 124 rm_watch( rm_monitor **_m, DBusConnection *connection, const char *device_name, rm_change_cb_t change_cb, DBusError *error) rm_watch() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| H A D | XcbSurfaceKHR.cpp | 25 bool getWindowSizeAndDepth(xcb_connection_t *connection, xcb_window_t window, VkExtent2D *windowExtent, int *depth) in getWindowSizeAndDepth() argument [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | authorization_example.c | 42 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
|
| H A D | benchmark.c | 64 completed_callback(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode toe) completed_callback() argument 105 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
|
| H A D | benchmark_https.c | 64 completed_callback(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode toe) completed_callback() argument 105 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
|
| H A D | digest_auth_example.c | 36 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
|
| H A D | fileserver_example.c | 49 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
|
| H A D | fileserver_example_dirs.c | 79 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
|
| H A D | fileserver_example_external_select.c | 49 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) ahc_echo() argument
|
| H A D | mhd2spdy.c | 79 struct SPDY_Connection *connection; in run_everything() local
|
| H A D | https_fileserver_example.c | 116 http_ahc(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) http_ahc() argument
|
| H A D | mhd2spdy_http.c | 156 http_cb_request(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) http_cb_request() argument 372 http_cb_request_completed(void *cls, struct MHD_Connection *connection, void **con_cls, enum MHD_RequestTerminationCode toe) http_cb_request_completed() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | test_daemon.c | 62 ahc_nothing(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_nothing() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
| H A D | test_options.c | 38 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | test_termination.c | 52 connection_handler(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t * upload_data_size, void **ptr) connection_handler() argument
|
| H A D | test_callback.c | 63 callback(void *cls, struct MHD_Connection *connection, const char *url, in callback() argument
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
| H A D | MidiPortConnector.java | 82 abstract public void onPortsConnected(MidiConnection connection); in onPortsConnected() argument
|
| /third_party/skia/tools/skiaserve/ |
| H A D | skiaserve.cpp | 56 int invoke(Request* request, MHD_Connection* connection, const char* url, const char* method, in invoke() argument 73 int answer_to_connection(void* cls, struct MHD_Connection* connection, in answer_to_connection() argument
|
| /third_party/python/Modules/_sqlite/ |
| H A D | statement.c | 32 pysqlite_statement_create(pysqlite_Connection *connection, PyObject *sql) in pysqlite_statement_create() argument
|
| /third_party/node/deps/npm/node_modules/http-cache-semantics/ |
| H A D | index.js | |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | rtkit.c | 65 static long long rtkit_get_int_property(DBusConnection *connection, const char* propname, long long* propval) { in rtkit_get_int_property() argument 145 int rtkit_get_max_realtime_priority(DBusConnection *connection) { in rtkit_get_max_realtime_priority() argument 153 int rtkit_get_min_nice_level(DBusConnection *connection, int* min_nice_level) { in rtkit_get_min_nice_level() argument 163 long long rtkit_get_rttime_usec_max(DBusConnection *connection) { in rtkit_get_rttime_usec_max() argument 171 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) { in rtkit_make_realtime() argument 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...] |
| /third_party/python/Lib/multiprocessing/ |
| H A D | forkserver.py | 11 from . import connection namespace
|
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
| H A D | test_empty_response.c | 42 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|
| H A D | test_https_get_select.c | 43 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|