Home
last modified time | relevance | path

Searched refs:app_context (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/gio/
Dgio-tool-launch.c44 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/
Dlibevent-server.c86 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/
Dpipeline.cpp220 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/
Dsdlshare2.c276 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()
Dsdlshare.c394 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/
Dtutorial-server.rst108 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/
DChangeLog78475 Needed to properly handle gst.gl.app_context(s).