OpenSync  0.22
opensync_hashtable.h
1 osync_bool osync_hashtable_load(OSyncHashTable *table, OSyncMember *member, OSyncError **error);
5 void osync_hashtable_report_deleted(OSyncHashTable *table, OSyncContext *context, const char *objtype);
10 osync_bool osync_hashtable_nth_entry(OSyncHashTable *table, int i, char **uid, char **hash);
11 void osync_hashtable_set_slow_sync(OSyncHashTable *table, const char *objtype);
12 void osync_hashtable_report(OSyncHashTable *table, const char *uid);
14 OSyncChangeType osync_hashtable_get_changetype(OSyncHashTable *table, const char *uid, const char *objtype, const char *hash);
15 char **osync_hashtable_get_deleted(OSyncHashTable *table, const char *objtype);