Revision 5d73da82
Von martin vor mehr als 17 Jahren hinzugefügt
src/plugins/imexporters/ofx/ofx-libofx_p.h | ||
---|---|---|
|
||
AB_IMEXPORTER* ofx_factory(AB_BANKING *ab, GWEN_DB_NODE *db);
|
||
|
||
void GWENHYWFAR_CB AH_ImExporterOFX_FreeData(void *bp, void *p);
|
||
|
||
int AH_ImExporterOFX_Import(AB_IMEXPORTER *ie,
|
||
AB_IMEXPORTER_CONTEXT *ctx,
|
||
GWEN_IO_LAYER *io,
|
||
GWEN_DB_NODE *params,
|
||
uint32_t guiid);
|
||
|
||
int AH_ImExporterOFX_CheckFile(AB_IMEXPORTER *ie, const char *fname, uint32_t guiid);
|
||
|
||
|
||
int AH_ImExporterOFX_StatusCallback_cb(const struct OfxStatusData data,
|
||
void *user_data);
|
||
int AH_ImExporterOFX_AccountCallback_cb(const struct OfxAccountData data,
|
||
void *user_data);
|
||
int AH_ImExporterOFX_SecurityCallback_cb(const struct OfxSecurityData data,
|
||
void *user_data);
|
||
int AH_ImExporterOFX_TransactionCallback_cb(const struct OfxTransactionData data,
|
||
void *user_data);
|
||
int AH_ImExporterOFX_StatementCallback_cb(const struct OfxStatementData data,
|
||
void *user_data);
|
||
static void GWENHYWFAR_CB AH_ImExporterOFX_FreeData(void *bp, void *p);
|
||
|
||
static int AH_ImExporterOFX_Import(AB_IMEXPORTER *ie,
|
||
AB_IMEXPORTER_CONTEXT *ctx,
|
||
GWEN_IO_LAYER *io,
|
||
GWEN_DB_NODE *params,
|
||
uint32_t guiid);
|
||
|
||
static int AH_ImExporterOFX_CheckFile(AB_IMEXPORTER *ie, const char *fname,
|
||
uint32_t guiid);
|
||
|
||
|
||
|
||
#endif /* AQBANKING_PLUGIN_OFX_P_H */
|
src/plugins/imexporters/ofx/parser/g_acctinfo_p.h | ||
---|---|---|
AB_IMEXPORTER_ACCOUNTINFO *accountInfo;
|
||
};
|
||
|
||
void GWENHYWFAR_CB AIO_OfxGroup_ACCTINFO_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxGroup_ACCTINFO_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxGroup_ACCTINFO_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_ACCTINFO_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
int AIO_OfxGroup_ACCTINFO_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_ACCTINFO_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_ACCTINFO_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
static int AIO_OfxGroup_ACCTINFO_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_acctinfotrnrs_p.h | ||
---|---|---|
#include "g_acctinfotrnrs_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_ACCTINFOTRNRS_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
static int AIO_OfxGroup_ACCTINFOTRNRS_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_bal_p.h | ||
---|---|---|
char *currentElement;
|
||
};
|
||
|
||
void GWENHYWFAR_CB AIO_OfxGroup_BAL_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxGroup_BAL_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxGroup_BAL_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_BAL_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_BAL_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_BAL_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_bankacc_p.h | ||
---|---|---|
char *currentElement;
|
||
};
|
||
|
||
void GWENHYWFAR_CB AIO_OfxGroup_BANKACC_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxGroup_BANKACC_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxGroup_BANKACC_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_BANKACC_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_BANKACC_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_BANKACC_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_bankacctinfo_p.h | ||
---|---|---|
char *accType;
|
||
};
|
||
|
||
void GWENHYWFAR_CB AIO_OfxGroup_BANKACCTINFO_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxGroup_BANKACCTINFO_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxGroup_BANKACCTINFO_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_BANKACCTINFO_EndSubGroup(AIO_OFX_GROUP *g,
|
||
AIO_OFX_GROUP *sg);
|
||
int AIO_OfxGroup_BANKACCTINFO_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_BANKACCTINFO_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_BANKACCTINFO_EndSubGroup(AIO_OFX_GROUP *g,
|
||
AIO_OFX_GROUP *sg);
|
||
static int AIO_OfxGroup_BANKACCTINFO_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_bankmsgsrsv1_p.h | ||
---|---|---|
#include "g_bankmsgsrsv1_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_BANKMSGSRSV1_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
static int AIO_OfxGroup_BANKMSGSRSV1_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_banktranlist_p.h | ||
---|---|---|
AB_TRANSACTION_LIST2 *transactionList;
|
||
};
|
||
|
||
void GWENHYWFAR_CB AIO_OfxGroup_BANKTRANLIST_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxGroup_BANKTRANLIST_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxGroup_BANKTRANLIST_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_BANKTRANLIST_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
int AIO_OfxGroup_BANKTRANLIST_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_BANKTRANLIST_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_BANKTRANLIST_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
static int AIO_OfxGroup_BANKTRANLIST_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_creditcardmsgsrsv1_p.h | ||
---|---|---|
#include "g_creditcardmsgsrsv1_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_CREDITCARDMSGSRSV1_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
static int AIO_OfxGroup_CREDITCARDMSGSRSV1_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_document_p.h | ||
---|---|---|
#include "g_document_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_Document_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_Document_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_Document_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_Document_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_generic_p.h | ||
---|---|---|
#include "g_generic_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_Generic_EndTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_Generic_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
int AIO_OfxGroup_Generic_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
static int AIO_OfxGroup_Generic_EndTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_Generic_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_Generic_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_ignore_p.h | ||
---|---|---|
};
|
||
|
||
|
||
void GWENHYWFAR_CB AIO_OfxGroup_Ignore_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxGroup_Ignore_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxGroup_Ignore_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_Ignore_EndTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_Ignore_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_Ignore_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_Ignore_EndTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_Ignore_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_ofx_p.h | ||
---|---|---|
#include "g_ofx_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_OFX_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_OFX_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_signonmsgsrsv1_p.h | ||
---|---|---|
#include "g_signonmsgsrsv1_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_SIGNONMSGSRSV1_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
static int AIO_OfxGroup_SIGNONMSGSRSV1_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_signupmsgsrsv1_p.h | ||
---|---|---|
#include "g_signupmsgsrsv1_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_SIGNUPMSGSRSV1_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
static int AIO_OfxGroup_SIGNUPMSGSRSV1_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_sonrs_p.h | ||
---|---|---|
#include "g_sonrs_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_SONRS_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
static int AIO_OfxGroup_SONRS_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_status_p.h | ||
---|---|---|
AIO_OFX_GROUP_ENDTAG_FN oldEndTagFn;
|
||
};
|
||
|
||
void GWENHYWFAR_CB AIO_OfxGroup_STATUS_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxGroup_STATUS_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxGroup_STATUS_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_STATUS_EndTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_STATUS_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_STATUS_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_STATUS_EndTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_STATUS_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_stmtrn_p.h | ||
---|---|---|
AB_TRANSACTION *transaction;
|
||
};
|
||
|
||
void GWENHYWFAR_CB AIO_OfxGroup_STMTRN_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxGroup_STMTRN_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxGroup_STMTRN_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_STMTRN_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
int AIO_OfxGroup_STMTRN_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_STMTRN_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_STMTRN_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
static int AIO_OfxGroup_STMTRN_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_stmtrs_p.h | ||
---|---|---|
AB_IMEXPORTER_ACCOUNTINFO *accountInfo;
|
||
};
|
||
|
||
void GWENHYWFAR_CB AIO_OfxGroup_STMTRS_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxGroup_STMTRS_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxGroup_STMTRS_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
int AIO_OfxGroup_STMTRS_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
int AIO_OfxGroup_STMTRS_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
static int AIO_OfxGroup_STMTRS_StartTag(AIO_OFX_GROUP *g, const char *tagName);
|
||
static int AIO_OfxGroup_STMTRS_EndSubGroup(AIO_OFX_GROUP *g, AIO_OFX_GROUP *sg);
|
||
static int AIO_OfxGroup_STMTRS_AddData(AIO_OFX_GROUP *g, const char *data);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/g_stmttrnrs_p.h | ||
---|---|---|
#include "g_stmttrnrs_l.h"
|
||
|
||
|
||
int AIO_OfxGroup_STMTTRNRS_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
static int AIO_OfxGroup_STMTTRNRS_StartTag(AIO_OFX_GROUP *g,
|
||
const char *tagName);
|
||
|
||
#endif
|
||
|
src/plugins/imexporters/ofx/parser/ofxxmlctx_p.h | ||
---|---|---|
};
|
||
|
||
|
||
void GWENHYWFAR_CB AIO_OfxXmlCtx_FreeData(void *bp, void *p);
|
||
static void GWENHYWFAR_CB AIO_OfxXmlCtx_FreeData(void *bp, void *p);
|
||
|
||
|
||
int AIO_OfxXmlCtx_StartTag(GWEN_XML_CONTEXT *ctx, const char *tagName);
|
||
int AIO_OfxXmlCtx_EndTag(GWEN_XML_CONTEXT *ctx, int closing);
|
||
int AIO_OfxXmlCtx_AddData(GWEN_XML_CONTEXT *ctx, const char *data);
|
||
int AIO_OfxXmlCtx_AddComment(GWEN_XML_CONTEXT *ctx, const char *data);
|
||
int AIO_OfxXmlCtx_AddAttr(GWEN_XML_CONTEXT *ctx,
|
||
const char *attrName,
|
||
const char *attrData);
|
||
static int AIO_OfxXmlCtx_StartTag(GWEN_XML_CONTEXT *ctx, const char *tagName);
|
||
static int AIO_OfxXmlCtx_EndTag(GWEN_XML_CONTEXT *ctx, int closing);
|
||
static int AIO_OfxXmlCtx_AddData(GWEN_XML_CONTEXT *ctx, const char *data);
|
||
static int AIO_OfxXmlCtx_AddComment(GWEN_XML_CONTEXT *ctx, const char *data);
|
||
static int AIO_OfxXmlCtx_AddAttr(GWEN_XML_CONTEXT *ctx,
|
||
const char *attrName,
|
||
const char *attrData);
|
||
|
||
|
||
#endif
|
Auch abrufbar als: Unified diff
declared private functions static
git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@1417 5c42a225-8b10-0410-9873-89b7810ad06e