Searched refs:new_connection (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_runner.c142 DBusConnection *new_connection,
151 runner_connection = new_connection;
152 dbus_connection_ref (new_connection);
153 dbus_connection_setup_with_g_main (new_connection, NULL);
155 dbus_connection_register_fallback (new_connection,
141 handle_connection(DBusServer *server, DBusConnection *new_connection, void *data) argument
H A Dhald_dbus.c4296 DBusConnection *new_connection,
4304 HAL_INFO (("dbus_connection_get_is_connected = %d", dbus_connection_get_is_connected (new_connection)));
4306 /*dbus_connection_add_filter (new_connection, server_filter_function, NULL, NULL);*/
4308 dbus_connection_register_fallback (new_connection,
4312 dbus_connection_ref (new_connection);
4313 dbus_connection_setup_with_g_main (new_connection, NULL);
4295 local_server_handle_connection(DBusServer *server, DBusConnection *new_connection, void *data) argument
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-int.h157 LDAPConn *new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb,
166 LDAPConn *new_connection();
/osnet-11/usr/src/lib/libldap4/common/
H A Dopen.c130 if ((ld->ld_defconn = new_connection(ld, &srv, 1, 1, 0)) ==
H A Drequest.c206 lc = new_connection( ld, &srvlist, 0, 1, bind );
299 new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb, function
374 Debug(LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 1280, "new_connection: bind no needed with ldapv3\n"), 0,0,0);
H A Dcldap.c198 || ( ld->ld_defconn = new_connection( ld, NULL, 1,0,0 )) == NULL

Completed in 27 milliseconds