Home
last modified time | relevance | path

Searched refs:table2 (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-hash.c1764 DBusHashTable *table2; in _dbus_hash_test() local
1807 table2 = _dbus_hash_table_new (DBUS_HASH_INT, in _dbus_hash_test()
1809 if (table2 == NULL) in _dbus_hash_test()
1847 if (!_dbus_hash_table_insert_int (table2, in _dbus_hash_test()
1871 _dbus_assert (count_entries (table2) == i + 1); in _dbus_hash_test()
1879 value = _dbus_hash_table_lookup_int (table2, i); in _dbus_hash_test()
1900 _dbus_hash_table_remove_int (table2, i); in _dbus_hash_test()
1908 _dbus_assert (count_entries (table2) == i); in _dbus_hash_test()
1916 _dbus_hash_table_ref (table2); in _dbus_hash_test()
1920 _dbus_hash_table_unref (table2); in _dbus_hash_test()
[all …]
/external/sqlite/dist/
Dsqlite3.c.orig74343 ** If the SELECT clause is of the restricted form "SELECT * FROM <table2>" -
74346 ** if <table2> and <table1> are distinct tables but have identical
74348 ** is invoked that copies raw records from <table2> over to <table1>.
74353 ** open read cursor on <table2>
74354 ** transfer all records in <table2> over to <table>
74358 ** open a read cursor on the corresponding <table2> index
74529 ** INSERT INTO <table1> SELECT * FROM <table2>;
87690 ** the all terms are of the form "table1.column=table2.column". It
87692 ** or table2.column as the LHS if either is common to every term of