Home
last modified time | relevance | path

Searched refs:QofCollection (Results 1 – 25 of 69) sorted by relevance

123

/dports/databases/qof/qof-0.8.8/qof/
H A Dqofid.h138 typedef struct QofCollection_s QofCollection; typedef
151 QofCollection *collection;
171 QofCollection *qof_collection_new (QofIdType type);
174 guint qof_collection_count (QofCollection * col);
177 void qof_collection_destroy (QofCollection * col);
180 QofIdType qof_collection_get_type (QofCollection *);
201 qof_collection_get_data (QofCollection * col);
209 qof_collection_is_dirty (QofCollection * col);
245 qof_collection_merge (QofCollection * target, QofCollection * merge);
259 qof_collection_compare (QofCollection * target, QofCollection * merge);
[all …]
H A Dqofid.c94 QofCollection *col; in qof_entity_set_guid()
120 QofCollection *
123 QofCollection *col; in qof_collection_new()
124 col = g_new0 (QofCollection, 1); in qof_collection_new()
156 QofCollection *col; in qof_collection_remove_entity()
209 QofCollection *target; in collection_merge_cb()
216 qof_collection_merge (QofCollection * target, QofCollection * merge) in qof_collection_merge()
230 QofCollection *target; in collection_compare_cb()
264 qof_collection_compare (QofCollection * target, QofCollection * merge) in qof_collection_compare()
302 QofCollection *
[all …]
H A Dqofid-p.h47 void qof_collection_insert_entity (QofCollection *, QofEntity *);
50 void qof_collection_mark_clean (QofCollection *);
51 void qof_collection_mark_dirty (QofCollection *);
H A Dqofbook.h53 QofCollection *col; \
99 QofCollection *qof_book_get_collection (QofBook *, QofIdType);
102 typedef void (*QofCollectionForeachCB) (QofCollection *, gpointer user_data);
H A Dqofobject.h93 gboolean (*is_dirty) (QofCollection *);
96 void (*mark_clean) (QofCollection *);
105 void (*foreach) (QofCollection *, QofEntityForeachCB, gpointer);
H A Dqofinstance.c55 QofCollection *col; in qof_instance_init()
130 QofCollection *coll; in qof_instance_is_dirty()
148 QofCollection *coll; in qof_instance_set_dirty()
236 QofCollection *col; in qof_instance_lookup_twin()
H A Dqofreference.c33 void (*collect_setter) (QofEntity *, QofCollection *); in entity_set_reference_cb()
36 QofCollection *coll; in entity_set_reference_cb()
75 QofCollection *)) ref->param->param_setfcn; in entity_set_reference_cb()
83 QofCollection *temp_col; in entity_set_reference_cb()
H A Dqofbook.c52 qof_collection_destroy ((QofCollection *) col); in coll_destroy()
219 QofCollection *
222 QofCollection *col; in qof_book_get_collection()
246 QofCollection *col = item; in foreach_cb()
H A Dqofsession.h314 QofCollection * entity_coll);
345 qof_entity_copy_coll_r (QofSession * new_session, QofCollection * coll);
H A Dqofobject.c111 QofCollection *col; in qof_object_is_dirty()
132 QofCollection *col; in qof_object_mark_clean()
177 QofCollection *col; in qof_object_foreach()
H A Dqofsession.c307 QofCollection *cm_col; in qof_entity_foreach_copy()
494 (QofCollection *) cm_param->param_getfcn (importEnt, cm_param); in qof_entity_foreach_copy()
523 QofCollection *coll; in qof_entity_guid_match()
590 QofCollection *coll; in qof_entity_coll_foreach()
686 QofCollection * entity_coll) in qof_entity_copy_coll()
781 QofCollection *col; in recurse_ent_cb()
859 qof_entity_copy_coll_r (QofSession * new_session, QofCollection * coll) in qof_entity_copy_coll_r()
886 QofCollection *coll; in qof_entity_copy_one_r()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofid.h89 typedef struct QofCollection_s QofCollection; typedef
130 QofCollection * qof_collection_new (QofIdType type);
133 guint qof_collection_count (const QofCollection *col);
136 void qof_collection_destroy (QofCollection *col);
139 QofIdType qof_collection_get_type (const QofCollection *);
158 gpointer qof_collection_get_data (const QofCollection *col);
159 void qof_collection_set_data (QofCollection *col, gpointer user_data);
162 gboolean qof_collection_is_dirty (const QofCollection *col);
185 qof_collection_add_entity (QofCollection *coll, QofInstance *ent);
201 qof_collection_compare (QofCollection *target, QofCollection *merge);
[all …]
H A Dqofid.cpp50 QofCollection *
53 QofCollection *col; in qof_collection_new()
54 col = g_new0(QofCollection, 1); in qof_collection_new()
62 qof_collection_destroy (QofCollection *col) in qof_collection_destroy()
86 QofCollection *col; in qof_collection_remove_entity()
141 QofCollection *target; in collection_compare_cb()
147 target = (QofCollection*)user_data; in collection_compare_cb()
177 qof_collection_compare (QofCollection *target, QofCollection *merge) in qof_collection_compare()
225 QofCollection *
228 QofCollection *coll; in qof_collection_from_glist()
[all …]
H A DSX-book.c59 gnc_collection_get_template_root( const QofCollection *col ) in gnc_collection_get_template_root()
67 QofCollection *col; in gnc_book_get_template_root()
74 gnc_collection_set_template_root (QofCollection *col, in gnc_collection_set_template_root()
96 QofCollection *col; in gnc_book_set_template_root()
134 sxtg_is_dirty(const QofCollection *col) in sxtg_is_dirty()
159 sxtg_mark_clean(QofCollection *col) in sxtg_mark_clean()
206 QofCollection *col; in gnc_book_get_schedxactions()
262 QofCollection *col; in book_sxes_setup()
277 QofCollection *col; in book_sxes_end()
290 book_sxns_mark_saved(QofCollection *col) in book_sxns_mark_saved()
[all …]
H A Dqofid-p.h47 void qof_collection_insert_entity (QofCollection *, QofInstance *);
50 void qof_collection_mark_clean (QofCollection *);
51 void qof_collection_mark_dirty (QofCollection *);
52 void qof_collection_print_dirty (const QofCollection *col, gpointer dummy);
H A Dqofobject.h100 gboolean (*is_dirty)(const QofCollection *);
103 void (*mark_clean)(QofCollection *);
112 void (*foreach)(const QofCollection *, QofInstanceForeachCB, gpointer);
H A Dqofbook.h186 const QofCollection *col; \
232 QofCollection * qof_book_get_collection (const QofBook *, QofIdType);
235 typedef void (*QofCollectionForeachCB) (QofCollection *, gpointer user_data);
H A Dqofinstance.cpp78 QofCollection *collection; /**< Entity collection */
276 QofCollection *col; in qof_instance_init_data()
427 qof_instance_set_collection(inst, static_cast<QofCollection*>(g_value_get_pointer(value))); in qof_instance_set_property()
480 QofCollection *col; in qof_instance_set_guid()
518 QofCollection *
527 qof_instance_set_collection (gconstpointer ptr, QofCollection *col) in qof_instance_set_collection()
696 QofCollection *coll; in qof_instance_get_dirty()
711 QofCollection *coll; in qof_instance_set_dirty()
826 get_referring_object_helper(QofCollection* coll, gpointer user_data) in get_referring_object_helper()
869 qof_instance_get_referring_object_list_from_collection(const QofCollection* coll, const QofInstance… in qof_instance_get_referring_object_list_from_collection()
[all …]
H A Dqofinstance.h119 QofCollection* qof_instance_get_collection (gconstpointer inst);
207 GList* qof_instance_get_referring_object_list_from_collection(const QofCollection* coll, const QofI…
H A Dqofobject.cpp139 QofCollection *col; in qof_object_is_dirty()
158 QofCollection *col; in qof_object_mark_clean()
200 QofCollection *col; in qof_object_foreach()
H A DSX-book-p.h42 SchedXactions* gnc_collection_get_schedxactions(const QofCollection *col);
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-qofobject.c56 static gboolean mock_object_dirty( const QofCollection *col );
57 static void mock_object_mark_clean( QofCollection *col );
364 mock_object_dirty( const QofCollection *col ) in mock_object_dirty()
418 mock_object_mark_clean( QofCollection *col ) in mock_object_mark_clean()
510 mock_object_foreach( const QofCollection *col, QofInstanceForeachCB cb, gpointer data) in mock_object_foreach()
585 QofCollection *col;
595 mock_foreach( const QofCollection *col, QofInstanceForeachCB cb, gpointer user_data ) in mock_foreach()
611 QofCollection *col = NULL; in test_qof_object_foreach()
642 mock_foreach_for_sorted( const QofCollection *col, QofInstanceForeachCB cb, gpointer user_data ) in mock_foreach_for_sorted()
673 QofCollection *col = NULL; in test_qof_object_foreach_sorted()
H A Dtest-object.c36 static void obj_foreach (const QofCollection *, QofInstanceForeachCB, gpointer);
83 obj_foreach (const QofCollection *col, QofInstanceForeachCB cb, gpointer u_d) in obj_foreach()
/dports/databases/qof/qof-0.8.8/qof/test/
H A Dtest-object.c35 static void obj_foreach (QofCollection *, QofEntityForeachCB, gpointer);
65 QofCollection *coll; in dyn_create()
231 obj_foreach (QofCollection * col, in obj_foreach()
H A Dtest-recursive.c240 grand_setDescend (mygrand * g, QofCollection * coll) in grand_setDescend()
250 static QofCollection *
253 QofCollection *col; in grand_getDescend()
821 QofCollection *coll; in create_data()
962 QofCollection *coll; in check_cb()
977 coll = (QofCollection *) param->param_getfcn (ent, param); in check_cb()
1012 QofCollection *grand_coll; in test_recursion()

123