Home
last modified time | relevance | path

Searched refs:g_connection (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/x/
H A Dx11_ui_thread.cc14 x11::Connection* g_connection = nullptr; variable
20 connection_.reset(g_connection); in X11UiThread()
21 g_connection = nullptr; in X11UiThread()
32 DCHECK(!g_connection); in SetConnection()
33 g_connection = connection; in SetConnection()
/dports/databases/sqsh/sqsh-2.5/src/
H A Dcmd_connect.c218 if (g_connection != NULL)
1013 if (ct_con_props( g_connection,
1147 if (ct_connect( g_connection, server,
1294 ShowNetAuthCredExp( g_connection, argv[0] );
1354 if ( check_opt_capability( g_connection ) )
1417 ct_con_drop( g_connection );
1436 g_connection = NULL;
1466 ShowNetAuthCredExp ( g_connection, argv[0] );
1471 static int check_opt_capability( g_connection ) in check_opt_capability() argument
1472 CS_CONNECTION *g_connection; in check_opt_capability()
[all …]
H A Dsqsh_init.c86 g_connection = NULL ; in USE()
330 if( g_connection != NULL )
332 if (ct_close( g_connection, CS_UNUSED) != CS_SUCCEED)
333 ct_close( g_connection, CS_FORCE_CLOSE );
334 ct_con_drop( g_connection );
335 g_connection = NULL;
H A Dcmd_reconnect.c54 old_connection = g_connection;
56 g_connection = NULL;
61 g_connection = old_connection ;
H A Dcmd_do.c239 orig_conn = g_connection;
259 g_connection = NULL;
274 g_connection != NULL)
276 if (ct_close( g_connection, CS_UNUSED ) != CS_SUCCEED)
277 ct_close( g_connection, CS_FORCE_CLOSE );
278 ct_con_drop( g_connection );
279 g_connection = NULL;
295 g_connection = orig_conn;
H A Dcmd_bcp.c389 if (ct_cmd_alloc( g_connection, &bcp_cmd ) != CS_SUCCEED)
797 if (ct_con_props( g_connection, /* Connection */
1115 ct_cancel( g_connection, (CS_COMMAND*)NULL, CS_CANCEL_ALL );
1157 if (g_connection != NULL)
1159 if (ct_con_props( g_connection, /* Connection */
1173 ct_cancel( g_connection, (CS_COMMAND*)NULL, CS_CANCEL_ALL );
1419 ct_cancel( g_connection, (CS_COMMAND*)NULL, CS_CANCEL_ALL );
H A Dsqsh_fork.c60 g_connection = NULL; in USE()
H A Dsqsh_global.h57 extern CS_CONNECTION *g_connection;
H A Dsqsh_global.c37 CS_CONNECTION *g_connection = NULL; variable
H A Dcmd_go.c309 if (g_connection == NULL)
485 if (ct_cmd_alloc( g_connection, &cmd ) != CS_SUCCEED)
H A Dcmd_input.c1240 if ( g_connection == NULL ) in DynKeywordLoad()
1245 if (ct_cmd_alloc( g_connection, &cmd ) != CS_SUCCEED) in DynKeywordLoad()
H A Dsqsh_readline.c1277 if ( g_connection == NULL )
1282 if (ct_cmd_alloc( g_connection, &cmd ) != CS_SUCCEED)
H A Dcmd_rpc.c228 if (ct_cmd_alloc( g_connection, &cmd ) != CS_SUCCEED)
/dports/x11/polybar/polybar-3.5.7/src/x11/
H A Dewmh.cpp12 ewmh_connection_t g_connection{nullptr}; variable
14 if (!g_connection) { in initialize()
15 g_connection = memory_util::make_malloc_ptr<xcb_ewmh_connection_t>( in initialize()
17 …xcb_ewmh_init_atoms_replies(&*g_connection, xcb_ewmh_init_atoms(connection::make(), &*g_connection in initialize()
19 return g_connection; in initialize()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/dbus/
H A Djackdbus.c55 DBusConnection *g_connection; variable
84 if (!dbus_connection_send(g_connection, message_ptr, NULL)) in jack_dbus_send_signal()
913 g_connection = dbus_bus_get (DBUS_BUS_SESSION, &error); in main()
922 g_connection, in main()
940 controller_ptr = jack_controller_create(g_connection); in main()
951 while (!g_exit_command && dbus_connection_read_write_dispatch (g_connection, 200)) in main()
963 dbus_connection_unref(g_connection); in main()
H A Djackdbus.h323 extern DBusConnection * g_connection;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_surface_glx.cc210 if (!g_connection) in GetConnectionImpl()
211 g_connection = x11::Connection::Get()->Clone().release(); in GetConnectionImpl()
212 return g_connection; in GetConnectionImpl()
216 static x11::Connection* g_connection; member in gl::__anon728235ad0111::SGIVideoSyncThread
406 x11::Connection* SGIVideoSyncThread::g_connection = nullptr; member in gl::__anon728235ad0111::SGIVideoSyncThread
/dports/lang/vala/vala-0.48.18/tests/dbus/
H A Dno-reply.test21 DBusConnection connection = ((DBusProxy) test).g_connection;
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Dbase-filetransfer.cpp124 static TestFileTransferCM::ConnectionPtr g_connection; variable
154 g_connection = ConnectionPtr(this); in Connection()
728 …Tp::BaseChannelPtr svcTransferBaseChannel = g_connection->receiveFile(fileTransferProperties, mCli… in testReceiveFile()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Ddbus_proxy.rs398 fn g_connection(&self) -> Option<DBusConnection>; in g_connection() method
762 fn g_connection(&self) -> Option<DBusConnection> { in g_connection() method
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Ddbus_proxy.rs398 fn g_connection(&self) -> Option<DBusConnection>; in g_connection() method
768 fn g_connection(&self) -> Option<DBusConnection> { in g_connection() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Ddbus_proxy.rs398 fn g_connection(&self) -> Option<DBusConnection>; in g_connection() method
768 fn g_connection(&self) -> Option<DBusConnection> { in g_connection() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Ddbus_proxy.rs398 fn g_connection(&self) -> Option<DBusConnection>; in g_connection() method
768 fn g_connection(&self) -> Option<DBusConnection> { in g_connection() method
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Ddbus_proxy.rs397 fn g_connection(&self) -> Option<DBusConnection>; in g_connection() method
761 fn g_connection(&self) -> Option<DBusConnection> { in g_connection() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Ddbus_proxy.rs398 fn g_connection(&self) -> Option<DBusConnection>; in g_connection() method
768 fn g_connection(&self) -> Option<DBusConnection> { in g_connection() method

12