Searched refs:shareable (Results 1 - 3 of 3) sorted by relevance

/external/zlib/
H A Dmake_vms.com114 $! Alpha gets a shareable image
326 $! needed to build shareable image
386 $! information to build a symbol vector for a shareable image
/external/openssl/crypto/
H A Dinstall.com135 $ ! Preparing for the time when we have shareable images
/external/dbus/dbus/
H A Ddbus-connection.c284 unsigned int shareable : 1; /**< #TRUE if libdbus owns a reference to the connection and can return it from dbus_connection_open() more than once */ member in struct:DBusConnection
1274 connection->shareable = FALSE;
1603 _dbus_assert (connection->shareable);
1659 if (!connection->shareable)
1678 /* remove our reference held on all shareable connections */
1767 connection->shareable = TRUE;
2693 connection->shareable ?
2798 if (connection->shareable)

Completed in 91 milliseconds