Home
last modified time | relevance | path

Searched refs:QofGuidMatch (Results 1 – 17 of 17) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofquerycore.h122 } QofGuidMatch; typedef
168 QofQueryPredData *qof_query_guid_predicate (QofGuidMatch options, GList *guids);
175 QofQueryPredData *qof_query_collect_predicate (QofGuidMatch options,
177 QofQueryPredData *qof_query_choice_predicate (QofGuidMatch options, GList *guids);
H A Dqofquerycore-p.h91 QofGuidMatch options;
136 QofGuidMatch options;
144 QofGuidMatch options;
H A DQuery.h102 QofGuidMatch how, QofQueryOp op);
105 QofGuidMatch, QofQueryOp);
H A Dqofquery.h200 GList *guid_list, QofGuidMatch options,
H A DQuery.c240 QofGuidMatch how, QofQueryOp op) in xaccQueryAddAccountMatch()
271 QofGuidMatch how, QofQueryOp op) in xaccQueryAddAccountGUIDMatch()
H A Dqofquerycore.cpp747 qof_query_guid_predicate (QofGuidMatch options, GList *guid_list) in qof_query_guid_predicate()
1379 qof_query_collect_predicate (QofGuidMatch options, QofCollection *coll) in qof_query_collect_predicate()
1541 qof_query_choice_predicate (QofGuidMatch options, GList *guid_list) in qof_query_choice_predicate()
H A Dqofquery.cpp1279 GList *guid_list, QofGuidMatch options, in qof_query_add_guid_list_match()
1508 static const char *qof_query_printGuidMatch (QofGuidMatch g);
1916 qof_query_printGuidMatch (QofGuidMatch g) in qof_query_printGuidMatch()
/dports/databases/qof/qof-0.8.8/qof/
H A Dqofquerycore.h117 } QofGuidMatch; typedef
164 qof_query_guid_predicate (QofGuidMatch options,
186 qof_query_collect_predicate (QofGuidMatch options,
190 qof_query_choice_predicate (QofGuidMatch options,
H A Dqofquerycore-p.h100 QofGuidMatch options;
145 QofGuidMatch options;
153 QofGuidMatch options;
H A Dqofquery.h199 GList * guid_list, QofGuidMatch options,
H A Dqofquerycore.c700 qof_query_guid_predicate (QofGuidMatch options, GList * guid_list) in qof_query_guid_predicate()
1511 qof_query_collect_predicate (QofGuidMatch options, QofCollection * coll) in qof_query_collect_predicate()
1675 qof_query_choice_predicate (QofGuidMatch options, GList * guid_list) in qof_query_choice_predicate()
H A Dqofquery.c1302 GList * guid_list, QofGuidMatch options, QofQueryOp op) in qof_query_add_guid_list_match()
1567 static gchar *qof_query_printGuidMatch (QofGuidMatch g);
1976 qof_query_printGuidMatch (QofGuidMatch g) in qof_query_printGuidMatch()
H A Dqofsql.c177 QofGuidMatch gm; in handle_single_condition()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dsearch-owner.h40 QofGuidMatch how;
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-search/
H A Dsearch-account.h40 QofGuidMatch how;
/dports/finance/gnucash/gnucash-4.9/bindings/guile/
H A Dgnc-engine-guile.c178 static QofGuidMatch
191 static QofGuidMatch
194 QofGuidMatch res; in gnc_scm2acct_match_how()
615 QofGuidMatch options; in gnc_scm2query_term_query_v2()
865 QofGuidMatch how; in gnc_scm2query_term_query_v1()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test-core/
H A Dtest-engine-stuff.cpp1726 compare_param<QofGuidMatch>(QOF_GUID_MATCH_NONE), in get_random_query()