Home
last modified time | relevance | path

Searched refs:QofQueryParamList (Results 1 – 8 of 8) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofquery.h134 QofQueryParamList * qof_query_build_param_list (char const *param, ...);
192 void qof_query_add_term (QofQuery *query, QofQueryParamList *param_list,
196 void qof_query_add_guid_match (QofQuery *q, QofQueryParamList *param_list,
199 void qof_query_add_guid_list_match (QofQuery *q, QofQueryParamList *param_list,
208 QofQueryParamList *param_list,
251 void qof_query_purge_terms (QofQuery *q, QofQueryParamList *param_list);
264 gboolean qof_query_has_term_type (QofQuery *q, QofQueryParamList *term_param);
265 GSList * qof_query_get_term_type (QofQuery *q, QofQueryParamList *term_param);
329 QofQueryParamList *primary_sort_params,
330 QofQueryParamList *secondary_sort_params,
[all …]
H A Dqofquery.cpp46 QofQueryParamList * param_list;
61 QofQueryParamList * param_list;
584 static int param_list_cmp (const QofQueryParamList *l1, const QofQueryParamList *l2) in param_list_cmp()
645 QofQueryParamList *
648 QofQueryParamList *param_list = NULL; in qof_query_build_param_list()
1233QofQueryParamList *params1, QofQueryParamList *params2, QofQueryParamList *params3) in qof_query_set_sort_order()
1311 QofQueryParamList *slist = NULL; in qof_query_set_book()
1633 QofQueryParamList *gsl, *n = NULL; in qof_query_printSorts()
1676 QofQueryParamList *path; in qof_query_printAndTerms()
1702 qof_query_printParamPath (QofQueryParamList * parmList) in qof_query_printParamPath()
[all …]
H A Dqofquery-p.h55 QofQueryParamList * qof_query_term_get_param_path (const QofQueryTerm *queryterm);
70 QofQueryParamList * qof_query_sort_get_param_path (const QofQuerySort *querysort);
H A Dqofquerycore.h151 typedef GSList QofQueryParamList; typedef
/dports/finance/gnucash/gnucash-4.9/bindings/
H A Dengine.i213 %typemap(in) QofQueryParamList * "$1 = gnc_query_scm2path($input);"
/dports/finance/gnucash/gnucash-4.9/common/
H A Dbase-typemaps.i246 %typemap(in) GSList *, QofQueryParamList * {
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog1319 * Revert "[engine.i] QofQueryParamList * args must be freed"
1323 * [engine.i] QofQueryParamList * args must be freed
H A DChangeLog.2010885 Bug #635469: Add a (typemap for a) QofQueryParamList typedef.
893 that return a QofQueryParamList are exposed in the bindings