Searched refs:DATA_KEY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Drelocate.c23 #define DATA_KEY "gtr-relocate-data" macro
112 struct relocate_dialog_data * data = g_object_get_data( d, DATA_KEY );
191 g_object_set_data_full( G_OBJECT( d ), DATA_KEY, data, data_free ); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DPersistCatalog.java62 private static final byte[] DATA_KEY = getIntBytes(-1); field in class:PersistCatalog
85 * The object stored under DATA_KEY in the catalog database.
849 DatabaseEntry key = new DatabaseEntry(DATA_KEY);
900 DatabaseEntry key = new DatabaseEntry(DATA_KEY);

Completed in 171 milliseconds