Home
last modified time | relevance | path

Searched refs:QofQueryPredData (Results 1 – 25 of 33) sorted by relevance

12

/dports/databases/qof/qof-0.8.8/qof/
H A Dqofquerycore.h147 QofQueryPredData *
153 QofQueryPredData *
158 QofQueryPredData *
163 QofQueryPredData *
167 QofQueryPredData *
170 QofQueryPredData *
173 QofQueryPredData *
177 QofQueryPredData *
181 QofQueryPredData *
185 QofQueryPredData *
[all …]
H A Dqofquerycore-p.h76 QofQueryPredData pd;
85 QofQueryPredData pd;
92 QofQueryPredData pd;
99 QofQueryPredData pd;
106 QofQueryPredData pd;
112 QofQueryPredData pd;
118 QofQueryPredData pd;
124 QofQueryPredData pd;
130 QofQueryPredData pd;
137 QofQueryPredData pd;
[all …]
H A Dqofquerycore.c38 typedef QofQueryPredData *(*QueryPredicateCopyFunc) (QofQueryPredData *
221 string_predicate_equal (QofQueryPredData * p1, QofQueryPredData * p2) in string_predicate_equal()
233 QofQueryPredData *
356 time_predicate_equal (QofQueryPredData * p1, QofQueryPredData * p2) in time_predicate_equal()
366 QofQueryPredData *
511 QofQueryPredData *
681 guid_predicate_equal (QofQueryPredData * p1, QofQueryPredData * p2) in guid_predicate_equal()
699 QofQueryPredData *
801 QofQueryPredData *
897 QofQueryPredData *
[all …]
H A Dqofquery-p.h51 QofQueryPredData *
H A Dqofquery.c45 QofQueryPredData *pdata;
692 QofQueryPredData * pred_data, QofQueryOp op) in qof_query_add_term()
1304 QofQueryPredData *pdata; in qof_query_add_guid_list_match()
1363 QofQueryPredData *pdata; in qof_query_add_boolean_match()
1423 QofQueryPredData *
1569 static GList *qof_query_printPredData (QofQueryPredData * pd, GList * lst);
1571 static void qof_query_printValueForParam (QofQueryPredData * pd,
1735 QofQueryPredData *pd; in qof_query_printAndTerms()
1782 qof_query_printPredData (QofQueryPredData * pd, GList * lst) in qof_query_printPredData()
1825 qof_query_printValueForParam (QofQueryPredData * pd, GString * gs) in qof_query_printValueForParam()
H A Dqofquery.h192 QofQueryPredData * pred_data, QofQueryOp op);
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofquerycore.h49 typedef struct _QofQueryPredData QofQueryPredData; typedef
155 QofQueryPredData *qof_query_string_predicate (QofQueryCompare how,
160 QofQueryPredData *qof_query_date_predicate (QofQueryCompare how,
164 QofQueryPredData *qof_query_numeric_predicate (QofQueryCompare how,
169 QofQueryPredData *qof_query_int32_predicate (QofQueryCompare how, gint32 val);
170 QofQueryPredData *qof_query_int64_predicate (QofQueryCompare how, gint64 val);
171 QofQueryPredData *qof_query_double_predicate (QofQueryCompare how, double val);
173 QofQueryPredData *qof_query_char_predicate (QofCharMatch options,
175 QofQueryPredData *qof_query_collect_predicate (QofGuidMatch options,
180 QofQueryPredData *qof_query_core_predicate_copy (const QofQueryPredData *pdata);
[all …]
H A Dqofquerycore-p.h67 QofQueryPredData pd;
76 QofQueryPredData pd;
83 QofQueryPredData pd;
90 QofQueryPredData pd;
97 QofQueryPredData pd;
103 QofQueryPredData pd;
109 QofQueryPredData pd;
115 QofQueryPredData pd;
121 QofQueryPredData pd;
128 QofQueryPredData pd;
[all …]
H A Dqofquerycore.cpp278 QofQueryPredData *
422 QofQueryPredData *
558 QofQueryPredData *
746 QofQueryPredData *
845 QofQueryPredData *
937 QofQueryPredData *
1029 QofQueryPredData *
1110 QofQueryPredData *
1195 QofQueryPredData *
1378 QofQueryPredData *
[all …]
H A DQuery.c273 QofQueryPredData *pred_data; in xaccQueryAddAccountGUIDMatch()
329 QofQueryPredData *pred_data; in xaccQueryAddStringMatch()
355 QofQueryPredData *pred_data; in xaccQueryAddNumericMatch()
389 QofQueryPredData *pred_data; in xaccQueryAddDateMatchTT()
432 QofQueryPredData *term_data; in xaccQueryGetDateMatchTT()
476 QofQueryPredData *pred_data; in xaccQueryAddClearedMatch()
H A Dqofquery-p.h57 QofQueryPredData *qof_query_term_get_pred_data (const QofQueryTerm *queryterm);
H A Dqofquery.cpp47 QofQueryPredData *pdata;
666 QofQueryPredData *pred_data, QofQueryOp op) in qof_query_add_term()
1282 QofQueryPredData *pdata; in qof_query_add_guid_list_match()
1333 QofQueryPredData *pdata; in qof_query_add_boolean_match()
1382 QofQueryPredData *qof_query_term_get_pred_data (const QofQueryTerm *qt) in qof_query_term_get_pred_data()
1510 static GList *qof_query_printPredData (QofQueryPredData *pd, GList *lst);
1512 static void qof_query_printValueForParam (QofQueryPredData *pd, GString * gs);
1675 QofQueryPredData *pd; in qof_query_printAndTerms()
1721 qof_query_printPredData (QofQueryPredData *pd, GList *lst) in qof_query_printPredData()
1775 qof_query_printValueForParam (QofQueryPredData *pd, GString * gs) in qof_query_printValueForParam()
H A Dqofquery.h193 QofQueryPredData *pred_data, QofQueryOp op);
H A DgncIDSearch.c93 QofQueryPredData* string_pred_data; in search()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-search/
H A Dsearch-core-type.h53 QofQueryPredData* (*get_predicate) (GNCSearchCoreType *);
72 QofQueryPredData* gnc_search_core_type_get_predicate (GNCSearchCoreType *fe);
H A Dsearch-boolean.c42 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe);
175 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe) in gncs_get_predicate()
H A Dsearch-date.c46 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe);
265 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe) in gncs_get_predicate()
H A Dsearch-int64.c46 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe);
263 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe) in gncs_get_predicate()
H A Dsearch-reconciled.c44 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe);
240 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe) in gncs_get_predicate()
H A Dsearch-double.c46 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe);
256 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe) in gncs_get_predicate()
H A Dsearch-account.c46 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe);
296 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe) in gncs_get_predicate()
H A Dsearch-numeric.c46 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe);
323 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe) in gncs_get_predicate()
H A Dsearch-string.c46 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe);
330 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe) in gncs_get_predicate()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dgtest-qofquerycore.cpp161 pdata2 = (query_date_def*) qof_query_core_predicate_copy ((QofQueryPredData*)pdata); in TEST()
173 QofQueryPredData *pdata; in TEST()
188 QofQueryPredData *pdata; in TEST()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dsearch-owner.c46 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe);
288 static QofQueryPredData* gncs_get_predicate (GNCSearchCoreType *fe) in gncs_get_predicate()

12