Searched refs:app_context (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-launch.c | 44 GAppLaunchContext *app_context = NULL; in handle_launch() local 116 app_context = g_app_launch_context_new (); in handle_launch() 117 if (!g_app_info_launch (app, args, app_context, &error)) in handle_launch() 124 g_clear_object (&app_context); in handle_launch()
|
/third_party/nghttp2/examples/ |
D | libevent-server.c | 86 struct app_context; 87 typedef struct app_context app_context; typedef 99 app_context *app_ctx; 104 struct app_context { struct 239 static http2_session_data *create_http2_session_data(app_context *app_ctx, in create_http2_session_data() 735 app_context *app_ctx = (app_context *)arg; in acceptcb() 745 app_context *app_ctx) { in start_listen() 776 static void initialize_app_context(app_context *app_ctx, SSL_CTX *ssl_ctx, in initialize_app_context() 778 memset(app_ctx, 0, sizeof(app_context)); in initialize_app_context() 786 app_context app_ctx; in run()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | pipeline.cpp | 220 GstContext *app_context = gst_context_new ("gst.gl.app_context", TRUE); in sync_bus_call() local 221 GstStructure *s = gst_context_writable_structure (app_context); in sync_bus_call() 223 gst_element_set_context (GST_ELEMENT (msg->src), app_context); in sync_bus_call()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/ |
D | sdlshare2.c | 276 GstContext *app_context = gst_context_new ("gst.gl.app_context", TRUE); in sync_bus_call() local 277 GstStructure *s = gst_context_writable_structure (app_context); in sync_bus_call() 280 gst_element_set_context (GST_ELEMENT (msg->src), app_context); in sync_bus_call() 281 gst_context_unref (app_context); in sync_bus_call()
|
D | sdlshare.c | 394 GstContext *app_context = gst_context_new ("gst.gl.app_context", TRUE); in sync_bus_call() local 395 GstStructure *s = gst_context_writable_structure (app_context); in sync_bus_call() 398 gst_element_set_context (GST_ELEMENT (msg->src), app_context); in sync_bus_call() 399 gst_context_unref (app_context); in sync_bus_call()
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-server.rst | 108 We use the ``app_context`` structure to store application-wide data:: 110 struct app_context { 121 app_context *app_ctx; 152 app_context *app_ctx) { 188 app_context *app_ctx = (app_context *)arg;
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 78475 Needed to properly handle gst.gl.app_context(s).
|